Home
last modified time | relevance | path

Searched defs:DObj (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp78 const auto &DObj = C.getDWARFObj(); in fixupIndexV4() local
145 const auto &DObj = C.getDWARFObj(); in fixupIndexV5() local
223 const DWARFObject &DObj = D.getDWARFObj(); in parseMacroOrMacinfo() local
292 const DWARFObject &DObj = D.getDWARFObj(); in getNormalUnits() local
306 const DWARFObject &DObj = D.getDWARFObj(); in getDWOUnits() local
322 const DWARFObject &DObj = D.getDWARFObj(); in getDebugAbbrevDWO() local
378 const DWARFObject &DObj = D.getDWARFObj(); in getDebugLoc() local
447 const DWARFObject &DObj = D.getDWARFObj(); in getDebugFrame() local
474 const DWARFObject &DObj = D.getDWARFObj(); in getEHFrame() local
509 const DWARFObject &DObj = D.getDWARFObj(); in getDebugNames() local
[all …]
H A DDWARFVerifier.cpp397 const DWARFObject &DObj = DCtx.getDWARFObj(); in handleDebugAbbrev() local
437 const DWARFObject &DObj = DCtx.getDWARFObj(); in verifyUnitSection() local
529 const DWARFObject &DObj = DCtx.getDWARFObj(); in handleDebugInfo() local
667 const DWARFObject &DObj = DCtx.getDWARFObj(); in verifyDebugInfoAttribute() local
1885 const DWARFObject &DObj = DCtx.getDWARFObj(); in handleDebugStrOffsets() local
1916 const DWARFObject &DObj = DCtx.getDWARFObj(); in verifyDebugStrOffsets() local
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h128 std::unique_ptr<const DWARFObject> DObj; variable