Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFObject.h82 virtual StringRef getCUIndexSection() const { return ""; } in getCUIndexSection() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp79 if (DObj.getCUIndexSection().empty()) in fixupIndexV4()
331 DataExtractor Data(D.getDWARFObj().getCUIndexSection(), in getCUIndex()
1215 DObj->getCUIndexSection())) { in dump()
2357 StringRef getCUIndexSection() const override { return CUIndexSection; } in getCUIndexSection() function in __anonafd15ee41111::DWARFObjInMemory
H A DDWARFVerifier.cpp458 DCtx.getDWARFObj().getCUIndexSection()) == 0; in handleDebugCUIndex()