Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DDWARF.h74 StringRef getLineStrSection() const override { return lineStrSection; } in getLineStrSection() function
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFObject.h46 virtual StringRef getLineStrSection() const { return ""; } in getLineStrSection() function
H A DDWARFContext.h347 return DataExtractor(DObj->getLineStrSection(), false, 0); in getLineStringExtractor()
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp589 DObj->getLineStrSection())) in dump()
590 DumpStrSection(DObj->getLineStrSection()); in dump()
1925 StringRef getLineStrSection() const override { return LineStrSection; } in getLineStrSection() function in __anon445fd25e0f11::DWARFObjInMemory