Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/DebugInfo/GSYM/
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()
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
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()
DRTDyldObjectLinkingLayer.cpp110 if (auto SymType = Sym.getType()) { in emit() local
111 if (*SymType == object::SymbolRef::ST_File) in emit()
114 ES.reportError(SymType.takeError()); in emit()
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DSymbolSerializer.h51 template <typename SymType>
52 static CVSymbol writeOneSymbol(SymType &Sym, BumpPtrAllocator &Storage, in writeOneSymbol()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DSymbolSerializer.h51 template <typename SymType>
52 static CVSymbol writeOneSymbol(SymType &Sym, BumpPtrAllocator &Storage, in writeOneSymbol()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp213 object::SymbolRef::Type SymType; in loadObjectImpl() local
215 SymType = *SymTypeOrErr; in loadObjectImpl()
234 SymType != object::SymbolRef::ST_File) { in loadObjectImpl()
243 DEBUG(dbgs() << "\tType: " << SymType << " (absolute) Name: " << Name in loadObjectImpl()
249 } else if (SymType == object::SymbolRef::ST_Function || in loadObjectImpl()
250 SymType == object::SymbolRef::ST_Data || in loadObjectImpl()
251 SymType == object::SymbolRef::ST_Unknown || in loadObjectImpl()
252 SymType == object::SymbolRef::ST_Other) { in loadObjectImpl()
276 DEBUG(dbgs() << "\tType: " << SymType << " Name: " << Name in loadObjectImpl()
DRuntimeDyldELF.cpp1212 SymbolRef::Type SymType = SymbolRef::ST_Unknown; in processRelocationRef() local
1226 SymType = *SymTypeOrErr; in processRelocationRef()
1234 switch (SymType) { in processRelocationRef()
1496 if (SymType != SymbolRef::ST_Unknown) { in processRelocationRef()
1523 if (SymType == SymbolRef::ST_Unknown || RangeOverflow) { in processRelocationRef()
1579 if (SymType == SymbolRef::ST_Unknown) { in processRelocationRef()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp244 object::SymbolRef::Type SymType; in loadObjectImpl() local
246 SymType = *SymTypeOrErr; in loadObjectImpl()
291 SymType != object::SymbolRef::ST_File) { in loadObjectImpl()
300 LLVM_DEBUG(dbgs() << "\tType: " << SymType << " (absolute) Name: " << Name in loadObjectImpl()
305 } else if (SymType == object::SymbolRef::ST_Function || in loadObjectImpl()
306 SymType == object::SymbolRef::ST_Data || in loadObjectImpl()
307 SymType == object::SymbolRef::ST_Unknown || in loadObjectImpl()
308 SymType == object::SymbolRef::ST_Other) { in loadObjectImpl()
332 LLVM_DEBUG(dbgs() << "\tType: " << SymType << " Name: " << Name in loadObjectImpl()
DRuntimeDyldELF.cpp1133 SymbolRef::Type SymType = SymbolRef::ST_Unknown; in processRelocationRef() local
1147 SymType = *SymTypeOrErr; in processRelocationRef()
1155 switch (SymType) { in processRelocationRef()
1456 bool IsExtern = Value.SymbolName || SymType == SymbolRef::ST_Unknown; in processRelocationRef()
/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
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()
DRuntimeDyldELF.cpp1140 SymbolRef::Type SymType = SymbolRef::ST_Unknown; in processRelocationRef() local
1154 SymType = *SymTypeOrErr; in processRelocationRef()
1162 switch (SymType) { in processRelocationRef()
1463 bool IsExtern = Value.SymbolName || SymType == SymbolRef::ST_Unknown; in processRelocationRef()
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
DIntelJITEventListener.cpp122 SymbolRef::Type SymType = *SymTypeOrErr; in NotifyObjectEmitted() local
123 if (SymType != SymbolRef::ST_Function) in NotifyObjectEmitted()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/IntelJITEvents/
DIntelJITEventListener.cpp124 SymbolRef::Type SymType = *SymTypeOrErr; in notifyObjectLoaded() local
125 if (SymType != SymbolRef::ST_Function) in notifyObjectLoaded()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/PerfJITEvents/
DPerfJITEventListener.cpp254 SymbolRef::Type SymType = *SymTypeOrErr; in notifyObjectLoaded() local
255 if (SymType != SymbolRef::ST_Function) in notifyObjectLoaded()
/external/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
DIntelJITEventListener.cpp253 SymbolRef::Type SymType = *SymTypeOrErr; in notifyObjectLoaded() local
254 if (SymType != SymbolRef::ST_Function) in notifyObjectLoaded()
/external/llvm-project/llvm/lib/ExecutionEngine/PerfJITEvents/
DPerfJITEventListener.cpp254 SymbolRef::Type SymType = *SymTypeOrErr; in notifyObjectLoaded() local
255 if (SymType != SymbolRef::ST_Function) in notifyObjectLoaded()
/external/angle/util/windows/third_party/StackWalker/src/
DStackWalker.cpp130 SYM_TYPE SymType; // type of symbols loaded member
425 SYM_TYPE SymType; // type of symbols loaded member
454 SYM_TYPE SymType; // type of symbols loaded member
769 switch (Module.SymType) in LoadModule()
1220 switch (Module.SymType) in ShowCallstack()
/external/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp127 MockRawSymbol(PDB_SymType SymType) in MockRawSymbol() argument
128 : Type(SymType) {} in MockRawSymbol()
/external/llvm-project/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp169 MockRawSymbol(PDB_SymType SymType) in MockRawSymbol() argument
170 : Type(SymType) {} in MockRawSymbol()
/external/llvm-project/llvm/tools/dsymutil/
DMachODebugMapParser.cpp555 uint8_t SymType = in loadMainBinarySymbols() local
557 bool Extern = SymType & (MachO::N_EXT | MachO::N_PEXT); in loadMainBinarySymbols()
/external/mesa3d/src/gallium/auxiliary/util/
Ddbghelp.h391 SYM_TYPE SymType; member
415 SYM_TYPE SymType; member
445 SYM_TYPE SymType; member
458 SYM_TYPE SymType; member
/external/llvm-project/llvm/tools/llvm-jitlink/
Dllvm-jitlink.cpp542 if (auto SymType = Sym.getType()) { in add() local
543 if (*SymType == object::SymbolRef::ST_File) in add()
546 return SymType.takeError(); in add()