Searched refs:ExprRefedBaseTypes (Results 1 – 6 of 6) sorted by relevance
439 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()
145 std::vector<BaseTypeRef> ExprRefedBaseTypes; variable
220 *CU->ExprRefedBaseTypes[V.getDIEBaseTypeRef().getIndex()].Die; in hashBlockData()
525 uint64_t Offset = CU->ExprRefedBaseTypes[Index].Die->getOffset(); in emitValue()
1548 for (auto &Btr : reverse(ExprRefedBaseTypes)) { in createBaseTypeDIEs()
2468 CU->ExprRefedBaseTypes[Op.getRawOperand(I)].Die->getOffset(); in emitDebugLocEntry()