Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp89 ExportM.appendModuleInlineAsm(Alias); in promoteInternals()
H A DLowerTypeTests.cpp2437 M.appendModuleInlineAsm( in lower()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DModule.h352 void appendModuleInlineAsm(StringRef Asm) { in appendModuleInlineAsm() function
/freebsd/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp1646 DstM.appendModuleInlineAsm(adjustInlineAsm(SrcM->getModuleInlineAsm(), in run()
1657 DstM.appendModuleInlineAsm(S); in run()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp2828 M.appendModuleInlineAsm(Asm); in finalizeKCFITypes()
7059 getModule().appendModuleInlineAsm(AD->getAsmString()->getString()); in EmitTopLevelDecl()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp484 unwrap(M)->appendModuleInlineAsm(StringRef(Asm, Len)); in LLVMAppendModuleInlineAsm()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp629 M->appendModuleInlineAsm(AsmStr); in parseModuleAsm()