Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_llvm/llvm-wrapper/
DRustWrapper.cpp775 extern "C" bool LLVMRustHasModuleFlag(LLVMModuleRef M, const char *Name, function
/third_party/rust/rust/compiler/rustc_codegen_llvm/src/llvm/
Dffi.rs1947 pub fn LLVMRustHasModuleFlag(M: &Module, name: *const c_char, len: size_t) -> bool; in LLVMRustHasModuleFlag() function