Home
last modified time | relevance | path

Searched refs:DIDT_ID_Count (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/
DDIContext.h137 DIDT_ID_Count enumerator
139 static_assert(DIDT_ID_Count <= 32, "section types overflow storage");
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h133 std::array<Optional<uint64_t>, DIDT_ID_Count> DumpOffsets);
136 std::array<Optional<uint64_t>, DIDT_ID_Count> DumpOffsets; in dump()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dwarfdump/
Dllvm-dwarfdump.cpp114 static std::array<llvm::Optional<uint64_t>, (unsigned)DIDT_ID_Count>
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp307 std::array<Optional<uint64_t>, DIDT_ID_Count> DumpOffsets) { in dump()