Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DSymbolSerializer.h52 template <typename SymType>
53 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-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp238 object::SymbolRef::Type SymType; in loadObjectImpl() local
240 SymType = *SymTypeOrErr; in loadObjectImpl()
286 SymType != object::SymbolRef::ST_File) { in loadObjectImpl()
295 LLVM_DEBUG(dbgs() << "\tType: " << SymType << " (absolute) Name: " << Name in loadObjectImpl()
300 } else if (SymType == object::SymbolRef::ST_Function || in loadObjectImpl()
301 SymType == object::SymbolRef::ST_Data || in loadObjectImpl()
302 SymType == object::SymbolRef::ST_Unknown || in loadObjectImpl()
303 SymType == object::SymbolRef::ST_Other) { in loadObjectImpl()
327 LLVM_DEBUG(dbgs() << "\tType: " << SymType << " Name: " << Name in loadObjectImpl()
DRuntimeDyldELF.cpp1123 SymbolRef::Type SymType = SymbolRef::ST_Unknown; in processRelocationRef() local
1137 SymType = *SymTypeOrErr; in processRelocationRef()
1145 switch (SymType) { in processRelocationRef()
1446 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-7.0/llvm/lib/ExecutionEngine/IntelJITEvents/
DIntelJITEventListener.cpp125 SymbolRef::Type SymType = *SymTypeOrErr; in NotifyObjectEmitted() local
126 if (SymType != SymbolRef::ST_Function) in NotifyObjectEmitted()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/PerfJITEvents/
DPerfJITEventListener.cpp253 SymbolRef::Type SymType = *SymTypeOrErr; in NotifyObjectEmitted() local
254 if (SymType != SymbolRef::ST_Function) in NotifyObjectEmitted()
/external/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp127 MockRawSymbol(PDB_SymType SymType) in MockRawSymbol() argument
128 : Type(SymType) {} in MockRawSymbol()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DMachODebugMapParser.cpp518 uint8_t SymType = in loadMainBinarySymbols() local
520 if (!(SymType & (MachO::N_EXT | MachO::N_PEXT))) in loadMainBinarySymbols()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp166 MockRawSymbol(PDB_SymType SymType) in MockRawSymbol() argument
167 : Type(SymType) {} in MockRawSymbol()
/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/swiftshader/third_party/LLVM/lib/CodeGen/
DELFWriter.cpp353 unsigned SymType = getGlobalELFType(GV); in EmitGlobal() local
357 : ELFSym::getGV(GV, SymBind, SymType, getGlobalELFVisibility(GV)); in EmitGlobal()