/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/OProfileJIT/ |
H A D | OProfileJITEventListener.cpp | 94 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 D | ObjectFileTransformer.cpp | 95 if (SymType.get() != SymbolRef::Type::ST_Function || in convert()
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | TapiFile.cpp | 45 Type = SymbolRef::ST_Function; in getType()
|
H A D | GOFFObjectFile.cpp | 325 return SymbolRef::ST_Function; in getSymbolType()
|
H A D | XCOFFObjectFile.cpp | 313 return SymbolRef::ST_Function; in getSymbolType()
|
H A D | COFFObjectFile.cpp | 191 return SymbolRef::ST_Function; in getSymbolType()
|
H A D | WasmObjectFile.cpp | 1896 return SymbolRef::ST_Function; in getSymbolType()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | JITSymbol.cpp | 87 if (*SymbolType == object::SymbolRef::ST_Function) in fromObjectSymbol()
|
H A D | RuntimeDyld.cpp | 317 } else if (SymType == object::SymbolRef::ST_Function || in loadObjectImpl()
|
H A D | RuntimeDyldELF.cpp | 1296 case SymbolRef::ST_Function: in processRelocationRef()
|
/freebsd/contrib/llvm-project/clang/lib/Format/ |
H A D | TokenAnnotator.h | 42 ST_Function, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/BinaryReader/ |
H A D | DylibReader.cpp | 323 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 D | RuntimeDyldCOFFThumb.h | 36 if (*SymTypeOrErr != object::SymbolRef::ST_Function) in isThumbFunc()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-tli-checker/ |
H A D | llvm-tli-checker.cpp | 169 if (Type == SymbolRef::ST_Function && (Flags & SymbolRef::SF_Global) &&
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/PerfJITEvents/ |
H A D | PerfJITEventListener.cpp | 254 if (SymType != SymbolRef::ST_Function) in notifyObjectLoaded()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/ |
H A D | IntelJITEventListener.cpp | 255 if (SymType != SymbolRef::ST_Function) in notifyObjectLoaded()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
H A D | SymbolizableObjectFile.cpp | 187 } else if (SymbolType != SymbolRef::ST_Function && in addSymbol()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | ObjectFile.h | 178 ST_Function, enumerator
|
H A D | ELFObjectFile.h | 739 return SymbolRef::ST_Function; in getSymbolType()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-rtdyld/ |
H A D | llvm-rtdyld.cpp | 481 if (Type == object::SymbolRef::ST_Function) { in printLineInfoForInput()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVDWARFReader.cpp | 1185 if (Type != SymbolRef::ST_Function) in mapRangeAddress()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | ARMWinEHPrinter.cpp | 241 if (FunctionOnly && *Type != SymbolRef::ST_Function) in getSymbol()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | MachODump.cpp | 182 (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 D | llvm-objdump.cpp | 2952 else if (Type == SymbolRef::ST_Function) in printSymbol()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-nm/ |
H A D | llvm-nm.cpp | 1060 case SymbolRef::ST_Function: in getSymbolNMTypeChar()
|