Home
last modified time | relevance | path

Searched refs:ST_Function (Results 1 – 25 of 26) 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.cpp93 if (SymType.get() != SymbolRef::Type::ST_Function || in convert()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DTapiFile.cpp44 Type = SymbolRef::ST_Function; in getType()
H A DGOFFObjectFile.cpp325 return SymbolRef::ST_Function; in getSymbolType()
H A DXCOFFObjectFile.cpp314 return SymbolRef::ST_Function; in getSymbolType()
H A DCOFFObjectFile.cpp191 return SymbolRef::ST_Function; in getSymbolType()
H A DWasmObjectFile.cpp1917 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.cpp1668 case SymbolRef::ST_Function: in processRelocationRef()
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/BinaryReader/
H A DDylibReader.cpp322 GlobalRecord::Kind GV = (Type & SymbolRef::ST_Function) in readSymbols()
464 const bool IsCode = (*TypeOrErr & SymbolRef::ST_Function); in accumulateLocs()
/freebsd/contrib/llvm-project/llvm/tools/llvm-tli-checker/
H A Dllvm-tli-checker.cpp171 if (Type == SymbolRef::ST_Function && (Flags & SymbolRef::SF_Global) && in maybeInsertSymbol()
/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/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp255 if (SymType != SymbolRef::ST_Function) in notifyObjectLoaded()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp257 if (SymType != SymbolRef::ST_Function) in notifyObjectLoaded()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/XCOFF/
H A DObjectFileXCOFF.cpp193 case llvm::object::SymbolRef::ST_Function: in MapSymbolType()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolizableObjectFile.cpp186 } else if (SymbolType != SymbolRef::ST_Function && in addSymbol()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DObjectFile.h179 ST_Function, enumerator
H A DELFObjectFile.h745 return SymbolRef::ST_Function; in getSymbolType()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.cpp987 if (Type != SymbolRef::ST_Function) in mapRangeAddress()
/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/tools/llvm-readobj/
H A DARMWinEHPrinter.cpp242 if (FunctionOnly && *Type != SymbolRef::ST_Function) in getSymbol()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp178 (AType != SymbolRef::ST_Function) ? 0 : cantFail(A.getValue()); in operator ()()
180 (BType != SymbolRef::ST_Function) ? 0 : cantFail(B.getValue()); in operator ()()
1477 if (ST == SymbolRef::ST_Function || ST == SymbolRef::ST_Data || in CreateSymbolAddressMap()
7458 if (ST == SymbolRef::ST_Function || ST == SymbolRef::ST_Data || in DisassembleMachO()
7503 if (ST != SymbolRef::ST_Function && ST != SymbolRef::ST_Data) in DisassembleMachO()
7557 if (NextSymType == SymbolRef::ST_Function) { in DisassembleMachO()
H A Dllvm-objdump.cpp3023 else if (Type == SymbolRef::ST_Function) in printSymbol()
/freebsd/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp1062 case SymbolRef::ST_Function: in getSymbolNMTypeChar()

12