Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h223 virtual StringRef getTUIndexSection() = 0;
321 StringRef getTUIndexSection() override { return TUIndexSection; } in getTUIndexSection() function
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp291 DataExtractor TUIndexData(getTUIndexSection(), isLittleEndian(), 0); in getTUIndex()