Home
last modified time | relevance | path

Searched refs:LLVMRustArchiveChildData (Results 1 – 3 of 3) sorted by last modified time

/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_llvm/src/llvm/
H A Darchive_ro.rs90 let data_ptr = super::LLVMRustArchiveChildData(self.raw, &mut data_len); in data()
H A Dffi.rs2284 pub fn LLVMRustArchiveChildData(ACR: &ArchiveChild<'_>, size: &mut size_t) -> *const c_char; in LLVMRustArchiveChildData() function
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_llvm/llvm-wrapper/
H A DArchiveWrapper.cpp157 extern "C" const char *LLVMRustArchiveChildData(LLVMRustArchiveChildRef Child, in LLVMRustArchiveChildData() function