Home
last modified time | relevance | path

Searched refs:StringIndices (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h266 : TypeRecord(Kind), StringIndices(Indices) {} in ArgListRecord()
275 ArrayRef<TypeIndex> getIndices() const { return StringIndices; } in getIndices()
285 std::vector<TypeIndex> StringIndices; variable
/external/llvm/lib/DebugInfo/CodeView/
DTypeRecord.cpp427 for (TypeIndex &Str : StringIndices) in remapTypeIndices()