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.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 __anonfc0a132e1211::DWARFObjInMemory
H A DDWARFVerifier.cpp520 DCtx.getDWARFObj().getCUIndexSection()) == 0; in handleDebugCUIndex()