Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h274 StringRef getLocSectionData() const { return LocSectionData; } in getLocSectionData() function
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp115 UseLocLists ? Obj.getLoclistsSection().Data : U->getLocSectionData(); in dumpLocation()