Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DExtractGV.cpp73 M.setModuleInlineAsm(""); in runOnModule()
DThinLTOBitcodeWriter.cpp287 MergedM->setModuleInlineAsm(""); in splitAndWriteThinLTOBitcode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DCloneModule.cpp55 New->setModuleInlineAsm(M.getModuleInlineAsm()); in CloneModule()
DSplitModule.cpp281 MPart->setModuleInlineAsm(""); in SplitModule()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DModule.h288 void setModuleInlineAsm(StringRef Asm) { in setModuleInlineAsm() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/
DIRMover.cpp1445 DstM.setModuleInlineAsm(SrcModuleInlineAsm); in run()
1447 DstM.setModuleInlineAsm(DstM.getModuleInlineAsm() + "\n" + in run()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp645 GV->getParent()->setModuleInlineAsm(Asm); in addGlobalNamePrefix()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp429 unwrap(M)->setModuleInlineAsm(StringRef(Asm, Len)); in LLVMSetModuleInlineAsm2()
433 unwrap(M)->setModuleInlineAsm(StringRef(Asm)); in LLVMSetModuleInlineAsm()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp3592 TheModule->setModuleInlineAsm(S); in parseModule()