Home
last modified time | relevance | path

Searched defs:UncompressedSections (Results 1 – 2 of 2) sorted by relevance

/external/llvm/tools/llvm-dwp/
Dllvm-dwp.cpp364 std::deque<SmallString<32>> &UncompressedSections, StringRef &Name, in handleCompressedSection()
388 std::deque<SmallString<32>> &UncompressedSections, in handleSection()
493 std::deque<SmallString<32>> UncompressedSections; in write() local
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h277 SmallVector<SmallString<32>, 4> UncompressedSections; variable