Home
last modified time | relevance | path

Searched refs:Translation (Results 1 – 25 of 44) sorted by relevance

12

/llvm-project-15.0.7/llvm/tools/dsymutil/
H A DSymbolMap.cpp45 const std::string &Translation = UnobfuscatedStrings[LineNumber]; in operator ()() local
47 return Translation; in operator ()()
51 if (Translation[0] == 1) in operator ()()
52 return StringRef(Translation).drop_front(); in operator ()()
58 UnobfuscatedStrings.emplace_back("_" + Translation); in operator ()()
/llvm-project-15.0.7/mlir/test/Target/LLVMIR/
H A Dopenmp-llvm-invalid.mlir7 // expected-error @+1 {{LLVM Translation failed for operation: omp.atomic.update}}
24 // expected-error @+1 {{LLVM Translation failed for operation: omp.atomic.update}}
38 // expected-error @+1 {{LLVM Translation failed for operation: omp.atomic.capture}}
56 // expected-error @+1 {{LLVM Translation failed for operation: omp.atomic.capture}}
82 // expected-error @below {{LLVM Translation failed for operation: omp.threadprivate}}
/llvm-project-15.0.7/llvm/lib/Target/LoongArch/
H A DLoongArch.td79 // Loongson Binary Translation (LBT)
82 "'LBT' (Loongson Binary Translation Extension)">;
86 "'LBT' (Loongson Binary Translation Extension)">;
/llvm-project-15.0.7/mlir/test/mlir-translate/
H A Dcommandline.mlir2 // CHECK: OVERVIEW: MLIR Translation Testing Tool
/llvm-project-15.0.7/mlir/lib/Tools/mlir-translate/
H A DCMakeLists.txt3 Translation.cpp
/llvm-project-15.0.7/llvm/lib/Option/
H A DArgList.cpp155 const char *Translation, in AddAllArgsTranslated() argument
161 Output.push_back(MakeArgString(StringRef(Translation) + in AddAllArgsTranslated()
164 Output.push_back(Translation); in AddAllArgsTranslated()
/llvm-project-15.0.7/llvm/test/tools/llvm-rc/Inputs/
H A Dtag-versioninfo.rc29 VALUE "Translation", 0x409, 1252
H A Dparser-correct-everything.rc110 VALUE "Translation", 0x409, 1252
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DDiagnosticCrossTUKinds.td1 //==--- DiagnosticCrossTUKinds.td - Cross Translation Unit diagnostics ----===//
/llvm-project-15.0.7/llvm/resources/
H A Dwindows_version_resource.rc87 VALUE "Translation", 0x0409, 0x04B0
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVSystemOperands.td149 // Supervisor Protection and Translation
196 // Hypervisor Protection and Translation
279 // Machine Protection and Translation
/llvm-project-15.0.7/openmp/runtime/src/
H A Dlibomp.rc.var64 VALUE "Translation", 1033, 1200
/llvm-project-15.0.7/llvm/docs/GlobalISel/
H A DIRTranslator.rst81 Translation of Constants
/llvm-project-15.0.7/llvm/test/MC/RISCV/
H A Drv64-machine-csr-names.s11 # Machine Protection and Translation
H A Dsupervisor-csr-names.s210 # Supervisor Protection and Translation
H A Dhypervisor-csr-names.s194 # Hypervisor Protection and Translation
/llvm-project-15.0.7/clang/tools/scan-build-py/
H A DREADME.md44 How to use the experimental Cross Translation Unit analysis
/llvm-project-15.0.7/llvm/include/llvm/Option/
H A DArgList.h350 const char *Translation,
/llvm-project-15.0.7/lldb/test/Shell/ScriptInterpreter/Python/Crashlog/Inputs/
H A Dscripted_crashlog.ips241 "description": "(Data Abort) byte write Translation fault",
/llvm-project-15.0.7/clang/docs/
H A DDriverInternals.rst266 #. **Translate: Tool Specific Argument Translation**
317 ToolChain Argument Translation
H A DClangTransformerTutorial.rst54 (within the limits of single `Translation Unit (TU)`_,
58 .. _`Translation Unit (TU)`: https://en.wikipedia.org/wiki/Translation_unit_\(programming\)
/llvm-project-15.0.7/llvm/test/tools/llvm-rc/
H A Dparser.test91 ; PGOOD-NEXT: "Translation" => 1033, 1252
/llvm-project-15.0.7/llvm/docs/
H A DTypeMetadata.rst281 - **Translation Unit**
/llvm-project-15.0.7/libc/benchmarks/
H A DRATIONALE.md219 The same reasoning goes for instruction Translation Lookaside Buffer
/llvm-project-15.0.7/clang/docs/analyzer/user-docs/
H A DCrossTranslationUnit.rst2 Cross Translation Unit (CTU) Analysis

12