/llvm-project/llvm/lib/IR/ |
H A D | EHPersonalities.cpp | 42 .Case("rust_eh_personality", EHPersonality::Rust) in classifyEHPersonality() 71 case EHPersonality::Rust: in getEHPersonalityName()
|
/llvm-project/llvm/include/llvm/IR/ |
H A D | EHPersonalities.h | 33 Rust, enumerator
|
/llvm-project/llvm/test/DebugInfo/X86/ |
H A D | containing-type-extension-rust.ll | 94 !9 = !DIFile(filename: "t2.rs", directory: "/home/tromey/Rust") 97 !12 = !DIFile(filename: "/home/tromey/Rust/rust/src/libcore/ptr.rs", directory: "")
|
/llvm-project/llvm/lib/DebugInfo/PDB/ |
H A D | PDBSymbolCompiland.cpp | 103 .Case(".rs", Lang == PDB_Lang::Rust) in getSourceFileFullPath()
|
H A D | PDBExtras.cpp | 235 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_Lang, Rust, OS) in operator <<()
|
/llvm-project/llvm/test/DebugInfo/COFF/ |
H A D | rust.ll | 10 ; OBJ-NEXT: Language: Rust (0x15)
|
H A D | types-empty-member-fn.ll | 9 ; Rust source to regenerate:
|
H A D | language.ll | 40 ; RUN: sed -e 's/<LANG1>/DW_LANG_Rust/;s/<LANG2>/Rust/' %s > %t
|
H A D | trailing-inlined-function.s | 4 # Rust source to regenerate:
|
/llvm-project/llvm/test/CodeGen/X86/ |
H A D | dwarf-aranges-zero-size.ll | 3 ; Generated from the following Rust source:
|
/llvm-project/llvm/test/DebugInfo/ |
H A D | symbolize-demangling-mingw32.s | 115 # Rust
|
/llvm-project/llvm/test/Verifier/ |
H A D | disubprogram-declaration-within-struct.ll | 4 ; The Rust source:
|
/llvm-project/llvm/test/ThinLTO/X86/ |
H A D | thinlto-internalize-doublepromoted.ll | 7 ; as the Rust compiler which does a first round of ThinLTO on library code,
|
/llvm-project/llvm/test/DebugInfo/Generic/ |
H A D | univariant-discriminated-union.ll | 40 !3 = !DIFile(filename: "e3.rs", directory: "/home/tromey/Rust")
|
H A D | discriminated-union.ll | 53 !3 = !DIFile(filename: "e3.rs", directory: "/home/tromey/Rust")
|
/llvm-project/llvm/docs/Proposals/ |
H A D | VariableNames.rst | 49 Many other coding guidelines [LLDB]_ [Google]_ [WebKit]_ [Qt]_ [Rust]_ [Swift]_ 77 ``lower_case`` is consistent with [LLDB]_, [Google]_, [Rust]_ and [Python]_. 356 .. [Rust] Rust naming conventions https://doc.rust-lang.org/1.0.0/style/style/naming/README.html citation in References
|
/llvm-project/llvm/docs/ |
H A D | Security.rst | 45 * Josh Stone (Red Hat; Rust) [@cuviper] 52 * Pietro Albini (Ferrous Systems; Rust) [@pietroalbini] 238 undesirable behavior. For example, a maliciously crafted C or Rust source file
|
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | CodeView.h | 168 Rust = 0x15, enumerator
|
/llvm-project/llvm/test/CodeGen/AVR/ |
H A D | issue-regalloc-stackframe-folding-earlyclobber.ll | 7 ; It is taken from the translated LLVM IR of the Rust core library.
|
/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | README.txt | 22 Rust provides WebAssembly support integrated into Cargo. There are two
|
/llvm-project/llvm/bindings/ocaml/debuginfo/ |
H A D | llvm_debuginfo.ml | 44 | Rust Constructor
|
H A D | llvm_debuginfo.mli | 44 | Rust Constructor
|
/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | EnumTables.cpp | 107 CV_ENUM_ENT(SourceLanguage, Swift), CV_ENUM_ENT(SourceLanguage, Rust),
|
/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | Dwarf.def | 940 HANDLE_DW_LANG(0x001c, Rust, 0, 5, DWARF) 1019 HANDLE_DW_LNAME(0x0019, Rust, "Rust", 0)
|
/llvm-project/llvm/test/Analysis/ValueTracking/ |
H A D | known-power-of-two-urem.ll | 408 ; Rust's implementation of `%p = next_power_of_two(%x)`
|