Home
last modified time | relevance | path

Searched defs:SymType (Results 1 – 11 of 11) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DObjectFileInterface.cpp61 if (auto SymType = Sym.getType()) { in getMachOObjectFileSymbolInfo() local
118 if (auto SymType = Sym.getType()) { in getELFObjectFileSymbolInfo() local
195 if (auto SymType = Sym.getType()) { in getCOFFObjectFileSymbolInfo() local
254 if (auto SymType = Sym.getType()) { in getGenericObjectFileSymbolInfo() local
H A DRTDyldObjectLinkingLayer.cpp116 if (*SymType == object::SymbolRef::ST_File) in emit() local
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DObjectFileTransformer.cpp84 Expected<SymbolRef::Type> SymType = Sym.getType(); convert() local
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp254 SymbolRef::Type SymType = *SymTypeOrErr; in notifyObjectLoaded() local
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DDebuggerSupportPlugin.cpp213 uint8_t SymType = Sym->isCallable() ? MachO::N_FUN : MachO::N_GSYM; in startSynthesis() local
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp253 SymbolRef::Type SymType = *SymTypeOrErr; in notifyObjectLoaded() local
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp975 uint32_t SymType = *TypeOrErr; in getSymbolNMTypeChar() local
1715 uint16_t SymType = XCOFFSym.getSymbolType(); in getXCOFFExports() local
1765 uint16_t SymType = XCOFFSym.getSymbolType(); in getXCOFFExports() local
/freebsd-src/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp673 uint16_t SymType = XCOFFSym.getSymbolType(); getSymbolFlags() local
924 uint8_t SymType = CsectAuxRef.getSymbolType(); getSymbolSize() local
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp251 object::SymbolRef::Type SymType; in loadObjectImpl() local
H A DRuntimeDyldELF.cpp1242 SymbolRef::Type SymType = SymbolRef::ST_Unknown; processRelocationRef() local
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1247 const SymbolRef::Type SymType = unwrapOrError(Symbol.getType(), FileName); createSymbolInfo() local