Home
last modified time | relevance | path

Searched refs:abbrevSection (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lld/MachO/
H A DDwarf.h36 llvm::StringRef getAbbrevSection() const override { return abbrevSection; } in getAbbrevSection()
55 llvm::StringRef abbrevSection; variable
H A DDwarf.cpp34 .Case(section_names::debugAbbrev, &dObj->abbrevSection) in create()
/freebsd/contrib/llvm-project/lld/ELF/
H A DDWARF.h70 StringRef getAbbrevSection() const override { return abbrevSection; } in getAbbrevSection()
97 StringRef abbrevSection; variable
H A DDWARF.cpp54 abbrevSection = toStringRef(sec->contentMaybeDecompress()); in LLDDwarfObj()