Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.cpp439 unsigned I = 0, E = CU.ExprRefedBaseTypes.size(); in getOrCreateBaseType()
441 if (CU.ExprRefedBaseTypes[I].BitSize == BitSize && in getOrCreateBaseType()
442 CU.ExprRefedBaseTypes[I].Encoding == Encoding) in getOrCreateBaseType()
446 CU.ExprRefedBaseTypes.emplace_back(BitSize, Encoding); in getOrCreateBaseType()
H A DDwarfCompileUnit.h145 std::vector<BaseTypeRef> ExprRefedBaseTypes; variable
H A DDIEHash.cpp220 *CU->ExprRefedBaseTypes[V.getDIEBaseTypeRef().getIndex()].Die; in hashBlockData()
H A DDIE.cpp525 uint64_t Offset = CU->ExprRefedBaseTypes[Index].Die->getOffset(); in emitValue()
H A DDwarfCompileUnit.cpp1548 for (auto &Btr : reverse(ExprRefedBaseTypes)) { in createBaseTypeDIEs()
H A DDwarfDebug.cpp2468 CU->ExprRefedBaseTypes[Op.getRawOperand(I)].Die->getOffset(); in emitDebugLocEntry()