Home
last modified time | relevance | path

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

12

/freebsd/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/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DObjectFileTransformer.cpp95 if (SymType.get() != SymbolRef::Type::ST_Function || in convert()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DTapiFile.cpp45 Type = SymbolRef::ST_Function; in getType()
H A DGOFFObjectFile.cpp325 return SymbolRef::ST_Function; in getSymbolType()
H A DXCOFFObjectFile.cpp313 return SymbolRef::ST_Function; in getSymbolType()
H A DCOFFObjectFile.cpp191 return SymbolRef::ST_Function; in getSymbolType()
H A DWasmObjectFile.cpp1896 return SymbolRef::ST_Function; in getSymbolType()
/freebsd/contrib/llvm-project/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.cpp1296 case SymbolRef::ST_Function: in processRelocationRef()
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.h42 ST_Function, enumerator
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/BinaryReader/
H A DDylibReader.cpp323 GlobalRecord::Kind GV = (Type & SymbolRef::ST_Function) in readSymbols()
465 const bool IsCode = (*TypeOrErr & SymbolRef::ST_Function); in accumulateLocs()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFThumb.h36 if (*SymTypeOrErr != object::SymbolRef::ST_Function) in isThumbFunc()
/freebsd/contrib/llvm-project/llvm/tools/llvm-tli-checker/
H A Dllvm-tli-checker.cpp169 if (Type == SymbolRef::ST_Function && (Flags & SymbolRef::SF_Global) &&
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp254 if (SymType != SymbolRef::ST_Function) in notifyObjectLoaded()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp255 if (SymType != SymbolRef::ST_Function) in notifyObjectLoaded()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolizableObjectFile.cpp187 } else if (SymbolType != SymbolRef::ST_Function && in addSymbol()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DObjectFile.h178 ST_Function, enumerator
H A DELFObjectFile.h739 return SymbolRef::ST_Function; in getSymbolType()
/freebsd/contrib/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp481 if (Type == object::SymbolRef::ST_Function) { in printLineInfoForInput()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.cpp1185 if (Type != SymbolRef::ST_Function) in mapRangeAddress()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DARMWinEHPrinter.cpp241 if (FunctionOnly && *Type != SymbolRef::ST_Function) in getSymbol()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp182 (AType != SymbolRef::ST_Function) ? 0 : cantFail(A.getValue()); in operator ()()
184 (BType != SymbolRef::ST_Function) ? 0 : cantFail(B.getValue()); in operator ()()
1481 if (ST == SymbolRef::ST_Function || ST == SymbolRef::ST_Data || in CreateSymbolAddressMap()
7450 if (ST == SymbolRef::ST_Function || ST == SymbolRef::ST_Data || in DisassembleMachO()
7495 if (ST != SymbolRef::ST_Function && ST != SymbolRef::ST_Data) in DisassembleMachO()
7549 if (NextSymType == SymbolRef::ST_Function) { in DisassembleMachO()
H A Dllvm-objdump.cpp2952 else if (Type == SymbolRef::ST_Function) in printSymbol()
/freebsd/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp1060 case SymbolRef::ST_Function: in getSymbolNMTypeChar()

12