Home
last modified time | relevance | path

Searched refs:ExprRefedBaseTypes (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.cpp456 unsigned I = 0, E = CU.ExprRefedBaseTypes.size(); in addExpression()
458 if (CU.ExprRefedBaseTypes[I].BitSize == BitSize && in addExpression()
459 CU.ExprRefedBaseTypes[I].Encoding == Encoding) in addExpression()
463 CU.ExprRefedBaseTypes.emplace_back(BitSize, Encoding); in addExpression()
H A DDwarfCompileUnit.h140 std::vector<BaseTypeRef> ExprRefedBaseTypes; variable
H A DDIE.cpp515 uint64_t Offset = CU->ExprRefedBaseTypes[Index].Die->getOffset(); in EmitValue()
H A DDwarfCompileUnit.cpp1334 for (auto &Btr : reverse(ExprRefedBaseTypes)) { in createBaseTypeDIEs()
H A DDwarfDebug.cpp2206 uint64_t Offset = CU->ExprRefedBaseTypes[Op.getRawOperand(I)].Die->getOffset(); in emitDebugLocEntry()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.cpp456 unsigned I = 0, E = CU.ExprRefedBaseTypes.size(); in getOrCreateBaseType()
458 if (CU.ExprRefedBaseTypes[I].BitSize == BitSize && in getOrCreateBaseType()
459 CU.ExprRefedBaseTypes[I].Encoding == Encoding) in getOrCreateBaseType()
463 CU.ExprRefedBaseTypes.emplace_back(BitSize, Encoding); in getOrCreateBaseType()
H A DDwarfCompileUnit.h147 std::vector<BaseTypeRef> ExprRefedBaseTypes; variable
H A DDIEHash.cpp227 *CU->ExprRefedBaseTypes[V.getDIEBaseTypeRef().getIndex()].Die; in hashBlockData()
H A DDIE.cpp521 uint64_t Offset = CU->ExprRefedBaseTypes[Index].Die->getOffset(); in emitValue()
H A DDwarfCompileUnit.cpp1587 for (auto &Btr : reverse(ExprRefedBaseTypes)) { in createBaseTypeDIEs()
H A DDwarfDebug.cpp2576 Streamer.emitDIERef(*CU->ExprRefedBaseTypes[Op.getRawOperand(I)].Die); in emitDebugLocEntry()