Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFObject.h82 virtual StringRef getCUIndexSection() const { return ""; } in getCUIndexSection() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp77 if (DObj.getCUIndexSection().empty()) in fixupIndexV4()
330 DataExtractor Data(D.getDWARFObj().getCUIndexSection(), in getCUIndex()
1212 DObj->getCUIndexSection())) { in dump()
2359 StringRef getCUIndexSection() const override { return CUIndexSection; } in getCUIndexSection() function in __anonfc0a132e1211::DWARFObjInMemory
2478 bool DWARFContext::isDWP() const { return !DObj->getCUIndexSection().empty(); } in isDWP()
H A DDWARFVerifier.cpp526 DCtx.getDWARFObj().getCUIndexSection()) == 0; in handleDebugCUIndex()