Home
last modified time | relevance | path

Searched refs:HasLoadedSections (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DCXXFunctionPointer.cpp40 if (target && target->HasLoadedSections()) { in CXXFunctionPointerSummaryProvider()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/
H A DCPPLanguageRuntime.cpp266 if (!target.HasLoadedSections()) in FindLibCppStdFunctionCallableInfo()
417 if (!target_sp->HasLoadedSections()) in GetStepThroughTrampolinePlan()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Architecture/Mips/
H A DArchitectureMips.cpp79 if (!target.HasLoadedSections()) in GetBreakableLoadAddress()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTBundleSaver.cpp266 if (base_addr.IsValid() && process.GetTarget().HasLoadedSections()) in BuildModulesSection()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectSource.cpp305 if (!target.HasLoadedSections()) { in GetSymbolContextsForAddress()
962 if (!target.HasLoadedSections()) { in DoExecute()
H A DCommandObjectDisassemble.cpp281 if (target.HasLoadedSections()) { in GetContainingAddressRanges()
H A DCommandObjectTarget.cpp1531 if (target && target->HasLoadedSections()) { in LookupAddressInModule()
3361 if (target.HasLoadedSections()) { in PrintModule()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValue.cpp376 if (target->HasLoadedSections()) { in GetValueAsData()
H A DSection.cpp643 bool target_has_loaded_sections = target && target->HasLoadedSections(); in Dump()
H A DDumpDataExtractor.cpp142 if (!target_sp->HasLoadedSections() || in DumpInstructions()
H A DAddress.cpp141 if (target && target->HasLoadedSections()) { in ReadAddress()
H A DDisassembler.cpp111 target.HasLoadedSections() in ResolveAddress()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1175 bool HasLoadedSections();
/freebsd/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp1801 } else if (target && target->HasLoadedSections()) { in SymbolLookup()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp5191 bool Target::HasLoadedSections() { return !GetSectionLoadList().IsEmpty(); } in HasLoadedSections() function in Target