Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/
DModule.h244 void appendModuleInlineAsm(StringRef Asm) {
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DModule.h293 void appendModuleInlineAsm(StringRef Asm) { in appendModuleInlineAsm() function
/external/llvm/include/llvm/IR/
DModule.h281 void appendModuleInlineAsm(StringRef Asm) {
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp2096 M.appendModuleInlineAsm( in lower()
/external/swiftshader/third_party/LLVM/lib/AsmParser/
DLLParser.cpp242 M->appendModuleInlineAsm(AsmStr); in ParseModuleAsm()
/external/clang/lib/CodeGen/
DCodeGenModule.cpp3907 getModule().appendModuleInlineAsm(AD->getAsmString()->getString()); in EmitTopLevelDecl()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DCore.cpp421 unwrap(M)->appendModuleInlineAsm(StringRef(Asm, Len)); in LLVMAppendModuleInlineAsm()
/external/llvm/lib/AsmParser/
DLLParser.cpp289 M->appendModuleInlineAsm(AsmStr); in ParseModuleAsm()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/
DLLParser.cpp355 M->appendModuleInlineAsm(AsmStr); in ParseModuleAsm()