| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/GSYM/ |
| H A D | ObjectFileTransformer.cpp | 94 if (SymType.get() != SymbolRef::Type::ST_Function || in convert()
|
| /openbsd-src/gnu/llvm/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 | 1284 case SymbolRef::ST_Function: in processRelocationRef()
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
| H A D | RuntimeDyldCOFFThumb.h | 35 if (*SymTypeOrErr != object::SymbolRef::ST_Function) in isThumbFunc()
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/PerfJITEvents/ |
| H A D | PerfJITEventListener.cpp | 254 if (SymType != SymbolRef::ST_Function) in notifyObjectLoaded()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-tli-checker/ |
| H A D | llvm-tli-checker.cpp | 176 if (Type == SymbolRef::ST_Function && (Flags & SymbolRef::SF_Global) && in maybeInsertSymbol()
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/IntelJITEvents/ |
| H A D | IntelJITEventListener.cpp | 255 if (SymType != SymbolRef::ST_Function) in notifyObjectLoaded()
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/Symbolize/ |
| H A D | SymbolizableObjectFile.cpp | 187 } else if (SymbolType != SymbolRef::ST_Function && in addSymbol()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Object/ |
| H A D | ObjectFile.h | 177 ST_Function, enumerator
|
| H A D | ELFObjectFile.h | 686 return SymbolRef::ST_Function; in getSymbolType()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-rtdyld/ |
| H A D | llvm-rtdyld.cpp | 481 if (Type == object::SymbolRef::ST_Function) { in printLineInfoForInput()
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVELFReader.cpp | 1180 if (Type != SymbolRef::ST_Function) in mapRangeAddress()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/ |
| H A D | ARMWinEHPrinter.cpp | 240 if (FunctionOnly && *Type != SymbolRef::ST_Function) in getSymbol()
|
| /openbsd-src/gnu/llvm/llvm/lib/Object/ |
| H A D | XCOFFObjectFile.cpp | 303 return SymbolRef::ST_Function; in getSymbolType()
|
| H A D | COFFObjectFile.cpp | 192 return SymbolRef::ST_Function; in getSymbolType()
|
| H A D | WasmObjectFile.cpp | 1656 return SymbolRef::ST_Function; in getSymbolType()
|
| H A D | MachOObjectFile.cpp | 1855 return SymbolRef::ST_Function; in getSymbolType()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/ |
| H A D | MachODump.cpp | 188 (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 D | llvm-objdump.cpp | 2467 else if (Type == SymbolRef::ST_Function) in printSymbol()
|