Home
last modified time | relevance | path

Searched defs:RustString (Results 1 – 6 of 6) sorted by relevance

/third_party/rust/crates/cxx/src/
Drust_string.rs10 pub struct RustString { struct
14 impl RustString { implementation
20 unsafe { &*(s as *const String as *const RustString) } in from_ref() constant
32 unsafe { &*(self as *const RustString as *const String) } in as_string() constant
40 impl Drop for RustString { implementation
/third_party/rust/rust/compiler/rustc_llvm/src/
Dlib.rs12 pub struct RustString { struct
16 impl RustString { argument
29 sr: &RustString, in LLVMRustStringWriteImpl()
/third_party/rust/crates/cxx/syntax/
Datom.rs22 RustString, enumerator
/third_party/rust/rust/compiler/rustc_codegen_llvm/src/coverageinfo/
Dmod.rs345 buffer: &RustString, in write_filenames_section_to_buffer()
361 buffer: &RustString, in write_mapping_to_buffer()
Dmapgen.rs146 coverage_mapping_buffer: &RustString, in write_coverage_mapping()
/third_party/rust/rust/compiler/rustc_codegen_llvm/src/llvm/
Dffi.rs1904 BufferOut: &RustString, in LLVMRustCoverageWriteFilenamesSectionToBuffer()
1915 BufferOut: &RustString, in LLVMRustCoverageWriteMappingToBuffer()
1923 pub fn LLVMRustCoverageWriteMapSectionNameToString(M: &Module, Str: &RustString); in LLVMRustCoverageWriteMapSectionNameToString()
1926 pub fn LLVMRustCoverageWriteFuncSectionNameToString(M: &Module, Str: &RustString); in LLVMRustCoverageWriteFuncSectionNameToString()
1929 pub fn LLVMRustCoverageWriteMappingVarNameToString(Str: &RustString); in LLVMRustCoverageWriteMappingVarNameToString()
2276 pub fn LLVMRustWriteTypeToString(Type: &Type, s: &RustString); in LLVMRustWriteTypeToString()
2278 pub fn LLVMRustWriteValueToString(value_ref: &Value, s: &RustString); in LLVMRustWriteValueToString()
2380 pub fn LLVMRustWriteTwineToString(T: &Twine, s: &RustString); in LLVMRustWriteTwineToString()
2385 pass_name_out: &RustString, in LLVMRustUnpackOptimizationDiagnostic()
2389 loc_filename_out: &RustString, in LLVMRustUnpackOptimizationDiagnostic()
[all …]