Home
last modified time | relevance | path

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

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