Home
last modified time | relevance | path

Searched refs:getTUIndexSection (Results 1 – 4 of 4) 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFObject.h77 virtual StringRef getTUIndexSection() const { return ""; } in getTUIndexSection() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp452 DObj->getTUIndexSection())) { in dump()
650 DataExtractor TUIndexData(DObj->getTUIndexSection(), isLittleEndian(), 0); in getTUIndex()
1520 StringRef getTUIndexSection() const override { return TUIndexSection; } in getTUIndexSection() function in __anonddd817f10c11::DWARFObjInMemory
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp291 DataExtractor TUIndexData(getTUIndexSection(), isLittleEndian(), 0); in getTUIndex()