Home
last modified time | relevance | path

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

/llvm-project/llvm/unittests/DebugInfo/DWARF/
H A DDWARFDataExtractorTest.cpp56 const DWARFObject &DObj = Ctx->getDWARFObj(); in TEST() local
188 const DWARFObject &DObj = Ctx->getDWARFObj(); in TEST() local
/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp78 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...]
H A DDWARFVerifier.cpp397 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...]
/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h128 std::unique_ptr<const DWARFObject> DObj; variable