Home
last modified time | relevance | path

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

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