Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h222 virtual StringRef getCUIndexSection() = 0;
320 StringRef getCUIndexSection() override { return CUIndexSection; } in getCUIndexSection() function
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp280 DataExtractor CUIndexData(getCUIndexSection(), isLittleEndian(), 0); in getCUIndex()