| /llvm-project-15.0.7/llvm/tools/opt-viewer/ |
| H A D | optpmap.py | 28 def pmap(func, iterable, processes, should_print_progress, filter_=None, *args, **kwargs): argument 44 if processes == 1: 49 processes=processes)
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | SecurityTransparencyReports.rst | 13 the purpose of the group and the processes it follows. Many of the group's 14 processes were still not well-defined enough for the group to operate well. 15 Over the course of 2021, the key processes were defined well enough to enable 39 the security group now has implemented all necessary processes for the group to 40 operate as promised. The group's processes can be improved further, and we do
|
| H A D | SymbolizerMarkupFormat.rst | 45 This format assumes that the symbolizing filter processes intact whole lines. If 55 This format assumes that the symbolizing filter processes a coherent stream of 59 instance of the symbolizing filter. Because the kernel and user processes use 100 The filter processes ANSI SGR control sequences only within a single line. If a 332 processes. 367 multiple processes. Such implementations might not know when a new process 369 be the same between old and new processes, a way is needed to distinguish two 370 processes with such identical identifying information. This element informs
|
| /llvm-project-15.0.7/lldb/source/Plugins/Trace/intel-pt/ |
| H A D | TraceIntelPTBundleLoader.cpp | 142 for (const JSONProcess &process : bundle_description.processes) { in LoadBundle() 165 "processes": [ in GetSchema() 242 for (JSONProcess &process : bundle_description.processes) { in AugmentThreadsFromContextSwitches() 280 std::vector<ProcessSP> processes; in CreateTraceIntelPTInstance() local 282 processes.push_back(parsed_process.target_sp->GetProcessSP()); in CreateTraceIntelPTInstance() 288 bundle_description, processes, threads); in CreateTraceIntelPTInstance() 297 for (JSONProcess &process : bundle_description.processes) { in NormalizeAllPaths()
|
| H A D | TraceIntelPTJSONStructs.cpp | 121 {"processes", bundle_description.processes}, in toJSON() 131 if (!(o && o.map("processes", bundle_description.processes) && in fromJSON()
|
| H A D | TraceIntelPTBundleSaver.cpp | 327 std::vector<JSONProcess> processes; in BuildProcessesSection() local 331 processes.push_back(std::move(*json_process)); in BuildProcessesSection() 335 return processes; in BuildProcessesSection()
|
| H A D | TraceIntelPTJSONStructs.h | 53 std::vector<JSONProcess> processes; member
|
| /llvm-project-15.0.7/compiler-rt/test/profile/Posix/ |
| H A D | instrprof-gcov-parallel.test | 14 # Test if the .gcda file is correctly created from one of child processes 15 # and counters of all processes are recorded correctly.
|
| /llvm-project-15.0.7/bolt/test/X86/ |
| H A D | merge-fdata-bat-mode.test | 1 # Check merge-fdata tool correctly processes fdata files with header strings
|
| H A D | indirect-goto.test | 1 # Check llvm-bolt processes binaries compiled from sources that use indirect goto.
|
| /llvm-project-15.0.7/bolt/test/runtime/X86/ |
| H A D | indirect-goto-pie.test | 1 # Check llvm-bolt processes binaries compiled from sources that use indirect goto.
|
| /llvm-project-15.0.7/bolt/test/ |
| H A D | shared-object.test | 1 # Test that llvm-bolt processes *.so without a failure
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/android/ |
| H A D | cloexec-pipe2.rst | 7 adds the O_CLOEXEC flag that marks the file descriptor to be closed in child processes.
|
| H A D | cloexec-pipe.rst | 8 be closed in child processes. Without this flag a sensitive file descriptor can be leaked to a
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | Trace.cpp | 517 std::vector<Process *> processes; in GetTracedProcesses() local 521 processes.push_back(proc); in GetTracedProcesses() 524 processes.push_back(m_live_process); in GetTracedProcesses() 525 return processes; in GetTracedProcesses()
|
| /llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Posix/ |
| H A D | log_path_fork_test.cc.disabled | 16 // There are two processes at this point, thus there should be two distinct
|
| /llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/ |
| H A D | GenealogySPI.h | 91 typedef void (^os_diagnostic_block_t)(os_activity_process_list_t processes,
|
| H A D | Genealogy.cpp | 112 pid, 0, flags, ^(os_activity_process_list_t processes, int error) { in GetActivities() 114 m_os_activity_iterate_processes(processes, ^bool( in GetActivities()
|
| H A D | Genealogy.h | 93 os_activity_process_list_t processes,
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/elf-core/gcore/ |
| H A D | make-core.sh | 7 Your system prevents the use of PTRACE to attach to non-child processes. The core file
|
| /llvm-project-15.0.7/llvm/test/MC/ARM/ |
| H A D | arm-trustzone.s | 8 @ Check that the assembler processes SMC instructions when TrustZone support is
|
| H A D | arm-thumb-trustzone.s | 8 @ Check that the assembler processes SMC instructions when TrustZone support is
|
| /llvm-project-15.0.7/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerFlags.def | 115 " this number of jobs in separate worker processes" 118 "Number of simultaneous worker processes to run the jobs." 122 " discovered by other processes. If 0, disabled") 135 "use the same path for several parallel processes.")
|
| /llvm-project-15.0.7/polly/test/ScopDetect/ |
| H A D | scev_remove_max.ll | 4 ; an infinite loop and a segmentation fault, if it processes, for example,
|
| /llvm-project-15.0.7/llvm/test/Transforms/DeadArgElim/ |
| H A D | deadretval2.ll | 40 ; and then the caller) since DAE processes functions one by one and handles
|