Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/Symbolize/
DSymbolizableObjectFile.cpp127 if (SymbolType != SymbolRef::ST_Function && SymbolType != SymbolRef::ST_Data) in addSymbol()
154 auto &M = SymbolType == SymbolRef::ST_Function ? Functions : Objects; in addSymbol()
177 const auto &SymbolMap = Type == SymbolRef::ST_Function ? Functions : Objects; in getNameFromSymbolTable()
216 if (getNameFromSymbolTable(SymbolRef::ST_Function, ModuleOffset, in symbolizeCode()
239 if (getNameFromSymbolTable(SymbolRef::ST_Function, ModuleOffset, in symbolizeInlinedCode()
/external/llvm/lib/ExecutionEngine/OProfileJIT/
DOProfileJITEventListener.cpp91 if (Sym.getType() != SymbolRef::ST_Function) in NotifyObjectEmitted()
131 if (I->getType() == SymbolRef::ST_Function) { in NotifyFreeingObject()
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
DIntelJITEventListener.cpp123 if (SymType != SymbolRef::ST_Function) in NotifyObjectEmitted()
/external/llvm/include/llvm/Object/
DObjectFile.h126 ST_Function, enumerator
DELFObjectFile.h473 return SymbolRef::ST_Function; in getSymbolType()
/external/swiftshader/third_party/LLVM/include/llvm/Object/
DObjectFile.h94 ST_Function, enumerator
/external/swiftshader/third_party/LLVM/lib/Object/
DCOFFObjectFile.cpp165 Result = SymbolRef::ST_Function; in getSymbolType()
DMachOObjectFile.cpp254 Res = SymbolRef::ST_Function; in getSymbolType()
DELFObjectFile.cpp616 Result = SymbolRef::ST_Function; in getSymbolType()
/external/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp345 if (Type == object::SymbolRef::ST_Function) { in printLineInfoForInput()
/external/llvm/tools/llvm-readobj/
DARMWinEHPrinter.cpp204 if (FunctionOnly && *Type != SymbolRef::ST_Function) in getSymbol()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp249 } else if (SymType == object::SymbolRef::ST_Function || in loadObjectImpl()
/external/llvm/lib/Object/
DCOFFObjectFile.cpp186 return SymbolRef::ST_Function; in getSymbolType()
DMachOObjectFile.cpp531 return SymbolRef::ST_Function; in getSymbolType()
/external/llvm/tools/llvm-objdump/
DMachODump.cpp206 uint64_t AAddr = (AType != SymbolRef::ST_Function) ? 0 : A.getValue(); in operator ()()
207 uint64_t BAddr = (BType != SymbolRef::ST_Function) ? 0 : B.getValue(); in operator ()()
626 if (ST == SymbolRef::ST_Function || ST == SymbolRef::ST_Data || in CreateSymbolAddressMap()
6615 if (ST == SymbolRef::ST_Function || ST == SymbolRef::ST_Data || in DisassembleMachO()
6686 if (ST != SymbolRef::ST_Function && ST != SymbolRef::ST_Data) in DisassembleMachO()
6738 if (NextSymType == SymbolRef::ST_Function) { in DisassembleMachO()
Dllvm-objdump.cpp1440 else if (Type == SymbolRef::ST_Function) in PrintSymbolTable()