Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_codegen_llvm/src/llvm/
Dffi.rs1037 pub fn LLVMAppendModuleInlineAsm(M: &Module, Asm: *const c_char, Len: size_t); in LLVMAppendModuleInlineAsm() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp436 void LLVMAppendModuleInlineAsm(LLVMModuleRef M, const char *Asm, size_t Len) { in LLVMAppendModuleInlineAsm() function