Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/OProfileJIT/
DOProfileJITEventListener.cpp92 if (SymType == SymbolRef::ST_Function) { in NotifyObjectEmitted()
130 if (SymType == SymbolRef::ST_Function) { in NotifyFreeingObject()
/external/llvm/tools/llvm-symbolizer/
DLLVMSymbolize.cpp85 if (SymbolType != SymbolRef::ST_Function && SymbolType != SymbolRef::ST_Data) in addSymbol()
119 auto &M = SymbolType == SymbolRef::ST_Function ? Functions : Objects; in addSymbol()
127 const auto &SymbolMap = Type == SymbolRef::ST_Function ? Functions : Objects; in getNameFromSymbolTable()
155 if (getNameFromSymbolTable(SymbolRef::ST_Function, ModuleOffset, in symbolizeCode()
182 if (getNameFromSymbolTable(SymbolRef::ST_Function, ModuleOffset, in symbolizeInlinedCode()
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
DIntelJITEventListener.cpp118 if (SymType == SymbolRef::ST_Function) { in NotifyObjectEmitted()
/external/llvm/include/llvm/Object/
DObjectFile.h137 ST_Function, enumerator
DELFObjectFile.h368 Result = SymbolRef::ST_Function; in getSymbolType()
/external/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp238 if (SymType == object::SymbolRef::ST_Function) { in printLineInfoForInput()
/external/llvm/lib/Object/
DCOFFObjectFile.cpp188 Result = SymbolRef::ST_Function; in getSymbolType()
203 Result = SymbolRef::ST_Function; in getSymbolType()
DMachOObjectFile.cpp482 Res = SymbolRef::ST_Function; in getSymbolType()
/external/llvm/tools/llvm-readobj/
DARMWinEHPrinter.cpp205 if (Type != SymbolRef::ST_Function) in getSymbol()
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp652 else if (Type == SymbolRef::ST_Function) in PrintSymbolTable()
DMachODump.cpp183 if (AType != SymbolRef::ST_Function) in operator ()()
187 if (BType != SymbolRef::ST_Function) in operator ()()
609 if (ST == SymbolRef::ST_Function || ST == SymbolRef::ST_Data || in CreateSymbolAddressMap()
6164 if (ST == SymbolRef::ST_Function || ST == SymbolRef::ST_Data || in DisassembleMachO()
6213 if (ST != SymbolRef::ST_Function) in DisassembleMachO()
6239 if (NextSymType == SymbolRef::ST_Function) { in DisassembleMachO()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp180 if (SymType == object::SymbolRef::ST_Function || in loadObjectImpl()