Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/MachO/
H A DDwarf.h38 llvm::StringRef getStrSection() const override { return strSection; } in getStrSection()
52 llvm::StringRef strSection; variable
H A DDwarf.cpp34 .Case(section_names::debugStr, &dObj->strSection) in create()
/llvm-project-15.0.7/lld/ELF/
H A DDWARF.h73 StringRef getStrSection() const override { return strSection; } in getStrSection()
99 StringRef strSection; variable
H A DDWARF.cpp56 strSection = toStringRef(sec->data()); in LLDDwarfObj()