Searched refs:DwarfContext (Results 1 – 3 of 3) sorted by relevance
817 std::unique_ptr<DWARFContext> DwarfContext = DWARFContext::create(Obj); in createScopes() local818 if (!DwarfContext) in createScopes()832 DwarfContext->getNumCompileUnits() ? DwarfContext->compile_units() in createScopes()833 : DwarfContext->dwo_compile_units(); in createScopes()959 createLineAndFileRecords(DwarfContext->getLineTableForUnit(CU.get())); in createScopes()996 DWARFContext &DwarfContext = U->getContext(); in processLocationList() local997 bool IsLittleEndian = DwarfContext.isLittleEndian(); in processLocationList()
593 uint64_t cloneAllCompileUnits(DWARFContext &DwarfContext,
2592 DWARFContext &DwarfContext, const DWARFFile &File, bool IsLittleEndian) { in cloneAllCompileUnits() argument