Home
last modified time | relevance | path

Searched refs:appendModuleInlineAsm (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DModule.h296 void appendModuleInlineAsm(StringRef Asm) { in appendModuleInlineAsm() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp2188 M.appendModuleInlineAsm( in lower()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp437 unwrap(M)->appendModuleInlineAsm(StringRef(Asm, Len)); in LLVMAppendModuleInlineAsm()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.cpp362 M->appendModuleInlineAsm(AsmStr); in ParseModuleAsm()