Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp91 ExportM.appendModuleInlineAsm(Alias); in promoteInternals()
H A DLowerTypeTests.cpp2288 M.appendModuleInlineAsm( in lower()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DModule.h313 void appendModuleInlineAsm(StringRef Asm) { in appendModuleInlineAsm() function
/openbsd-src/gnu/llvm/llvm/lib/Linker/
H A DIRMover.cpp1656 DstM.appendModuleInlineAsm(adjustInlineAsm(SrcM->getModuleInlineAsm(), in run()
1667 DstM.appendModuleInlineAsm(S); in run()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenModule.cpp2402 M.appendModuleInlineAsm(Asm); in finalizeKCFITypes()
6468 getModule().appendModuleInlineAsm(AD->getAsmString()->getString()); in EmitTopLevelDecl()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DCore.cpp462 unwrap(M)->appendModuleInlineAsm(StringRef(Asm, Len)); in LLVMAppendModuleInlineAsm()
/openbsd-src/gnu/llvm/llvm/lib/AsmParser/
H A DLLParser.cpp462 M->appendModuleInlineAsm(AsmStr); in parseModuleAsm()