Home
last modified time | relevance | path

Searched refs:setModule (Results 1 – 18 of 18) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineFunctionAnalysis.cpp41 MMI->setModule(&M); in doInitialization()
/external/llvm/lib/CodeGen/
DMachineFunctionAnalysis.cpp42 MMI->setModule(&M); in doInitialization()
/external/llvm/include/llvm/LTO/legacy/
DLTOCodeGenerator.h78 void setModule(std::unique_ptr<LTOModule> M);
/external/guice/extensions/struts2/src/com/google/inject/struts2/
DStruts2Factory.java65 void setModule(String moduleClassName) { in setModule() method in Struts2Factory
DGuiceObjectFactory.java63 void setModule(String moduleClassName) { in setModule() method in GuiceObjectFactory
/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVStream.cpp239 Entry->setModule(&M); in getEntry()
DSPIRVEntry.cpp158 SPIRVEntry::setModule(SPIRVModule *TheModule) { in setModule() function in SPIRV::SPIRVEntry
DSPIRVEntry.h288 void setModule(SPIRVModule *TheModule);
DSPIRVInstruction.h167 setModule(TheBB->getModule()); in setBasicBlock()
218 setModule(TheModule); in init()
DSPIRVModule.cpp533 Entry->setModule(this); in addEntry()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineModuleInfo.h193 void setModule(const Module *M) { TheModule = M; } in setModule() function
/external/llvm/include/llvm/CodeGen/
DMachineModuleInfo.h222 void setModule(const Module *M) { TheModule = M; } in setModule() function
/external/llvm/tools/lto/
Dlto.cpp349 unwrap(cg)->setModule(std::unique_ptr<LTOModule>(unwrap(mod))); in lto_codegen_set_module()
/external/llvm/lib/LTO/
DLTOCodeGenerator.cpp149 void LTOCodeGenerator::setModule(std::unique_ptr<LTOModule> Mod) { in setModule() function in LTOCodeGenerator
/external/llvm/tools/llvm-lto/
Dllvm-lto.cpp793 CodeGen.setModule(std::move(Module)); in main()
/external/spirv-llvm/lib/SPIRV/
DSPIRVWriter.cpp131 void setModule(Module *Mod) { M = Mod;} in setModule() function in SPIRV::LLVMToSPIRVDbgTran
175 DbgTran.setModule(M); in runOnModule()
/external/vulkan-validation-layers/demos/
Dcube.cpp1680 .setModule(prepare_vs()) in prepare_pipeline()
1684 .setModule(prepare_fs()) in prepare_pipeline()
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.hpp10084 PipelineShaderStageCreateInfo& setModule( ShaderModule module_ ) in setModule() function