Searched defs:getGdbIndexSection (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ | ||
H A D | DWARFObject.h | 83 virtual StringRef getGdbIndexSection() const { return ""; } in getGdbIndexSection() function |
/llvm-project/bolt/include/bolt/Core/ | ||
H A D | BinaryContext.h | 1004 ErrorOr<BinarySection &> getGdbIndexSection() const { getGdbIndexSection() function |
/llvm-project/llvm/lib/DebugInfo/DWARF/ | ||
H A D | DWARFContext.cpp | 2360 StringRef getGdbIndexSection() const override { return GdbIndexSection; } getGdbIndexSection() function in __anon62ae75e11111::DWARFObjInMemory |