Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFObject.h82 virtual StringRef getGdbIndexSection() const { return ""; } in getGdbIndexSection() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp672 DObj->getGdbIndexSection())) { in dump()
772 DataExtractor GdbIndexData(DObj->getGdbIndexSection(), true /*LE*/, 0); in getGdbIndex()
1887 StringRef getGdbIndexSection() const override { return GdbIndexSection; } in getGdbIndexSection() function in __anona8a913f90f11::DWARFObjInMemory