Home
last modified time | relevance | path

Searched refs:getLocDWOSection (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFObject.h66 virtual const DWARFSection &getLocDWOSection() const { return Dummy; } in getLocDWOSection() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp59 &D.getLocDWOSection(), D.getStrDWOSection(), in addUnitsForDWOSection()
576 : Context.getDWARFObj().getLocDWOSection().Data; in tryExtractDIEsIfNeeded()
H A DDWARFContext.cpp1091 DObj->getLocDWOSection().Data)) { in dump()
1092 DWARFDataExtractor Data(*DObj, DObj->getLocDWOSection(), isLittleEndian(), in dump()
2342 const DWARFSection &getLocDWOSection() const override { in getLocDWOSection() function in __anonfc0a132e1211::DWARFObjInMemory