Searched refs:HasLoadedSections (Results 1 – 15 of 15) sorted by relevance
40 if (target && target->HasLoadedSections()) { in CXXFunctionPointerSummaryProvider()
266 if (!target.HasLoadedSections()) in FindLibCppStdFunctionCallableInfo()417 if (!target_sp->HasLoadedSections()) in GetStepThroughTrampolinePlan()
79 if (!target.HasLoadedSections()) in GetBreakableLoadAddress()
266 if (base_addr.IsValid() && process.GetTarget().HasLoadedSections()) in BuildModulesSection()
305 if (!target.HasLoadedSections()) { in GetSymbolContextsForAddress()962 if (!target.HasLoadedSections()) { in DoExecute()
281 if (target.HasLoadedSections()) { in GetContainingAddressRanges()
1531 if (target && target->HasLoadedSections()) { in LookupAddressInModule()3361 if (target.HasLoadedSections()) { in PrintModule()
376 if (target->HasLoadedSections()) { in GetValueAsData()
643 bool target_has_loaded_sections = target && target->HasLoadedSections(); in Dump()
142 if (!target_sp->HasLoadedSections() || in DumpInstructions()
141 if (target && target->HasLoadedSections()) { in ReadAddress()
111 target.HasLoadedSections() in ResolveAddress()
1175 bool HasLoadedSections();
1801 } else if (target && target->HasLoadedSections()) { in SymbolLookup()
5191 bool Target::HasLoadedSections() { return !GetSectionLoadList().IsEmpty(); } in HasLoadedSections() function in Target