Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DObjectFileTransformer.cpp94 if (SymType.get() != SymbolRef::Type::ST_Function || in convert()
/freebsd-13.1/contrib/llvm-project/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.cpp1251 case SymbolRef::ST_Function: in processRelocationRef()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFThumb.h36 if (*SymTypeOrErr != object::SymbolRef::ST_Function) in isThumbFunc()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp255 if (SymType != SymbolRef::ST_Function) in notifyObjectLoaded()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp254 if (SymType != SymbolRef::ST_Function) in notifyObjectLoaded()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolizableObjectFile.cpp182 } else if (SymbolType != SymbolRef::ST_Function && in addSymbol()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/
H A DObjectFile.h176 ST_Function, enumerator
H A DELFObjectFile.h670 return SymbolRef::ST_Function; in getSymbolType()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp432 if (Type == object::SymbolRef::ST_Function) { in printLineInfoForInput()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DARMWinEHPrinter.cpp218 if (FunctionOnly && *Type != SymbolRef::ST_Function) in getSymbol()
/freebsd-13.1/contrib/llvm-project/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.cpp2016 else if (Type == SymbolRef::ST_Function) in printSymbol()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp192 return SymbolRef::ST_Function; in getSymbolType()
H A DWasmObjectFile.cpp1561 return SymbolRef::ST_Function; in getSymbolType()
H A DMachOObjectFile.cpp1842 return SymbolRef::ST_Function; in getSymbolType()