Home
last modified time | relevance | path

Searched defs:Exe (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/llvm/tools/llvm-pdbdump/
H A DTypeDumper.cpp31 void TypeDumper::start(const PDBSymbolExe &Exe) { in start()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SPIRV/
H A DSPIRVModuleAnalysis.cpp687 int64_t Exe = MI.getOperand(0).getImm(); in addInstrRequirements() local
694 int64_t Exe = MI.getOperand(1).getImm(); in addInstrRequirements() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Driver/
DJob.h221 void replaceExecutable(const char *Exe) { Executable = Exe; } in replaceExecutable()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Driver/
DJob.h221 void replaceExecutable(const char *Exe) { Executable = Exe; } in replaceExecutable()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Driver/
DJob.h221 void replaceExecutable(const char *Exe) { Executable = Exe; } in replaceExecutable()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Driver/
DJob.h221 void replaceExecutable(const char *Exe) { Executable = Exe; } in replaceExecutable()
/aosp_15_r20/external/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h170 Exe, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DebugInfo/PDB/
DPDBTypes.h245 Exe, enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h243 Exe, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DebugInfo/PDB/
DPDBTypes.h245 Exe, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DebugInfo/PDB/
DPDBTypes.h245 Exe, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/DebugInfo/PDB/
DPDBTypes.h245 Exe, enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h245 Exe, enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Passes/
H A DStandardInstrumentations.cpp494 static ErrorOr<std::string> Exe = sys::findProgramByName(TestChanged); in handleIR() local
/aosp_15_r20/external/clang/lib/Driver/
H A DTools.cpp9947 const char *Exe, in FindVisualStudioExecutable()