Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_llvm/llvm-wrapper/
DRustWrapper.cpp1736 LLVMRustModuleCost(LLVMModuleRef M) { function
/third_party/rust/rust/compiler/rustc_codegen_llvm/src/llvm/
Dffi.rs2462 pub fn LLVMRustModuleCost(M: &Module) -> u64; in LLVMRustModuleCost() function