Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFObject.h82 virtual StringRef getCUIndexSection() const { return ""; } in getCUIndexSection() function
/openbsd/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp568 DObj->getCUIndexSection())) { in dump()
787 if (DObj.getCUIndexSection().empty()) in fixupIndex()
854 DataExtractor CUIndexData(DObj->getCUIndexSection(), isLittleEndian(), 0); in getCUIndex()
1985 StringRef getCUIndexSection() const override { return CUIndexSection; } in getCUIndexSection() function in __anonda3bf7bb1011::DWARFObjInMemory
H A DDWARFVerifier.cpp443 DCtx.getDWARFObj().getCUIndexSection()) == 0; in handleDebugCUIndex()