Home
last modified time | relevance | path

Searched refs:ST_Function (Results 1 – 11 of 11) sorted by relevance

/external/llvm/tools/llvm-symbolizer/
DLLVMSymbolize.cpp59 if (SymbolType != SymbolRef::ST_Function && in ModuleInfo()
82 SymbolMapTy &M = SymbolType == SymbolRef::ST_Function ? Functions : Objects; in ModuleInfo()
91 const SymbolMapTy &M = Type == SymbolRef::ST_Function ? Functions : Objects; in getNameFromSymbolTable()
118 if (getNameFromSymbolTable(SymbolRef::ST_Function, ModuleOffset, in symbolizeCode()
145 if (getNameFromSymbolTable(SymbolRef::ST_Function, ModuleOffset, in symbolizeInlinedCode()
/external/llvm/tools/llvm-objdump/
DMachODump.cpp78 if (AType != SymbolRef::ST_Function) in operator ()()
82 if (BType != SymbolRef::ST_Function) in operator ()()
355 if (ST != SymbolRef::ST_Function) in DisassembleInputMachO2()
379 if (NextSymType == SymbolRef::ST_Function) { in DisassembleInputMachO2()
Dllvm-objdump.cpp701 else if (Type == SymbolRef::ST_Function) in PrintSymbolTable()
/external/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp156 if (SymType == object::SymbolRef::ST_Function) { in printLineInfoForInput()
/external/llvm/lib/MC/
DMCObjectSymbolizer.cpp146 || SymName.empty() || SymType != SymbolRef::ST_Function) in tryAddingSymbolicOperand()
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
DIntelJITEventListener.cpp207 if (SymType == object::SymbolRef::ST_Function) { in NotifyObjectEmitted()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp110 if (SymType == object::SymbolRef::ST_Function || in loadObject()
/external/llvm/include/llvm/Object/
DObjectFile.h191 ST_Function, enumerator
DELF.h1205 Result = SymbolRef::ST_Function;
/external/llvm/lib/Object/
DCOFFObjectFile.cpp153 Result = SymbolRef::ST_Function; in getSymbolType()
DMachOObjectFile.cpp579 Res = SymbolRef::ST_Function; in getSymbolType()