Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileJITEventListener.cpp94 if (!Sym.getType() || *Sym.getType() != SymbolRef::ST_Function) in notifyObjectLoaded()
156 if (I->getType() && *I->getType() == SymbolRef::ST_Function) { in notifyFreeingObject()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/
H A DObjectFileTransformer.cpp94 if (SymType.get() != SymbolRef::Type::ST_Function || in convert()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DJITSymbol.cpp87 if (*SymbolType & object::SymbolRef::ST_Function) in fromObjectSymbol()
H A DRuntimeDyld.cpp314 } else if (SymType == object::SymbolRef::ST_Function || in loadObjectImpl()
H A DRuntimeDyldELF.cpp1248 case SymbolRef::ST_Function: in processRelocationRef()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFThumb.h36 if (*SymTypeOrErr != object::SymbolRef::ST_Function) in isThumbFunc()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/Symbolize/
H A DSymbolizableObjectFile.cpp182 } else if (SymbolType != SymbolRef::ST_Function && in addSymbol()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp254 if (SymType != SymbolRef::ST_Function) in notifyObjectLoaded()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp255 if (SymType != SymbolRef::ST_Function) in notifyObjectLoaded()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DObjectFile.h173 ST_Function, enumerator
H A DELFObjectFile.h670 return SymbolRef::ST_Function; in getSymbolType()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp431 if (Type == object::SymbolRef::ST_Function) { in printLineInfoForInput()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DARMWinEHPrinter.cpp218 if (FunctionOnly && *Type != SymbolRef::ST_Function) in getSymbol()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp173 (AType != SymbolRef::ST_Function) ? 0 : cantFail(A.getValue()); in operator ()()
175 (BType != SymbolRef::ST_Function) ? 0 : cantFail(B.getValue()); in operator ()()
1256 if (ST == SymbolRef::ST_Function || ST == SymbolRef::ST_Data || in CreateSymbolAddressMap()
7461 if (ST == SymbolRef::ST_Function || ST == SymbolRef::ST_Data || in DisassembleMachO()
7506 if (ST != SymbolRef::ST_Function && ST != SymbolRef::ST_Data) in DisassembleMachO()
7560 if (NextSymType == SymbolRef::ST_Function) { in DisassembleMachO()
H A Dllvm-objdump.cpp1933 else if (Type == SymbolRef::ST_Function) in printSymbol()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DCOFFObjectFile.cpp192 return SymbolRef::ST_Function; in getSymbolType()
H A DWasmObjectFile.cpp1560 return SymbolRef::ST_Function; in getSymbolType()
H A DMachOObjectFile.cpp1843 return SymbolRef::ST_Function; in getSymbolType()