Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp280 const DWARFObject &DObj = DCtx.getDWARFObj(); in handleDebugAbbrev() local
292 const DWARFObject &DObj = DCtx.getDWARFObj(); in verifyUnitSection() local
356 const DWARFObject &DObj = DCtx.getDWARFObj(); in handleDebugInfo() local
473 const DWARFObject &DObj = DCtx.getDWARFObj(); in verifyDebugInfoAttribute() local
591 const DWARFObject &DObj = DCtx.getDWARFObj(); in verifyDebugInfoForm() local
H A DDWARFContext.cpp67 DWARFContext::DWARFContext(std::unique_ptr<const DWARFObject> DObj, in DWARFContext()
1972 auto DObj = in create() local
1984 auto DObj = in create() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h107 std::unique_ptr<const DWARFObject> DObj; variable