Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-symbolizer/
DLLVMSymbolize.cpp57 if (SymbolType != SymbolRef::ST_Function && in ModuleInfo()
72 SymbolMapTy &M = SymbolType == SymbolRef::ST_Function ? Functions : Objects; in ModuleInfo()
81 const SymbolMapTy &M = Type == SymbolRef::ST_Function ? Functions : Objects; in getNameFromSymbolTable()
105 if (getNameFromSymbolTable(SymbolRef::ST_Function, ModuleOffset, in symbolizeCode()
132 if (getNameFromSymbolTable(SymbolRef::ST_Function, ModuleOffset, in symbolizeInlinedCode()
/external/llvm/tools/llvm-objdump/
DMachODump.cpp97 if (AType != SymbolRef::ST_Function) in operator ()()
101 if (BType != SymbolRef::ST_Function) in operator ()()
386 if (ST != SymbolRef::ST_Function) in DisassembleInputMachO()
410 if (NextSymType == SymbolRef::ST_Function) { in DisassembleInputMachO()
Dllvm-objdump.cpp574 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/tools/llvm-readobj/
Dllvm-readobj.cpp66 case SymbolRef::ST_Function: return "FUNC"; in getTypeStr()
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
DIntelJITEventListener.cpp207 if (SymType == object::SymbolRef::ST_Function) { in NotifyObjectEmitted()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp105 if (SymType == object::SymbolRef::ST_Function || in loadObject()
/external/llvm/include/llvm/Object/
DObjectFile.h192 ST_Function, enumerator
DELF.h1164 Result = SymbolRef::ST_Function;
/external/llvm/lib/Object/
DCOFFObjectFile.cpp152 Result = SymbolRef::ST_Function; in getSymbolType()
DMachOObjectFile.cpp367 Res = SymbolRef::ST_Function; in getSymbolType()