Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-c-test/
Decho.cpp1110 const char *ModuleAsm = LLVMGetModuleInlineAsm(Src, &ModuleInlineAsmLen); in llvm_echo()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
DCore.h806 const char *LLVMGetModuleInlineAsm(LLVMModuleRef M, size_t *Len);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DCore.cpp424 const char *LLVMGetModuleInlineAsm(LLVMModuleRef M, size_t *Len) { in LLVMGetModuleInlineAsm() function