HomeSort by: relevance | last modified time | path
    Searched defs:StringIndices (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 255 : TypeRecord(Kind), StringIndices(Indices) {}
257 ArrayRef<TypeIndex> getIndices() const { return StringIndices; }
259 std::vector<TypeIndex> StringIndices;

Completed in 27 milliseconds