Home
last modified time | relevance | path

Searched refs:setModuleInlineAsm (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DExtractGV.cpp62 M.setModuleInlineAsm(""); in run()
H A DThinLTOBitcodeWriter.cpp366 MergedM->setModuleInlineAsm(""); in splitAndWriteThinLTOBitcode()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCloneModule.cpp63 New->setModuleInlineAsm(M.getModuleInlineAsm()); in CloneModule()
H A DSplitModule.cpp323 MPart->setModuleInlineAsm(""); in SplitModule()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DModule.h344 void setModuleInlineAsm(StringRef Asm) { in setModuleInlineAsm() function
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp965 M.setModuleInlineAsm(NewIA + M.getModuleInlineAsm()); in addRegularLTO()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp476 unwrap(M)->setModuleInlineAsm(StringRef(Asm, Len)); in LLVMSetModuleInlineAsm2()
480 unwrap(M)->setModuleInlineAsm(StringRef(Asm)); in LLVMSetModuleInlineAsm()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp1280 GV->getParent()->setModuleInlineAsm(Asm); in addGlobalNameSuffix()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp5701 CGM.getModule().setModuleInlineAsm(OS.str()); in FinishModule()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4633 TheModule->setModuleInlineAsm(S); in parseModule()