Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DDWARF.h74 StringRef getLineStrSection() const override { return lineStrSection; } in getLineStrSection() function
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFObject.h47 virtual StringRef getLineStrSection() const { return ""; } in getLineStrSection() function
H A DDWARFContext.h360 return DataExtractor(DObj->getLineStrSection(), false, 0); in getLineStringExtractor()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1233 DObj->getLineStrSection())) in dump()
1234 DumpStrSection(DObj->getLineStrSection()); in dump()
2365 StringRef getLineStrSection() const override { return LineStrSection; } in getLineStrSection() function in __anonafd15ee41111::DWARFObjInMemory