Searched refs:LazyBool (Results 26 - 50 of 64) sorted by relevance

123

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h597 LazyBool check_inlines,
598 LazyBool skip_prologue, bool internal,
600 LazyBool move_to_nearest_code);
610 LazyBool move_to_nearest_code);
633 lldb::LanguageType requested_language, LazyBool skip_prologue,
645 lldb::addr_t offset, LazyBool skip_prologue, bool internal,
669 lldb::LanguageType language, lldb::addr_t offset, LazyBool skip_prologue,
678 LazyBool skip_prologue, bool internal,
H A DThreadPlan.h582 LazyBool GetCachedPlanExplainsStop() const {
609 LazyBool m_cached_plan_explains_stop;
H A DLanguage.h208 virtual LazyBool IsLogicalTrue(ValueObject &valobj, Status &error);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepOverRange.cpp34 LazyBool step_out_avoids_code_without_debug_info)
78 LazyBool step_out_avoids_code_without_debug_info) {
H A DThread.cpp1246 Status &status, LazyBool step_out_avoids_code_withoug_debug_info) {
1261 Status &status, LazyBool step_out_avoids_code_withoug_debug_info) {
1274 LazyBool step_in_avoids_code_without_debug_info,
1275 LazyBool step_out_avoids_code_without_debug_info) {
1295 LazyBool step_in_avoids_code_without_debug_info,
1296 LazyBool step_out_avoids_code_without_debug_info) {
1309 Status &status, LazyBool step_out_avoids_code_without_debug_info) {
1893 LazyBool step_in_avoids_code_without_debug_info,
1894 LazyBool step_out_avoids_code_without_debug_info)
1929 LazyBool step_out_avoids_code_without_debug_inf
[all...]
H A DLanguage.cpp424 LazyBool Language::IsLogicalTrue(ValueObject &valobj, Status &error) {
H A DPathMappingList.cpp161 LazyBool path_is_relative = eLazyBoolCalculate;
H A DTarget.cpp311 LazyBool move_to_nearest_code) {
326 LazyBool check_inlines,
327 LazyBool skip_prologue, bool internal,
329 LazyBool move_to_nearest_code) {
419 lldb::addr_t offset, LazyBool skip_prologue, bool internal, bool hardware) {
444 LazyBool skip_prologue, bool internal, bool hardware) {
470 LazyBool skip_prologue, bool internal, bool hardware) {
553 lldb::LanguageType requested_language, LazyBool skip_prologue,
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DFuncUnwinders.h112 lldb_private::LazyBool CompareUnwindPlansForIdenticalInitialPCLocation(
H A DCompilerType.h345 LazyBool ShouldPrintAsOneLiner(ValueObject *valobj) const;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.h93 LazyBool m_supports_mem_region = eLazyBoolCalculate;
H A DNativeProcessNetBSD.cpp568 if (m_supports_mem_region == LazyBool::eLazyBoolNo) {
635 m_supports_mem_region = LazyBool::eLazyBoolNo;
675 m_supports_mem_region = LazyBool::eLazyBoolNo;
683 m_supports_mem_region = LazyBool::eLazyBoolYes;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.h151 LazyBool m_supports_qEcho;
H A DProcessGDBRemote.h369 lldb_private::LazyBool associated_with_libdispatch_queue,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
H A DCompileUnit.cpp23 lldb_private::LazyBool is_optimized)
30 lldb_private::LazyBool is_optimized)
H A DFuncUnwinders.cpp352 LazyBool FuncUnwinders::CompareUnwindPlansForIdenticalInitialPCLocation(
354 LazyBool plans_are_identical = eLazyBoolCalculate;
H A DTypeSystem.cpp149 LazyBool TypeSystem::ShouldPrintAsOneLiner(void *type, ValueObject *valobj) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBVariablesOptions.cpp78 LazyBool m_include_recognized_arguments; // can be overridden with a setting
H A DSBThread.cpp546 const LazyBool avoid_no_debug = eLazyBoolCalculate;
607 const LazyBool step_out_avoids_code_without_debug_info =
609 const LazyBool step_in_avoids_code_without_debug_info =
649 const LazyBool avoid_no_debug = eLazyBoolCalculate;
H A DSBTarget.cpp764 const LazyBool check_inlines = eLazyBoolCalculate;
765 const LazyBool skip_prologue = eLazyBoolCalculate;
768 const LazyBool move_to_nearest_code = eLazyBoolCalculate;
793 const LazyBool skip_prologue = eLazyBoolCalculate;
855 const LazyBool skip_prologue = eLazyBoolCalculate;
914 const LazyBool skip_prologue = eLazyBoolCalculate;
969 const LazyBool skip_prologue = eLazyBoolCalculate;
1065 const LazyBool move_to_nearest_code = eLazyBoolCalculate;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DValueObjectChild.cpp91 LazyBool ValueObjectChild::CanUpdateWithInvalidExecutionContext() {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp226 LazyBool step_in_avoids_code_without_debug_info)
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.h317 lldb_private::LazyBool m_is_optimized = lldb_private::eLazyBoolCalculate;
H A DSymbolFileDWARFDebugMap.h318 lldb_private::LazyBool m_supports_DW_AT_APPLE_objc_complete_type;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp502 LazyBool m_skip_prologue;
505 LazyBool m_move_to_nearest_code;
572 LazyBool check_inlines = eLazyBoolCalculate;

Completed in 163 milliseconds

123