Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DObjectFileInterface.cpp61 return SymType.takeError(); in getMachOObjectFileSymbolInfo() local
118 return SymType.takeError(); in getELFObjectFileSymbolInfo() local
195 return SymType.takeError(); in getCOFFObjectFileSymbolInfo() local
254 if (auto SymType = Sym.getType()) { getGenericObjectFileSymbolInfo() local
[all...]
H A DRTDyldObjectLinkingLayer.cpp115 if (auto SymType = Sym.getType()) { emit() local
/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DObjectFileTransformer.cpp85 consumeError(SymType.takeError()); in convert() local
/llvm-project/llvm/lib/TextAPI/
H A DRecordsSlice.cpp114 void ObjCInterfaceRecord::updateLinkageForSymbols(ObjCIFSymbolKind SymType, in updateLinkageForSymbols() argument
195 ObjCIFSymbolKind SymType) { in addObjCInterface() argument
/llvm-project/clang/lib/InstallAPI/
H A DFrontend.cpp36 ObjCIFSymbolKind SymType = in addObjCInterface() local
/llvm-project/llvm/include/llvm/TextAPI/
H A DRecord.h194 ObjCIFSymbolKind SymType) in ObjCInterfaceRecord()
/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp254 SymbolRef::Type SymType = *SymTypeOrErr; in notifyObjectLoaded() local
/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DDebuggerSupportPlugin.cpp213 uint8_t SymType = Sym->isCallable() ? MachO::N_FUN : MachO::N_GSYM; startSynthesis() local
/llvm-project/llvm/unittests/DebugInfo/PDB/
H A DPDBApiTest.cpp169 MockRawSymbol(PDB_SymType SymType) in MockRawSymbol()
/llvm-project/llvm/tools/llvm-exegesis/lib/
H A DAssembler.cpp422 if (SymType && *SymType == object::SymbolRef::Type::ST_Function) in getBenchmarkFunctionBytes() local
/llvm-project/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp253 SymbolRef::Type SymType = *SymTypeOrErr; notifyObjectLoaded() local
/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp975 uint32_t SymType = *TypeOrErr; getSymbolNMTypeChar() local
1715 uint16_t SymType = XCOFFSym.getSymbolType(); getXCOFFExports() local
1765 uint16_t SymType = XCOFFSym.getSymbolType(); getXCOFFExports() local
/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp679 uint16_t SymType = XCOFFSym.getSymbolType(); getSymbolFlags() local
932 uint8_t SymType = CsectAuxRef.getSymbolType(); getSymbolSize() local
/llvm-project/llvm/tools/dsymutil/
H A DMachODebugMapParser.cpp823 uint8_t SymType = loadMainBinarySymbols() local
/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp251 object::SymbolRef::Type SymType; in loadObjectImpl() local
H A DRuntimeDyldELF.cpp1250 SymbolRef::Type SymType = SymbolRef::ST_Unknown; processRelocationRef() local
/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1422 const SymbolRef::Type SymType = unwrapOrError(Symbol.getType(), FileName); createSymbolInfo() local
1426 uint8_t SymType = createSymbolInfo() local
/llvm-project/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp681 if (auto SymType = Sym.getType()) { getTestObjectFileInterface() local