Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DExtractGV.cpp42 M.setModuleInlineAsm(""); in runOnModule()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DExtractGV.cpp74 M.setModuleInlineAsm(""); in runOnModule()
DThinLTOBitcodeWriter.cpp277 MergedM->setModuleInlineAsm(""); in splitAndWriteThinLTOBitcode()
/external/llvm/lib/Transforms/IPO/
DExtractGV.cpp76 M.setModuleInlineAsm(""); in runOnModule()
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DCloneModule.cpp39 New->setModuleInlineAsm(M->getModuleInlineAsm()); in CloneModule()
/external/llvm/lib/Transforms/Utils/
DCloneModule.cpp47 New->setModuleInlineAsm(M->getModuleInlineAsm()); in CloneModule()
DSplitModule.cpp260 MPart->setModuleInlineAsm(""); in SplitModule()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DCloneModule.cpp56 New->setModuleInlineAsm(M.getModuleInlineAsm()); in CloneModule()
DSplitModule.cpp284 MPart->setModuleInlineAsm(""); in SplitModule()
/external/swiftshader/third_party/LLVM/include/llvm/
DModule.h235 void setModuleInlineAsm(StringRef Asm) {
/external/swiftshader/third_party/LLVM/lib/Linker/
DLinkModules.cpp900 DstM->setModuleInlineAsm(SrcM->getModuleInlineAsm()); in run()
902 DstM->setModuleInlineAsm(DstM->getModuleInlineAsm()+"\n"+ in run()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DModule.h285 void setModuleInlineAsm(StringRef Asm) { in setModuleInlineAsm() function
/external/llvm/include/llvm/IR/
DModule.h273 void setModuleInlineAsm(StringRef Asm) {
/external/llvm/lib/Linker/
DIRMover.cpp1220 DstM.setModuleInlineAsm(SrcM->getModuleInlineAsm()); in run()
1222 DstM.setModuleInlineAsm(DstM.getModuleInlineAsm() + "\n" + in run()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Linker/
DIRMover.cpp1335 DstM.setModuleInlineAsm(SrcModuleInlineAsm); in run()
1337 DstM.setModuleInlineAsm(DstM.getModuleInlineAsm() + "\n" + in run()
/external/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp529 GV->getParent()->setModuleInlineAsm(Asm); in addGlobalNamePrefix()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp639 GV->getParent()->setModuleInlineAsm(Asm); in addGlobalNamePrefix()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DCore.cpp413 unwrap(M)->setModuleInlineAsm(StringRef(Asm, Len)); in LLVMSetModuleInlineAsm2()
417 unwrap(M)->setModuleInlineAsm(StringRef(Asm)); in LLVMSetModuleInlineAsm()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp119 unwrap(M)->setModuleInlineAsm(StringRef(Asm)); in LLVMSetModuleInlineAsm()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.cpp1671 TheModule->setModuleInlineAsm(S); in ParseModule()
/external/llvm/lib/IR/
DCore.cpp297 unwrap(M)->setModuleInlineAsm(StringRef(Asm)); in LLVMSetModuleInlineAsm()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp3284 TheModule->setModuleInlineAsm(S); in parseModule()
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm.mli363 the method [llvm::Module::setModuleInlineAsm]. *)
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp3742 TheModule->setModuleInlineAsm(S); in parseModule()
/external/clang/lib/CodeGen/
DCGObjCMac.cpp5202 CGM.getModule().setModuleInlineAsm(OS.str()); in FinishModule()

12