Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/examples/test/
H A Dlldbtest-stderr7 Test that lldb persistent variables works correctly. ... ok
16 Test that lldb persistent variables works correctly. ... ok
25 Test that lldb persistent variables works correctly. ... ok
34 Test that lldb persistent variables works correctly. ... ok
/llvm-project-15.0.7/lldb/source/Target/
H A DThreadPlanCallFunctionUsingABI.cpp62 const bool persistent = false; in SetReturnValue() local
64 abi->GetReturnValueObject(GetThread(), m_return_type, persistent); in SetReturnValue()
H A DABI.cpp71 bool persistent) const { in GetReturnValueObject()
87 if (persistent) { in GetReturnValueObject()
151 bool persistent) const { in GetReturnValueObject()
H A DThreadPlanCallFunction.cpp470 const bool persistent = false; in SetReturnValue() local
472 abi->GetReturnValueObject(GetThread(), m_return_type, persistent); in SetReturnValue()
/llvm-project-15.0.7/libcxx/docs/DesignDocs/
H A DCapturingConfigInfo.rst12 In order to support persistent configurations and reduce arbitrary preprocessor logic
38 The ``__config_site`` header is hence the only place where persistent configuration
50 multiple targets, and only duplicate the persistent information located in the
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DABI.h69 bool persistent = true) const;
73 bool persistent = true) const;
/llvm-project-15.0.7/llvm/test/MC/ELF/
H A Dempty-twice.ll1 ; Check that there is no persistent state in the ELF emitter that crashes us
/llvm-project-15.0.7/llvm/test/MC/MachO/
H A Dempty-twice.ll1 ; Check that there is no persistent state in the MachO emitter that crashes
/llvm-project-15.0.7/llvm/test/MC/WebAssembly/
H A Dcompile-twice.ll1 ; Check that there is no persistent state in the WabAssembly emitter that cause
/llvm-project-15.0.7/clang/docs/
H A DExternalClangExamples.rst33 a persistent in-memory database of references, symbolnames, completions
/llvm-project-15.0.7/lldb/docs/
H A Dlldb-for-gdb-users.txt429 Finally, the results of the expressions are stored in persistent variables
/llvm-project-15.0.7/mlir/docs/Tutorials/Toy/
H A DCh-2.md55 The name is used during parsing but is not persistent (e.g., it is not
/llvm-project-15.0.7/llvm/docs/
H A DLibFuzzer.rst760 * If the target library runs persistent threads (that outlive
H A DLangRef.rst6478 neither persistent for the same loop through transformations nor
/llvm-project-15.0.7/lldb/source/Commands/
H A DOptions.td378 "injecting it into the local context. Allows declaration of persistent, "