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