Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFObject.h78 virtual StringRef getCUIndexSection() const { return ""; } in getCUIndexSection() function
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp466 DObj->getCUIndexSection())) { in dump()
667 DataExtractor CUIndexData(DObj->getCUIndexSection(), isLittleEndian(), 0); in getCUIndex()
1568 StringRef getCUIndexSection() const override { return CUIndexSection; } in getCUIndexSection() function in __anonf3f23cd30d11::DWARFObjInMemory