Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFObject.h81 virtual StringRef getCUIndexSection() const { return ""; } in getCUIndexSection() function
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp571 DObj->getCUIndexSection())) { in dump()
788 DataExtractor CUIndexData(DObj->getCUIndexSection(), isLittleEndian(), 0); in getCUIndex()
1917 StringRef getCUIndexSection() const override { return CUIndexSection; } in getCUIndexSection() function in __anon445fd25e0f11::DWARFObjInMemory
H A DDWARFVerifier.cpp444 DCtx.getDWARFObj().getCUIndexSection()) == 0; in handleDebugCUIndex()