Searched refs:DwarfContext (Results 1 – 5 of 5) sorted by relevance
615 std::unique_ptr<DWARFContext> DwarfContext = DWARFContext::create(Obj); in createScopes() local616 if (!DwarfContext) in createScopes()630 DwarfContext->getNumCompileUnits() ? DwarfContext->compile_units() in createScopes()631 : DwarfContext->dwo_compile_units(); in createScopes()762 createLineAndFileRecords(DwarfContext->getLineTableForUnit(CU.get())); in createScopes()799 DWARFContext &DwarfContext = U->getContext(); in processLocationList() local800 bool IsLittleEndian = DwarfContext.isLittleEndian(); in processLocationList()
598 LLVM_ABI uint64_t cloneAllCompileUnits(DWARFContext &DwarfContext,
2709 DWARFContext &DwarfContext, const DWARFFile &File, bool IsLittleEndian) { in cloneAllCompileUnits() argument