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