Home
last modified time | relevance | path

Searched refs:Rust (Results 1 – 25 of 26) sorted by relevance

12

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DEHPersonalities.cpp41 .Case("rust_eh_personality", EHPersonality::Rust) in classifyEHPersonality()
60 case EHPersonality::Rust: return "rust_eh_personality"; in getEHPersonalityName()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DEHPersonalities.h33 Rust, enumerator
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolCompiland.cpp104 .Case(".rs", Lang == PDB_Lang::Rust) in getSourceFileFullPath()
H A DPDBExtras.cpp234 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_Lang, Rust, OS) in operator <<()
/llvm-project-15.0.7/llvm/test/DebugInfo/X86/
H A Dcontaining-type-extension-rust.ll94 !9 = !DIFile(filename: "t2.rs", directory: "/home/tromey/Rust")
97 !12 = !DIFile(filename: "/home/tromey/Rust/rust/src/libcore/ptr.rs", directory: "")
/llvm-project-15.0.7/llvm/test/DebugInfo/COFF/
H A Drust.ll10 ; OBJ-NEXT: Language: Rust (0x15)
H A Dtypes-empty-member-fn.ll9 ; Rust source to regenerate:
H A Dlanguage.ll40 ; RUN: sed -e 's/<LANG1>/DW_LANG_Rust/;s/<LANG2>/Rust/' %s > %t
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Ddwarf-aranges-zero-size.ll3 ; Generated from the following Rust source:
/llvm-project-15.0.7/llvm/test/ThinLTO/X86/
H A Dthinlto-internalize-doublepromoted.ll7 ; as the Rust compiler which does a first round of ThinLTO on library code,
/llvm-project-15.0.7/llvm/test/DebugInfo/Generic/
H A Dunivariant-discriminated-union.ll39 !3 = !DIFile(filename: "e3.rs", directory: "/home/tromey/Rust")
H A Ddiscriminated-union.ll52 !3 = !DIFile(filename: "e3.rs", directory: "/home/tromey/Rust")
/llvm-project-15.0.7/llvm/docs/Proposals/
H A DVariableNames.rst49 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-15.0.7/llvm/docs/
H A DSecurity.rst42 * Josh Stone (RedHat; Rust) [cuviper]
50 * Pietro Albini (Ferrous Systems; Rust) [pietroalbini]
225 …e can cause undesirable behavior. For example, a maliciously-crafter C or Rust source file can cau…
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h165 Rust = 0x15, enumerator
/llvm-project-15.0.7/llvm/test/CodeGen/AVR/
H A Dissue-regalloc-stackframe-folding-earlyclobber.ll7 ; It is taken from the translated LLVM IR of the Rust core library.
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DREADME.txt22 Rust provides WebAssembly support integrated into Cargo. There are two
/llvm-project-15.0.7/llvm/bindings/ocaml/debuginfo/
H A Dllvm_debuginfo.ml44 | Rust Constructor
H A Dllvm_debuginfo.mli44 | Rust Constructor
/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp107 CV_ENUM_ENT(SourceLanguage, Swift), CV_ENUM_ENT(SourceLanguage, Rust),
/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp212 RETURN_CASE(SourceLanguage, Rust, "rust"); in formatSourceLanguage()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp80 case PDB_Lang::Rust: in TranslateLanguage()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp83 case PDB_Lang::Rust: in TranslateLanguage()
/llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/
H A DDwarf.def901 HANDLE_DW_LANG(0x001c, Rust, 0, 5, DWARF)
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp599 return SourceLanguage::Rust; in MapDWLangToCVLang()

12