Searched defs:getLineStrSection (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/lld/ELF/ | ||
H A D | DWARF.h | 74 StringRef getLineStrSection() const override { return lineStrSection; } getLineStrSection() function |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ | ||
H A D | DWARFObject.h | 47 virtual StringRef getLineStrSection() const { return ""; } in getLineStrSection() function |
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ | ||
H A D | DWARFContext.cpp | 2365 StringRef getLineStrSection() const override { return LineStrSection; } getLineStrSection() function in __anon6f0e60001111::DWARFObjInMemory |