Home
last modified time | relevance | path

Searched refs:getTUIndexSection (Results 1 – 6 of 6) 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-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFObject.h83 virtual StringRef getTUIndexSection() const { return ""; } in getTUIndexSection() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFObject.h81 virtual StringRef getTUIndexSection() const { return ""; } in getTUIndexSection() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp505 DObj->getTUIndexSection())) { in dump()
712 DataExtractor TUIndexData(DObj->getTUIndexSection(), isLittleEndian(), 0); in getTUIndex()
1814 StringRef getTUIndexSection() const override { return TUIndexSection; } in getTUIndexSection() function in __anonb929a5320d11::DWARFObjInMemory
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp570 DObj->getTUIndexSection())) { in dump()
761 DataExtractor TUIndexData(DObj->getTUIndexSection(), isLittleEndian(), 0); in getTUIndex()
1876 StringRef getTUIndexSection() const override { return TUIndexSection; } in getTUIndexSection() function in __anon7fa3c61e0f11::DWARFObjInMemory
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp291 DataExtractor TUIndexData(getTUIndexSection(), isLittleEndian(), 0); in getTUIndex()