Home
last modified time | relevance | path

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

/llvm-project/lld/ELF/
H A DDWARF.h72 StringRef getLineStrSection() const override { return lineStrSection; } in getLineStrSection() function
/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFObject.h47 virtual StringRef getLineStrSection() const { return ""; } in getLineStrSection() function
H A DDWARFContext.h366 return DataExtractor(DObj->getLineStrSection(), false, 0);
/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1232 DObj->getLineStrSection())) in dump()
1233 DumpStrSection(DObj->getLineStrSection()); in dump()
2368 StringRef getLineStrSection() const override { return LineStrSection; }
2367 StringRef getLineStrSection() const override { return LineStrSection; } getLineStrSection() function in __anon62ae75e11111::DWARFObjInMemory