| /llvm-project/llvm/unittests/Support/ |
| H A D | ProgramTest.cpp | 214 std::string Executable = in TEST_F() local 216 StringRef argv[] = {Executable, in TEST_F() 224 ProcessInfo PI1 = ExecuteNoWait(Executable, argv, getEnviron(), {}, 0, &Error, in TEST_F() 244 ProcessInfo PI2 = ExecuteNoWait(Executable, argv, getEnviron(), in TEST_F() 294 std::string Executable = in TEST_F() local 297 Executable, "--gtest_filter=ProgramEnvTest.TestExecuteNoWaitDetached"}; in TEST_F() 324 ExecuteNoWait(Executable, argv, Env, {}, 0, &Error, &ExecutionFailed, in TEST_F() 337 ExecuteNoWait(Executable, argv, getEnviron(), {}, 0, &Error, in TEST_F() 361 std::string Executable = in TEST_F() local 364 Executable, "--gtest_filter=ProgramEnvTest.TestExecuteAndWaitTimeout"}; in TEST_F() [all …]
|
| H A D | CrashRecoveryTest.cpp | 170 std::string Executable = in TEST() 173 Executable, "--gtest_filter=CrashRecoveryTest.UnixCRCReturnCode"}; in TEST() 186 int RetCode = ExecuteAndWait(Executable, argv, {}, {}, 0, 0, &Error, in TEST() 172 std::string Executable = TEST() local
|
| H A D | ThreadPool.cpp | 458 std::string Executable = in TYPED_TEST() local 460 StringRef argv[] = {Executable, "--gtest_filter=ThreadPoolTest.AffinityMask"}; in TYPED_TEST() 471 int Ret = sys::ExecuteAndWait(Executable, argv, {}, {}, 0, 0, &Error, in TYPED_TEST()
|
| /llvm-project/clang/lib/Driver/ |
| H A D | Job.cpp | 38 ResponseFileSupport ResponseSupport, const char *Executable, 43 Executable(Executable), PrependArg(PrependArg), Arguments(Arguments) { in Command() 138 Out.push_back(Executable); in buildArgvForResponseFile() 146 Out.push_back(Executable); in buildArgvForResponseFile() 209 llvm::sys::printArg(OS, Executable, /*Quote=*/true); in Print() 330 Argv.push_back(Executable); in Execute() 378 return llvm::sys::ExecuteAndWait(Executable, Args, Env, in Execute() 384 return llvm::sys::ExecuteAndWait(Executable, Args, Env, Redirects, in Execute() 391 const char *Executable, 40 Command(const Action & Source,const Tool & Creator,ResponseFileSupport ResponseSupport,const char * Executable,const llvm::opt::ArgStringList & Arguments,ArrayRef<InputInfo> Inputs,ArrayRef<InputInfo> Outputs,const char * PrependArg) Command() argument 394 CC1Command(const Action & Source,const Tool & Creator,ResponseFileSupport ResponseSupport,const char * Executable,const llvm::opt::ArgStringList & Arguments,ArrayRef<InputInfo> Inputs,ArrayRef<InputInfo> Outputs,const char * PrependArg) CC1Command() argument [all...] |
| /llvm-project/mlir/lib/Analysis/DataFlow/ |
| H A D | DeadCodeAnalysis.cpp | 32 // Executable 35 ChangeResult Executable::setToLive() { in setToLive() 42 void Executable::print(raw_ostream &os) const { in print() 46 void Executable::onUpdate(DataFlowSolver *solver) const { in onUpdate() 130 getOrCreate<Executable>(getProgramPointBefore(®ion.front())); in initialize() 214 getOrCreate<Executable>(getProgramPointBefore(op->getBlock())) in initializeRecursively() 229 auto *state = getOrCreate<Executable>(getProgramPointBefore(to)); in markEntryBlocksLive() 232 getOrCreate<Executable>(getLatticeAnchor<CFGEdge>(from, to)); in markEntryBlocksLive() 241 getOrCreate<Executable>(getProgramPointBefore(®ion.front())); in visit() 253 !getOrCreate<Executable>(getProgramPointBefor in visit() [all...] |
| H A D | DenseAnalysis.cpp | 102 !getOrCreateFor<Executable>(point, getProgramPointBefore(op->getBlock())) in processOperation() 134 if (!getOrCreateFor<Executable>(point, point)->isLive()) in visitBlock() 179 if (!getOrCreateFor<Executable>( in visitBlock() 330 !getOrCreateFor<Executable>(point, getProgramPointBefore(op->getBlock())) in processOperation() 359 if (!getOrCreateFor<Executable>(point, getProgramPointBefore(block)) in visitBlock() 417 if (!getOrCreateFor<Executable>(point, in visitBlock() 446 if (!getOrCreateFor<Executable>(point, in visitRegionBranchOperation()
|
| H A D | SparseAnalysis.cpp | 75 getOrCreate<Executable>(getProgramPointBefore(&block)) in initializeRecursively() 103 !getOrCreate<Executable>(getProgramPointBefore(op->getBlock()))->isLive()) in visitOperation() 170 if (!getOrCreate<Executable>(getProgramPointBefore(block))->isLive()) in visitBlock() 225 getOrCreate<Executable>(getLatticeAnchor<CFGEdge>(predecessor, block)); in visitBlock() 348 getOrCreate<Executable>(getProgramPointBefore(&block)) in visit() 404 !getOrCreate<Executable>(getProgramPointBefore(op->getBlock()))->isLive()) in visitOperation()
|
| /llvm-project/llvm/lib/Object/ |
| H A D | GOFFObjectFile.cpp | 292 GOFF::ESDExecutable Executable; in getSymbolType() local 293 ESDRecord::getExecutable(Record, Executable); in getSymbolType() 314 if (Executable != GOFF::ESD_EXE_CODE && Executable != GOFF::ESD_EXE_DATA && in getSymbolType() 315 Executable != GOFF::ESD_EXE_Unspecified) { in getSymbolType() 320 " has unknown Executable type 0x%02X", in getSymbolType() 321 EsdId, Executable); in getSymbolType() 323 switch (Executable) { in getSymbolType() 519 GOFF::ESDExecutable Executable; in isSectionText() local 520 ESDRecord::getExecutable(EsdRecord, Executable); in isSectionText() 526 GOFF::ESDExecutable Executable; isSectionData() local [all...] |
| /llvm-project/clang/include/clang/Driver/ |
| H A D | Job.h | 117 const char *Executable; variable 173 ResponseFileSupport ResponseSupport, const char *Executable, 220 void replaceExecutable(const char *Exe) { Executable = Exe; } 222 const char *getExecutable() const { return Executable; } 245 ResponseFileSupport ResponseSupport, const char *Executable,
|
| /llvm-project/lldb/test/Shell/ObjectFile/Breakpad/ |
| H A D | breakpad-identification.test | 12 LINUX: Executable: false 20 MAC: Executable: false 30 WINDOWS: Executable: false
|
| /llvm-project/lld/test/ELF/ |
| H A D | emulation-x86.s | 23 # AMD64-NEXT: Type: Executable (0x2) 58 # X86-64-NEXT: Type: Executable (0x2) 92 # X32-NEXT: Type: Executable (0x2) 126 # X86-NEXT: Type: Executable (0x2) 160 # X86FBSD-NEXT: Type: Executable (0x2) 194 # IAMCU-NEXT: Type: Executable (0x2)
|
| H A D | emulation-arm.s | 22 # ARM-NEXT: Type: Executable (0x2) 48 # ARMEB-NEXT: Type: Executable (0x2) 72 # ARMEB8-NEXT: Type: Executable (0x2)
|
| H A D | emulation-mips.s | 34 # MIPS-NEXT: Type: Executable (0x2) 77 # MIPSEL-NEXT: Type: Executable (0x2) 117 # MIPSN32-NEXT: Type: Executable (0x2) 160 # MIPSN32EL-NEXT: Type: Executable (0x2) 201 # MIPS64-NEXT: Type: Executable (0x2) 242 # MIPS64EL-NEXT: Type: Executable (0x2)
|
| H A D | emulation-riscv.s | 22 # RV32-NEXT: Type: Executable (0x2) 57 # RV64-NEXT: Type: Executable (0x2)
|
| H A D | emulation-loongarch.s | 22 # LA32-NEXT: Type: Executable (0x2) 59 # LA64-NEXT: Type: Executable (0x2)
|
| H A D | emulation-msp430.s | 21 # CHECK-NEXT: Type: Executable (0x2)
|
| H A D | emulation-aarch64.s | 49 # AARCH64-NEXT: Type: Executable (0x2) 72 # AARCH64-FBSD-NEXT: Type: Executable (0x2)
|
| H A D | emulation-sparc.s | 21 # V9-NEXT: Type: Executable (0x2)
|
| /llvm-project/clang/tools/c-index-test/ |
| H A D | core_main.cpp | 216 static bool printSourceSymbols(const char *Executable, in printSourceSymbols() 221 ArgsWithProgName.push_back(Executable); in printSourceSymbols() 343 std::string Executable = llvm::sys::fs::getMainExecutable(argv[0], MainAddr); in indextest_core_main() 373 return printSourceSymbols(Executable.c_str(), CompArgs, in indextest_core_main() 215 printSourceSymbols(const char * Executable,ArrayRef<const char * > Args,bool dumpModuleImports,bool indexLocals,bool ignoreMacros) printSourceSymbols() argument 340 std::string Executable = llvm::sys::fs::getMainExecutable(argv[0], MainAddr); indextest_core_main() local
|
| /llvm-project/mlir/test/lib/Analysis/DataFlow/ |
| H A D | TestDeadCodeAnalysis.cpp | 32 auto *live = solver.lookupState<Executable>( in printAnalysisResults() 43 auto *live = solver.lookupState<Executable>( in printAnalysisResults()
|
| /llvm-project/llvm/test/tools/llvm-reduce/ |
| H A D | fail-execute-test.test | 4 # CHECK: Error running interesting-ness test: {{(Executable "[[FILENAME]]" doesn't exist$)?(program…
|
| /llvm-project/llvm/test/DebugInfo/X86/ |
| H A D | dwarfdump-ranges-baseaddr-exe.s | 4 ## Executable binary for test produced from object built in
|
| /llvm-project/llvm/test/tools/llvm-lipo/ |
| H A D | create-executable.test | 1 # Executable testing is not supported on Windows, since all files are considered executable
|
| /llvm-project/lldb/test/API/functionalities/postmortem/elf-core/gcore/ |
| H A D | make-core.sh | 26 Executable file is in a.out.
|
| /llvm-project/lldb/test/API/functionalities/postmortem/elf-core/ |
| H A D | make-core.sh | 56 Executable file is in a.out.
|