Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp325 const DWARFObject &DObj = DCtx.getDWARFObj(); in handleDebugAbbrev() local
365 const DWARFObject &DObj = DCtx.getDWARFObj(); in verifyUnitSection() local
452 const DWARFObject &DObj = DCtx.getDWARFObj(); in handleDebugInfo() local
578 const DWARFObject &DObj = DCtx.getDWARFObj(); in verifyDebugInfoAttribute() local
H A DDWARFContext.cpp72 DWARFContext::DWARFContext(std::unique_ptr<const DWARFObject> DObj, in DWARFContext()
782 void fixupIndex(const DWARFObject &DObj, DWARFContext &C, in fixupIndex()
2072 auto DObj = std::make_unique<DWARFObjInMemory>( in create() local
2084 auto DObj = in create() local
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h99 std::unique_ptr<const DWARFObject> DObj; variable