/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | SymbolSerializer.h | 52 template <typename SymType> 53 static CVSymbol writeOneSymbol(SymType &Sym, BumpPtrAllocator &Storage, in writeOneSymbol()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyld.cpp | 213 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()
|
D | RuntimeDyldELF.cpp | 1212 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/ |
D | RuntimeDyld.cpp | 238 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()
|
D | RuntimeDyldELF.cpp | 1123 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/ |
D | IntelJITEventListener.cpp | 122 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/ |
D | IntelJITEventListener.cpp | 125 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/ |
D | PerfJITEventListener.cpp | 253 SymbolRef::Type SymType = *SymTypeOrErr; in NotifyObjectEmitted() local 254 if (SymType != SymbolRef::ST_Function) in NotifyObjectEmitted()
|
/external/llvm/unittests/DebugInfo/PDB/ |
D | PDBApiTest.cpp | 127 MockRawSymbol(PDB_SymType SymType) in MockRawSymbol() argument 128 : Type(SymType) {} in MockRawSymbol()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/ |
D | MachODebugMapParser.cpp | 518 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/ |
D | PDBApiTest.cpp | 166 MockRawSymbol(PDB_SymType SymType) in MockRawSymbol() argument 167 : Type(SymType) {} in MockRawSymbol()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | dbghelp.h | 391 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/ |
D | ELFWriter.cpp | 353 unsigned SymType = getGlobalELFType(GV); in EmitGlobal() local 357 : ELFSym::getGV(GV, SymBind, SymType, getGlobalELFVisibility(GV)); in EmitGlobal()
|