Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/deltas/
H A DReduceModuleData.cpp26 Program.setModuleInlineAsm(""); in clearModuleData()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DExtractGV.cpp63 M.setModuleInlineAsm(""); in run()
H A DThinLTOBitcodeWriter.cpp341 MergedM->setModuleInlineAsm(""); in splitAndWriteThinLTOBitcode()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DCloneModule.cpp58 New->setModuleInlineAsm(M.getModuleInlineAsm()); in CloneModule()
H A DSplitModule.cpp284 MPart->setModuleInlineAsm(""); in SplitModule()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DModule.h305 void setModuleInlineAsm(StringRef Asm) { in setModuleInlineAsm() function
/openbsd-src/gnu/llvm/llvm/lib/LTO/
H A DLTO.cpp867 M.setModuleInlineAsm(NewIA + M.getModuleInlineAsm()); in addRegularLTO()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DCore.cpp454 unwrap(M)->setModuleInlineAsm(StringRef(Asm, Len)); in LLVMSetModuleInlineAsm2()
458 unwrap(M)->setModuleInlineAsm(StringRef(Asm)); in LLVMSetModuleInlineAsm()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp1265 GV->getParent()->setModuleInlineAsm(Asm); in addGlobalNameSuffix()
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm.mli539 the method [llvm::Module::setModuleInlineAsm]. *)
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGObjCMac.cpp5733 CGM.getModule().setModuleInlineAsm(OS.str()); in FinishModule()
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4426 TheModule->setModuleInlineAsm(S); in parseModule()