Home
last modified time | relevance | path

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

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