Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFObject.h82 virtual StringRef getGdbIndexSection() const { return ""; } in getGdbIndexSection() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp672 DObj->getGdbIndexSection())) { in dump()
772 DataExtractor GdbIndexData(DObj->getGdbIndexSection(), true /*LE*/, 0); in getGdbIndex()
1888 StringRef getGdbIndexSection() const override { return GdbIndexSection; } in getGdbIndexSection() function in __anond6a2cae20f11::DWARFObjInMemory