Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/GSYM/
H A DObjectFileTransformer.cpp94 if (SymType.get() != SymbolRef::Type::ST_Function || in convert()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DJITSymbol.cpp87 if (*SymbolType == object::SymbolRef::ST_Function) in fromObjectSymbol()
H A DRuntimeDyld.cpp317 } else if (SymType == object::SymbolRef::ST_Function || in loadObjectImpl()
H A DRuntimeDyldELF.cpp1284 case SymbolRef::ST_Function: in processRelocationRef()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFThumb.h35 if (*SymTypeOrErr != object::SymbolRef::ST_Function) in isThumbFunc()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp254 if (SymType != SymbolRef::ST_Function) in notifyObjectLoaded()
/openbsd-src/gnu/llvm/llvm/tools/llvm-tli-checker/
H A Dllvm-tli-checker.cpp176 if (Type == SymbolRef::ST_Function && (Flags & SymbolRef::SF_Global) && in maybeInsertSymbol()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp255 if (SymType != SymbolRef::ST_Function) in notifyObjectLoaded()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/Symbolize/
H A DSymbolizableObjectFile.cpp187 } else if (SymbolType != SymbolRef::ST_Function && in addSymbol()
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DObjectFile.h177 ST_Function, enumerator
H A DELFObjectFile.h686 return SymbolRef::ST_Function; in getSymbolType()
/openbsd-src/gnu/llvm/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp481 if (Type == object::SymbolRef::ST_Function) { in printLineInfoForInput()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVELFReader.cpp1180 if (Type != SymbolRef::ST_Function) in mapRangeAddress()
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DARMWinEHPrinter.cpp240 if (FunctionOnly && *Type != SymbolRef::ST_Function) in getSymbol()
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DXCOFFObjectFile.cpp303 return SymbolRef::ST_Function; in getSymbolType()
H A DCOFFObjectFile.cpp192 return SymbolRef::ST_Function; in getSymbolType()
H A DWasmObjectFile.cpp1656 return SymbolRef::ST_Function; in getSymbolType()
H A DMachOObjectFile.cpp1855 return SymbolRef::ST_Function; in getSymbolType()
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A DMachODump.cpp188 (AType != SymbolRef::ST_Function) ? 0 : cantFail(A.getValue()); in operator ()()
190 (BType != SymbolRef::ST_Function) ? 0 : cantFail(B.getValue()); in operator ()()
1507 if (ST == SymbolRef::ST_Function || ST == SymbolRef::ST_Data || in CreateSymbolAddressMap()
7745 if (ST == SymbolRef::ST_Function || ST == SymbolRef::ST_Data || in DisassembleMachO()
7790 if (ST != SymbolRef::ST_Function && ST != SymbolRef::ST_Data) in DisassembleMachO()
7844 if (NextSymType == SymbolRef::ST_Function) { in DisassembleMachO()
H A Dllvm-objdump.cpp2467 else if (Type == SymbolRef::ST_Function) in printSymbol()