Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rust-GPU/rust-cuda
/ unwrap
Function
unwrap
crates/rustc_codegen_nvvm/rustc_llvm_wrapper/RustWrapper.cpp:562–565 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
560
DEFINE_ISA_CONVERSION_FUNCTIONS(Metadata, LLVMMetadataRef)
561
562
inline Metadata **unwrap(LLVMMetadataRef *Vals)
563
{
564
return reinterpret_cast<Metadata **>(Vals);
565
}
566
}
567
#endif
568
Callers
15
LLVMRustPassKind
Function · 0.85
LLVMRustAddPass
Function · 0.85
LLVMRustPassManagerBuilderPopulateThinLTOPassManager
Function · 0.85
LLVMRustHasFeature
Function · 0.85
LLVMRustPrintTargetCPUs
Function · 0.85
LLVMRustPrintTargetFeatures
Function · 0.85
LLVMRustDisposeTargetMachine
Function · 0.85
LLVMRustAddAnalysisPasses
Function · 0.85
LLVMRustConfigurePassManagerBuilder
Function · 0.85
LLVMRustAddBuilderLibraryInfo
Function · 0.85
LLVMRustAddLibraryInfo
Function · 0.85
LLVMRustRunFunctionPassManager
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected