Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_llvm/llvm-wrapper/
DCoverageMappingWrapper.cpp161 extern "C" uint64_t LLVMRustCoverageHashCString(const char *StrVal) { in LLVMRustCoverageHashCString() function
/third_party/rust/rust/compiler/rustc_codegen_llvm/src/llvm/
Dffi.rs1919 pub fn LLVMRustCoverageHashCString(StrVal: *const c_char) -> u64; in LLVMRustCoverageHashCString() function