| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | DynamicLoader.cpp | 74 ModuleSP executable = target.GetExecutableModule(); in GetTargetExecutable() local 76 if (executable) { in GetTargetExecutable() 78 ModuleSpec module_spec(executable->GetFileSpec(), in GetTargetExecutable() 79 executable->GetArchitecture()); in GetTargetExecutable() 85 executable->GetUUID().IsValid()) { in GetTargetExecutable() 86 if (module_sp->GetUUID() != executable->GetUUID()) in GetTargetExecutable() 87 executable.reset(); in GetTargetExecutable() 88 } else if (executable->FileHasChanged()) { in GetTargetExecutable() 89 executable.reset(); in GetTargetExecutable() 92 if (!executable) { in GetTargetExecutable() [all …]
|
| /llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/Windows-DYLD/ |
| H A D | DynamicLoaderWindowsDYLD.cpp | 99 auto it = m_loaded_modules.find(executable); in GetLoadAddress() 107 FileSpec file_spec(executable->GetPlatformFileSpec()); in GetLoadAddress() 113 m_loaded_modules[executable] = load_addr; in GetLoadAddress() 124 ModuleSP executable = GetTargetExecutable(); in DidAttach() local 126 if (!executable.get()) in DidAttach() 131 lldb::addr_t load_addr = GetLoadAddress(executable); in DidAttach() 144 module_list.Append(executable); in DidAttach() 154 ModuleSP executable = GetTargetExecutable(); in DidLaunch() local 155 if (!executable.get()) in DidLaunch() 158 lldb::addr_t load_addr = GetLoadAddress(executable); in DidLaunch() [all …]
|
| /llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/ |
| H A D | DynamicLoaderHexagonDYLD.cpp | 115 ModuleSP executable; in DidAttach() local 125 if (executable.get() == nullptr) in DidAttach() 136 module_list.Append(executable); in DidAttach() 168 if (!executable.get()) in GetTargetExecutable() 169 return executable; in GetTargetExecutable() 173 return executable; in GetTargetExecutable() 186 executable.reset(); in GetTargetExecutable() 188 executable.reset(); in GetTargetExecutable() 190 if (executable.get()) in GetTargetExecutable() 191 return executable; in GetTargetExecutable() [all …]
|
| /llvm-project-15.0.7/utils/bazel/llvm-project-overlay/llvm/ |
| H A D | binary_alias.bzl | 15 target_file = ctx.executable.binary, 16 output = ctx.outputs.executable, 21 executable = ctx.outputs.executable, 30 executable = True, 34 executable = True,
|
| /llvm-project-15.0.7/lld/test/MachO/ |
| H A D | dylib-version.s | 4 # RUN: not %lld -o %t/executable %t.o -o /dev/null \ 7 # RUN: not %lld -execute -o %t/executable %t.o -o /dev/null \ 10 # RUN: not %lld -bundle -o %t/executable %t.o -o /dev/null \ 17 # RUN: not %lld -dylib -o %t/executable %t.o -o /dev/null \ 24 # RUN: not %lld -dylib -o %t/executable %t.o -o /dev/null \ 30 # RUN: not %lld -dylib -o %t/executable %t.o -o /dev/null \ 36 # RUN: not %lld -dylib -o %t/executable %t.o -o /dev/null \ 42 # RUN: %lld -dylib -o %t/executable %t.o -o %t.dylib \
|
| H A D | load-commands.s | 4 # RUN: %lld -o %t/executable %t/test.o 5 # RUN: %lld -execute -o %t/explicit-executable %t/test.o 16 ## executable. Also check that it has the right filetype. 17 # RUN: llvm-objdump --macho --all-headers %t/executable | FileCheck %s --check-prefix=COMMON 18 # RUN: llvm-objdump --macho --all-headers %t/executable | FileCheck %s --check-prefix=EXEC 19 # RUN: llvm-objdump --macho --all-headers %t/explicit-executable | FileCheck %s --check-prefix=COMM… 20 # RUN: llvm-objdump --macho --all-headers %t/explicit-executable | FileCheck %s --check-prefix=EXEC 26 ## Check for the absence of load commands that should not be in an executable. 27 # RUN: llvm-objdump --macho --all-headers %t/executable | FileCheck %s --check-prefix=NEXEC
|
| H A D | header.s | 9 # RUN: %lld -lSystem -arch x86_64 -o %t/x86-64-executable %t/x86-64-test.o 10 # RUN: %lld -lSystem -arch arm64 -o %t/arm64-executable %t/arm64-test.o 11 # RUN: %lld-watchos -lSystem -o %t/arm64-32-executable %t/arm64-32-test.o 12 # RUN: %lld-watchos -lSystem -arch armv7 -o %t/arm-executable %t/arm-test.o
|
| H A D | bundle-loader.s | 11 ## Check bundle.bundle to ensure the `my_func` symbol is from executable 13 # BUNDLE: (undefined) external my_func (from executable) 16 # BUNDLE-OBJ: __DATA __la_symbol_ptr 0x{{[0-9a-f]*}} main-executable my_fun 19 ## Check bundle.bundle to ensure the `my_func` symbol is not from executable 44 # `my_func` from this executable.
|
| /llvm-project-15.0.7/llvm/test/Bindings/Go/ |
| H A D | lit.local.cfg | 15 def find_executable(executable, path=None): 19 base, ext = os.path.splitext(executable) 22 executable = executable + '.exe' 24 if not os.path.isfile(executable): 26 f = os.path.join(p, executable) 31 return executable
|
| /llvm-project-15.0.7/llvm/test/Bindings/OCaml/ |
| H A D | vectorize.ml | 2 * RUN: %ocamlc -g -w +A -package llvm.vectorize -linkpkg %t/vectorize_opts.ml -o %t/executable 3 * RUN: %t/executable %t/bitcode.bc 4 * RUN: %ocamlopt -g -w +A -package llvm.vectorize -linkpkg %t/vectorize_opts.ml -o %t/executable 5 * RUN: %t/executable %t/bitcode.bc 9 (* Note: It takes several seconds for ocamlopt to link an executable with
|
| H A D | transform_utils.ml | 2 …RUN: %ocamlc -g -w +A -package llvm.transform_utils -linkpkg %t/transform_utils.ml -o %t/executable 3 * RUN: %t/executable 4 …N: %ocamlopt -g -w +A -package llvm.transform_utils -linkpkg %t/transform_utils.ml -o %t/executable 5 * RUN: %t/executable
|
| H A D | passmgr_builder.ml | 2 …RUN: %ocamlc -g -w +A -package llvm.passmgr_builder -linkpkg %t/passmgr_builder.ml -o %t/executable 3 * RUN: %t/executable %t/bitcode.bc 4 …N: %ocamlopt -g -w +A -package llvm.passmgr_builder -linkpkg %t/passmgr_builder.ml -o %t/executable 5 * RUN: %t/executable %t/bitcode.bc 9 (* Note: It takes several seconds for ocamlopt to link an executable with
|
| H A D | irreader.ml | 2 * RUN: %ocamlc -g -w +A -package llvm.irreader -linkpkg %t/irreader.ml -o %t/executable 3 * RUN: %t/executable 4 * RUN: %ocamlopt -g -w +A -package llvm.irreader -linkpkg %t/irreader.ml -o %t/executable 5 * RUN: %t/executable 9 (* Note: It takes several seconds for ocamlopt to link an executable with
|
| H A D | linker.ml | 2 * RUN: %ocamlc -g -w +A -package llvm.linker -linkpkg %t/linker.ml -o %t/executable 3 * RUN: %t/executable 4 * RUN: %ocamlopt -g -w +A -package llvm.linker -linkpkg %t/linker.ml -o %t/executable 5 * RUN: %t/executable 9 (* Note: It takes several seconds for ocamlopt to link an executable with
|
| H A D | ext_exc.ml | 2 * RUN: %ocamlc -g -w +A -package llvm.bitreader -linkpkg %t/ext_exc.ml -o %t/executable 3 * RUN: %t/executable 4 * RUN: %ocamlopt -g -w +A -package llvm.bitreader -linkpkg %t/ext_exc.ml -o %t/executable 5 * RUN: %t/executable
|
| H A D | scalar_opts.ml | 2 * RUN: %ocamlc -g -w +A -package llvm.scalar_opts -linkpkg %t/scalar_opts.ml -o %t/executable 3 * RUN: %t/executable %t/bitcode.bc 4 * RUN: %ocamlopt -g -w +A -package llvm.scalar_opts -linkpkg %t/scalar_opts.ml -o %t/executable 5 * RUN: %t/executable %t/bitcode.bc 9 (* Note: It takes several seconds for ocamlopt to link an executable with
|
| H A D | ipo.ml | 2 * RUN: %ocamlc -g -w +A -package llvm.ipo -linkpkg %t/ipo_opts.ml -o %t/executable 3 * RUN: %t/executable %t/bitcode.bc 4 * RUN: %ocamlopt -g -w +A -package llvm.ipo -linkpkg %t/ipo_opts.ml -o %t/executable 5 * RUN: %t/executable %t/bitcode.bc 9 (* Note: It takes several seconds for ocamlopt to link an executable with
|
| H A D | analysis.ml | 2 * RUN: %ocamlc -g -w +A -package llvm.analysis -linkpkg %t/analysis.ml -o %t/executable 3 * RUN: %t/executable 4 * RUN: %ocamlopt -g -w +A -package llvm.analysis -linkpkg %t/analysis.ml -o %t/executable 5 * RUN: %t/executable
|
| H A D | diagnostic_handler.ml | 2 * RUN: %ocamlc -g -w +A -package llvm.bitreader -linkpkg %t/diagnostic_handler.ml -o %t/executable 3 * RUN: %t/executable %t/bitcode.bc | FileCheck %s 4 … RUN: %ocamlopt -g -w +A -package llvm.bitreader -linkpkg %t/diagnostic_handler.ml -o %t/executable 5 * RUN: %t/executable %t/bitcode.bc | FileCheck %s
|
| H A D | bitwriter.ml | 2 … -3 -w +A -package llvm.bitreader -package llvm.bitwriter -linkpkg %t/bitwriter.ml -o %t/executable 3 * RUN: %t/executable %t/bitcode.bc 4 … -3 -w +A -package llvm.bitreader -package llvm.bitwriter -linkpkg %t/bitwriter.ml -o %t/executable 5 * RUN: %t/executable %t/bitcode.bc
|
| /llvm-project-15.0.7/llvm/docs/CommandGuide/ |
| H A D | dsymutil.rst | 9 | :program:`dsymutil` [*options*] *executable* 15 for an executable *executable* by using debug symbols information contained in 17 ``.dSYM`` bundle with the same name as the executable. 37 Dump the *executable*'s debug-map (the list of the object files containing the 43 executable name unless the output file is specified using the ``-o`` option. 97 bundle path is created by appending ``.dSYM`` to the executable name. 133 Dumps the symbol table found in *executable* or object file(s) and exits. 168 Treat *executable* as a YAML debug-map rather than an executable.
|
| /llvm-project-15.0.7/lldb/utils/lldb-dotest/ |
| H A D | lldb-dotest.in | 8 executable = '@LLDB_TEST_EXECUTABLE_CONFIGURED@' 21 cmd = [sys.executable, dotest_path] 25 cmd.extend(['--executable', executable])
|
| /llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/ |
| H A D | lldbpexpect.py | 26 def launch(self, executable=None, extra_args=None, timeout=60, argument 42 if executable is not None: 43 args += ['--file', executable] 66 if executable is not None:
|
| /llvm-project-15.0.7/llvm/test/Object/ |
| H A D | coff-data-dir-out-of-bounds.test | 1 ; Check an executable, where the baes relocation data directory points into 3 ; raw data provided in the executable. Make sure that we don't error out on 4 ; the executable - but we don't try to print any base relocs (as their data
|
| /llvm-project-15.0.7/lldb/test/API/driver/batch_mode/ |
| H A D | TestBatchMode.py | 33 self.launch(executable=exe, extra_args=extra_args) 63 self.launch(executable=exe, extra_args=extra_args) 93 self.launch(executable=exe, extra_args=extra_args) 149 self.launch(executable=exe, extra_args=extra_args)
|