Home
last modified time | relevance | path

Searched refs:SymType (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/
H A DObjectFileTransformer.cpp84 Expected<SymbolRef::Type> SymType = Sym.getType(); in convert() local
85 if (!SymType) { in convert()
86 consumeError(SymType.takeError()); in convert()
94 if (SymType.get() != SymbolRef::Type::ST_Function || in convert()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DMangling.cpp110 if (auto SymType = Sym.getType()) { in getObjectSymbolInfo() local
111 if (*SymType == object::SymbolRef::ST_File) in getObjectSymbolInfo()
114 return SymType.takeError(); in getObjectSymbolInfo()
H A DRTDyldObjectLinkingLayer.cpp114 if (auto SymType = Sym.getType()) { in emit() local
115 if (*SymType == object::SymbolRef::ST_File) in emit()
118 ES.reportError(SymType.takeError()); in emit()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolSerializer.h50 template <typename SymType>
51 static CVSymbol writeOneSymbol(SymType &Sym, BumpPtrAllocator &Storage, in writeOneSymbol()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp251 object::SymbolRef::Type SymType; in loadObjectImpl() local
253 SymType = *SymTypeOrErr; in loadObjectImpl()
298 SymType != object::SymbolRef::ST_File) { in loadObjectImpl()
307 LLVM_DEBUG(dbgs() << "\tType: " << SymType << " (absolute) Name: " << Name in loadObjectImpl()
314 } else if (SymType == object::SymbolRef::ST_Function || in loadObjectImpl()
315 SymType == object::SymbolRef::ST_Data || in loadObjectImpl()
316 SymType == object::SymbolRef::ST_Unknown || in loadObjectImpl()
317 SymType == object::SymbolRef::ST_Other) { in loadObjectImpl()
341 LLVM_DEBUG(dbgs() << "\tType: " << SymType << " Name: " << Name in loadObjectImpl()
H A DRuntimeDyldELF.cpp1199 SymbolRef::Type SymType = SymbolRef::ST_Unknown; in processRelocationRef() local
1213 SymType = *SymTypeOrErr; in processRelocationRef()
1221 switch (SymType) { in processRelocationRef()
1524 bool IsExtern = Value.SymbolName || SymType == SymbolRef::ST_Unknown; in processRelocationRef()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Ddbghelp_types.d127 SYM_TYPE SymType; variable
161 SYM_TYPE SymType; member
H A Dimagehlp.d245 SYM_TYPE SymType; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp253 SymbolRef::Type SymType = *SymTypeOrErr; in notifyObjectLoaded() local
254 if (SymType != SymbolRef::ST_Function) in notifyObjectLoaded()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp254 SymbolRef::Type SymType = *SymTypeOrErr; in notifyObjectLoaded() local
255 if (SymType != SymbolRef::ST_Function) in notifyObjectLoaded()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A DMachODebugMapParser.cpp568 uint8_t SymType = in loadMainBinarySymbols() local
570 bool Extern = SymType & (MachO::N_EXT | MachO::N_PEXT); in loadMainBinarySymbols()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp554 if (auto SymType = Sym.getType()) { in add() local
555 if (*SymType == object::SymbolRef::ST_File) in add()
558 return SymType.takeError(); in add()