Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/Symbolize/
DSymbolizableObjectFile.cpp173 if (SymbolType != SymbolRef::ST_Function && SymbolType != SymbolRef::ST_Data) in addSymbol()
204 auto &M = SymbolType == SymbolRef::ST_Function ? Functions : Objects; in addSymbol()
227 const auto &Symbols = Type == SymbolRef::ST_Function ? Functions : Objects; in getNameFromSymbolTable()
266 if (getNameFromSymbolTable(SymbolRef::ST_Function, ModuleOffset.Address, in symbolizeCode()
291 if (getNameFromSymbolTable(SymbolRef::ST_Function, ModuleOffset.Address, in symbolizeInlinedCode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/OProfileJIT/
DOProfileJITEventListener.cpp94 if (!Sym.getType() || *Sym.getType() != SymbolRef::ST_Function) in notifyObjectLoaded()
156 if (I->getType() && *I->getType() == SymbolRef::ST_Function) { in notifyFreeingObject()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DJITSymbol.cpp53 if (*SymbolType & object::SymbolRef::ST_Function) in fromObjectSymbol()
DRuntimeDyld.cpp305 } else if (SymType == object::SymbolRef::ST_Function || in loadObjectImpl()
DRuntimeDyldELF.cpp1182 case SymbolRef::ST_Function: in processRelocationRef()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/IntelJITEvents/
DIntelJITEventListener.cpp125 if (SymType != SymbolRef::ST_Function) in notifyObjectLoaded()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldCOFFThumb.h36 if (*SymTypeOrErr != object::SymbolRef::ST_Function) in isThumbFunc()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/PerfJITEvents/
DPerfJITEventListener.cpp255 if (SymType != SymbolRef::ST_Function) in notifyObjectLoaded()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DObjectFile.h171 ST_Function, enumerator
DELFObjectFile.h598 return SymbolRef::ST_Function; in getSymbolType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DCOFFObjectFile.cpp194 return SymbolRef::ST_Function; in getSymbolType()
DWasmObjectFile.cpp1346 return SymbolRef::ST_Function; in getSymbolType()
DMachOObjectFile.cpp1838 return SymbolRef::ST_Function; in getSymbolType()