Home
last modified time | relevance | path

Searched defs:getAbbrevSection (Results 1 – 4 of 4) sorted by relevance

/llvm-project/lld/MachO/
H A DDwarf.h36 llvm::StringRef getAbbrevSection() const override { return abbrevSection; } in getAbbrevSection() function
/llvm-project/lld/ELF/
H A DDWARF.h70 StringRef getAbbrevSection() const override { return abbrevSection; } in getAbbrevSection() function
/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFObject.h40 virtual StringRef getAbbrevSection() const { return ""; } in getAbbrevSection() function
/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp2381 StringRef getAbbrevSection() const override { return AbbrevSection; } getAbbrevSection() function in __anon62ae75e11111::DWARFObjInMemory