Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFGdbIndex.cpp65 ConstantPoolVectors.begin(), ConstantPoolVectors.end(), in dumpSymbolTable()
69 assert(CuVector != ConstantPoolVectors.end() && "Invalid symbol table"); in dumpSymbolTable()
70 uint32_t CuVectorId = CuVector - ConstantPoolVectors.begin(); in dumpSymbolTable()
78 ConstantPoolOffset, (uint64_t)ConstantPoolVectors.size()); in dumpConstantPool()
80 for (const auto &V : ConstantPoolVectors) { in dumpConstantPool()
166 ConstantPoolVectors.emplace_back(0, SmallVector<uint32_t, 0>()); in parseImpl()
167 auto &Vec = ConstantPoolVectors.back(); in parseImpl()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFGdbIndex.h52 ConstantPoolVectors; variable