Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
HDDWARFObject.h82 virtual StringRef getCUIndexSection() const { return ""; } in getCUIndexSection() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
HDDWARFContext.cpp79 if (DObj.getCUIndexSection().empty()) in fixupIndexV4()
332 DataExtractor Data(D.getDWARFObj().getCUIndexSection(), in getCUIndex()
1216 DObj->getCUIndexSection())) { in dump()
2359 StringRef getCUIndexSection() const override { return CUIndexSection; } in getCUIndexSection() function in __anonba7270c81211::DWARFObjInMemory
HDDWARFVerifier.cpp520 DCtx.getDWARFObj().getCUIndexSection()) == 0; in handleDebugCUIndex()