Searched defs:DObj (Results 1 – 4 of 4) sorted by relevance
56 const DWARFObject &DObj = Ctx->getDWARFObj(); in TEST() local188 const DWARFObject &DObj = Ctx->getDWARFObj(); in TEST() local
78 const auto &DObj = C.getDWARFObj(); fixupIndexV4() local 145 const auto &DObj = C.getDWARFObj(); fixupIndexV5() local 223 const DWARFObject &DObj = D.getDWARFObj(); parseMacroOrMacinfo() local 291 const DWARFObject &DObj = D.getDWARFObj(); getNormalUnits() local 305 const DWARFObject &DObj = D.getDWARFObj(); getDWOUnits() local 321 const DWARFObject &DObj = D.getDWARFObj(); getDebugAbbrevDWO() local 377 const DWARFObject &DObj = D.getDWARFObj(); getDebugLoc() local 446 const DWARFObject &DObj = D.getDWARFObj(); getDebugFrame() local 473 const DWARFObject &DObj = D.getDWARFObj(); getEHFrame() local 508 const DWARFObject &DObj = D.getDWARFObj(); getDebugNames() local 513 const DWARFObject &DObj = D.getDWARFObj(); getAppleNames() local 519 const DWARFObject &DObj = D.getDWARFObj(); getAppleTypes() local 525 const DWARFObject &DObj = D.getDWARFObj(); getAppleNamespaces() local 532 const DWARFObject &DObj = D.getDWARFObj(); getAppleObjC() local 551 const DWARFObject &DObj = D.getDWARFObj(); getDWOContext() local 746 DWARFContext(std::unique_ptr<const DWARFObject> DObj,std::string DWPName,std::function<void (Error)> RecoverableErrorHandler,std::function<void (Error)> WarningHandler,bool ThreadSafe) DWARFContext() argument 2447 auto DObj = std::make_unique<DWARFObjInMemory>( create() local 2462 auto DObj = create() local [all...]
397 const DWARFObject &DObj = DCtx.getDWARFObj(); handleDebugAbbrev() local 437 const DWARFObject &DObj = DCtx.getDWARFObj(); verifyUnitSection() local 529 const DWARFObject &DObj = DCtx.getDWARFObj(); handleDebugInfo() local 667 const DWARFObject &DObj = DCtx.getDWARFObj(); verifyDebugInfoAttribute() local 1884 const DWARFObject &DObj = DCtx.getDWARFObj(); handleDebugStrOffsets() local 1915 const DWARFObject &DObj = DCtx.getDWARFObj(); verifyDebugStrOffsets() local [all...]
128 std::unique_ptr<const DWARFObject> DObj; variable