Home
last modified time | relevance | path

Searched refs:LocSectionData (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h202 StringRef LocSectionData; member
274 StringRef getLocSectionData() const { return LocSectionData; } in getLocSectionData()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp187 LocSectionData = LocSection->Data; in DWARFUnit()
190 LocSectionData = LocSectionData.substr(C->Offset, C->Length); in DWARFUnit()