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

123

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DTypeSystem.h478 virtual LazyBool ShouldPrintAsOneLiner(void *type, ValueObject *valobj);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.h506 lldb_private::LazyBool m_supports_DW_AT_APPLE_objc_complete_type;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp682 LazyBool CompilerType::ShouldPrintAsOneLiner(ValueObject *valobj) const {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp496 LazyBool m_step_in_avoid_no_debug;
497 LazyBool m_step_out_avoid_no_debug;
H A DCommandObjectProcess.cpp697 LazyBool m_keep_stopped;
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h917 virtual LazyBool CanUpdateWithInvalidExecutionContext() {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.cpp1205 LazyBool step_in_should_stop = eLazyBoolCalculate;
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h233 lldb_private::LazyBool disable_aslr;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1725 LazyBool associated_with_dispatch_queue, addr_t dispatch_queue_t,
2001 LazyBool associated_with_dispatch_queue = eLazyBoolCalculate;
2159 LazyBool associated_with_dispatch_queue = eLazyBoolCalculate;
3015 LazyBool supported = m_gdb_comm.SupportsAllocDeallocMemory();
H A DGDBRemoteCommunicationClient.cpp558 LazyBool GDBRemoteCommunicationClient::GetThreadPacketSupported(
1235 llvm::StringSwitch<LazyBool>(value)
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1634 const LazyBool skip_prologue = eLazyBoolCalculate;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp433 LazyBool optimized = eLazyBoolNo;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp1747 LazyBool optimized = eLazyBoolNo;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp397 LazyBool is_logical_true = language->IsLogicalTrue(*this, error);

Completed in 205 milliseconds

123