Home
last modified time | relevance | path

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

/freebsd-src/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
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
2445 auto DObj = std::make_unique<DWARFObjInMemory>( create() local
2460 auto DObj = create() local
[all...]
H A DDWARFVerifier.cpp340 const DWARFObject &DObj = DCtx.getDWARFObj(); handleDebugAbbrev() local
380 const DWARFObject &DObj = DCtx.getDWARFObj(); verifyUnitSection() local
467 const DWARFObject &DObj = DCtx.getDWARFObj(); handleDebugInfo() local
593 const DWARFObject &DObj = DCtx.getDWARFObj(); verifyDebugInfoAttribute() local
1699 const DWARFObject &DObj = DCtx.getDWARFObj(); handleDebugStrOffsets() local
1714 const DWARFObject &DObj = DCtx.getDWARFObj(); verifyDebugStrOffsets() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h128 std::unique_ptr<const DWARFObject> DObj; variable