Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/ELF/
H A DDWARF.h73 StringRef getLineStrSection() const override { return lineStrSection; } in getLineStrSection() function
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFObject.h47 virtual StringRef getLineStrSection() const { return ""; } in getLineStrSection() function
H A DDWARFContext.h347 return DataExtractor(DObj->getLineStrSection(), false, 0); in getLineStringExtractor()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp586 DObj->getLineStrSection())) in dump()
587 DumpStrSection(DObj->getLineStrSection()); in dump()
1993 StringRef getLineStrSection() const override { return LineStrSection; } in getLineStrSection() function in __anon00272cc51011::DWARFObjInMemory