Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lld/MachO/
H A DDwarf.h37 llvm::StringRef getStrSection() const override { return strSection; } in getStrSection()
56 llvm::StringRef strSection; variable
H A DDwarf.cpp35 .Case(section_names::debugStr, &dObj->strSection) in create()
/src/contrib/llvm-project/lld/ELF/
H A DDWARF.h71 StringRef getStrSection() const override { return strSection; } in getStrSection()
99 StringRef strSection; variable
H A DDWARF.cpp56 strSection = toStringRef(sec->contentMaybeDecompress()); in LLDDwarfObj()