Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFObject.h63 virtual const DWARFSection &getLocDWOSection() const { return Dummy; } in getLocDWOSection() function
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp399 DObj->getLocDWOSection().Data)) { in dump()
738 DataExtractor LocData(DObj->getLocDWOSection().Data, isLittleEndian(), 4); in getDebugLocDWO()
1554 const DWARFSection &getLocDWOSection() const override { in getLocDWOSection() function in __anonf3f23cd30d11::DWARFObjInMemory
H A DDWARFUnit.cpp54 &D.getLocDWOSection(), D.getStringDWOSection(), in addUnitsForDWOSection()