Home
last modified time | relevance | path

Searched refs:LLVMSetModuleInlineAsm2 (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-c-test/
Decho.cpp1111 LLVMSetModuleInlineAsm2(M, ModuleAsm, ModuleInlineAsmLen); in llvm_echo()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
DCore.h813 void LLVMSetModuleInlineAsm2(LLVMModuleRef M, const char *Asm, size_t Len);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DCore.cpp412 void LLVMSetModuleInlineAsm2(LLVMModuleRef M, const char *Asm, size_t Len) { in LLVMSetModuleInlineAsm2() function