Home
last modified time | relevance | path

Searched defs:bytes_in_context (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/compiler/rustc_codegen_llvm/src/
Dcommon.rs338 pub fn bytes_in_context<'ll>(llcx: &'ll llvm::Context, bytes: &[u8]) -> &'ll Value { in bytes_in_context() function
/third_party/rust/rust/compiler/rustc_codegen_gcc/src/
Dcommon.rs34 pub fn bytes_in_context<'gcc, 'tcx>(cx: &CodegenCx<'gcc, 'tcx>, bytes: &[u8]) -> RValue<'gcc> { in bytes_in_context() function