Home
last modified time | relevance | path

Searched refs:onSymbolStart (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/Disassembler/
H A DWebAssemblyDisassembler.cpp51 Expected<bool> onSymbolStart(SymbolInfoTy &Symbol, uint64_t &Size,
126 Expected<bool> WebAssemblyDisassembler::onSymbolStart(SymbolInfoTy &Symbol, in onSymbolStart() function in WebAssemblyDisassembler
/freebsd/contrib/llvm-project/llvm/lib/MC/MCDisassembler/
H A DMCDisassembler.cpp16 Expected<bool> MCDisassembler::onSymbolStart(SymbolInfoTy &Symbol, in onSymbolStart() function in MCDisassembler
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCDisassembler/
H A DMCDisassembler.h160 virtual Expected<bool> onSymbolStart(SymbolInfoTy &Symbol, uint64_t &Size,
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.h169 Expected<bool> onSymbolStart(SymbolInfoTy &Symbol, uint64_t &Size,
H A DAMDGPUDisassembler.cpp2352 Expected<bool> AMDGPUDisassembler::onSymbolStart(SymbolInfoTy &Symbol, in onSymbolStart() function in AMDGPUDisassembler
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp2105 Expected<bool> RespondedOrErr = DT->DisAsm->onSymbolStart( in disassembleObject()