| /llvm-project-15.0.7/clang/test/Driver/ |
| H A D | modules.m | 10 // RUN: touch -m -a -t 201008011501 %t.build-session-file 11 // RUN: %clang -fmodules -fbuild-session-file=%t.build-session-file -### %s 2>&1 | FileCheck -check… 16 // RUN: %clang -fmodules -fbuild-session-file=%t.build-session-file -fbuild-session-timestamp=123 -… 17 …FLICT: error: invalid argument '-fbuild-session-file={{.*}}.build-session-file' not allowed with '… 19 // RUN: %clang -fmodules -fbuild-session-timestamp=123 -fmodules-validate-once-per-build-session -#… 20 // MODULES_VALIDATE_ONCE: -fbuild-session-timestamp=123 21 // MODULES_VALIDATE_ONCE: -fmodules-validate-once-per-build-session 23 // RUN: %clang -fmodules -fbuild-session-file=%t.build-session-file -fmodules-validate-once-per-bui… 28 …fmodules-validate-once-per-build-session' requires '-fbuild-session-timestamp=<seconds since Epoch… 74 // RUN: %clang -fno-modules -fbuild-session-file=%t.build-session-file -### %s 2>&1 | FileCheck -ch… [all …]
|
| /llvm-project-15.0.7/clang/test/Modules/ |
| H A D | validate-system-headers.m | 25 // This should override -fmodules-validate-once-per-build-session 27 …ective-c-header -fsyntax-only %s -fbuild-session-timestamp=1390000000 -fmodules-validate-once-per-… 33 // Don't recompile due to -fmodules-validate-once-per-build-session 34 …ective-c-header -fsyntax-only %s -fbuild-session-timestamp=1390000000 -fmodules-validate-once-per-… 38 …ective-c-header -fsyntax-only %s -fbuild-session-timestamp=1390000000 -fmodules-validate-once-per-…
|
| /llvm-project-15.0.7/lldb/source/Interpreter/ |
| H A D | InterpreterProperties.td | 12 def SaveSessionOnQuit: Property<"save-session-on-quit", "Boolean">, 15 Desc<"If true, LLDB will save the session's transcripts before quitting.">; 16 def SaveSessionDirectory: Property<"save-session-directory", "FileSpec">, 18 …will save the session's transcripts. This is particularly useful when you can't set the session fi…
|
| /llvm-project-15.0.7/lldb/examples/test/ |
| H A D | .lldbtest-config2 | 6 # /Volumes/data/lldb/svn/trunk/test $ ./dotest.py -r /Volumes/data/lldb-test/archs -s session -c ..… 11 # Test failures/errors will be recorded into the 'session' directory due to the 12 # '-s' option, e.g., /Volumes/data/lldb-test/archs.arch=i386/test/session could 13 # contain the following three session info files:
|
| H A D | usage-lldb-loggings | 66 # And this shows the log files go into the session directory. 67 # Note that the .lldb-loggings file is modified to get the session directory now.
|
| /llvm-project-15.0.7/lldb/test/API/commands/trace/ |
| H A D | TestTraceSave.py | 83 session = json.load(session_file) 85 self.assertTrue("tscPerfZeroConversion" in session) 87 self.assertGreater(len(session["cpus"]), 0) 90 for cpu in session["cpus"]: 96 self.assertGreater(len(session["processes"]), 0) 97 for process in session["processes"]:
|
| /llvm-project-15.0.7/clang/test/ClangScanDeps/Inputs/removed-args/ |
| H A D | cdb.json.template | 4 …plicit-module-maps -fmodules-validate-once-per-build-session -fbuild-session-file=DIR/build-sessio…
|
| /llvm-project-15.0.7/lldb/test/API/python_api/frame/ |
| H A D | TestFrames.py | 46 session = SixStringIO() 74 print("%s(%s)" % (name, ", ".join(argList)), file=session) 98 print("---", file=session) 114 print(session.getvalue()) 115 self.expect(session.getvalue(), "Argument values displayed correctly",
|
| /llvm-project-15.0.7/lldb/unittests/SymbolFile/PDB/ |
| H A D | SymbolFilePDBTests.cpp | 118 uint64_t GetGlobalConstantInteger(llvm::pdb::IPDBSession &session, in GetGlobalConstantInteger() argument 120 auto global = session.getGlobalScope(); in GetGlobalConstantInteger() 364 llvm::pdb::IPDBSession &session = symfile->GetPDBSession(); in TEST_F() local 374 EXPECT_EQ(GetGlobalConstantInteger(session, "sizeof_Class"), in TEST_F() 385 llvm::pdb::IPDBSession &session = symfile->GetPDBSession(); in TEST_F() local 439 llvm::pdb::IPDBSession &session = symfile->GetPDBSession(); in TEST_F() local 472 EXPECT_EQ(GetGlobalConstantInteger(session, "sizeof_NSClass"), in TEST_F() 483 llvm::pdb::IPDBSession &session = symfile->GetPDBSession(); in TEST_F() local 502 EXPECT_EQ(GetGlobalConstantInteger(session, sizeof_var), in TEST_F() 528 llvm::pdb::IPDBSession &session = symfile->GetPDBSession(); in TEST_F() local [all …]
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | builtin-object-size.c | 108 NestedArrayStruct session[]; member 113 __builtin___strlcpy_chk(p->session[0].string, "ab", 2, \ in rd36094951_IAS_builtin_object_size_assertion() 114 OBJECT_SIZE_BUILTIN(p->session[0].string, mode)) in rd36094951_IAS_builtin_object_size_assertion()
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | PDBLocationToDWARFExpression.cpp | 32 GetCorrespondingFrameData(const IPDBSession &session, in GetCorrespondingFrameData() argument 34 auto enumFrameData = session.getFrameData(); in GetCorrespondingFrameData()
|
| H A D | PDBASTParser.cpp | 273 const IPDBSession &session = symbol.getSession(); in GetClassOrFunctionParent() local 290 if (auto class_parent = session.getSymbolById(class_parent_id)) in GetClassOrFunctionParent() 304 auto lexical_parent = session.getSymbolById(lexical_parent_id); in GetClassOrFunctionParent() 848 const IPDBSession &session = symbol.getSession(); in GetDeclForSymbol() local 853 session.getSymbolById(class_parent_id)) { in GetDeclForSymbol() 1106 IPDBSession &session = symbol_file->GetPDBSession(); in ParseDeclsForDeclContext() local 1108 session.getSymbolById(m_decl_context_to_uid.lookup(decl_context)); in ParseDeclsForDeclContext() 1109 auto global_up = session.getGlobalScope(); in ParseDeclsForDeclContext()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/ |
| H A D | PlatformMacOSXProperties.td | 6 Desc<"Directories/KDKs to search for kexts in when starting a kernel debug session.">;
|
| /llvm-project-15.0.7/mlir/lib/ExecutionEngine/ |
| H A D | ExecutionEngine.cpp | 256 auto objectLinkingLayerCreator = [&](ExecutionSession &session, in create() 259 session, [sectionMemoryMapper = options.sectionMemoryMapper]() { in create() 286 auto &jd = session.createBareJITDylib(std::string(libPath)); in create()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/test/ |
| H A D | signature-help-with-offsets.test | 2 # Start a session.
|
| H A D | signature-help.test | 2 # Start a session.
|
| /llvm-project-15.0.7/llvm/test/ExecutionEngine/OrcLazy/ |
| H A D | emulated-tls.ll | 15 ; CHECK: JIT session error: Symbols not found: [ {{[^,]*}}__emutls_get_address ]
|
| /llvm-project-15.0.7/lld/COFF/ |
| H A D | DebugTypes.cpp | 53 pdb::PDBFile &file = f->session->getPDBFile(); in TypeServerSource() 187 if (pdbInputFile->session->getPDBFile().hasPDBIpiStream()) in makeTypeServerSource() 352 pdb::PDBFile &pdbFile = pdbInputFile->session->getPDBFile(); in mergeDebugT() 439 pdb::PDBFile &pdbSession = (*tsSrc)->pdbInputFile->session->getPDBFile(); in mergeDebugT() 717 pdb::PDBFile &pdbFile = pdbInputFile->session->getPDBFile(); in loadGHashes() 759 pdb::PDBFile &pdbFile = pdbInputFile->session->getPDBFile(); in remapTpiWithGHashes()
|
| /llvm-project-15.0.7/lldb/docs/use/ |
| H A D | ondemand.rst | 5 for more than what is required by a normal debug session. Some build systems 8 increase debug session load times and can slow developer productivity when the 25 linked. If your debug session startup times are slow because of too much debug 146 can be enabled during a debug session and can be sent to the LLDB engineers
|
| H A D | intel_pt.rst | 179 the definition of the trace session. 243 Then it's like in the live session case
|
| /llvm-project-15.0.7/lldb/test/Shell/Reproducer/Modules/ |
| H A D | TestModuleCXX.test | 21 # Capture the debug session.
|
| /llvm-project-15.0.7/compiler-rt/test/fuzzer/ |
| H A D | merge-sigusr.test | 26 # Run in new session so we can easily kill child processes all at once.
|
| /llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/ |
| H A D | lldbtest.py | 335 self.session = getattr(test, "session", None) if test else None 353 if self.session: 354 print(self.getvalue(), file=self.session) 819 self.session = encoded_file.open(session_file, "utf-8", mode="w") 1150 print(traceback, file=self.session) 1156 file=self.session) 1157 self.session.close() 1158 del self.session
|
| /llvm-project-15.0.7/llvm/docs/_static/ |
| H A D | LoopOptWG_invite.ics | 34 …session to be recorded, which may be discoverable in a legal matter. By joining this session, you …
|
| /llvm-project-15.0.7/lldb/tools/lldb-server/ |
| H A D | LLGSOptions.td | 42 def setsid: F<"setsid">, HelpText<"Run lldb-server in a new session.">,
|