/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/ |
D | CompilationUnit.java | 118 setModule(module); in CompilationUnit() 542 public CompilationUnit setModule(final ModuleDeclaration module) { in setModule() method in CompilationUnit 556 return setModule((ModuleDeclaration) null); in removeModule() 676 setModule((ModuleDeclaration) replacementNode); in replace()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | MachineFunctionAnalysis.cpp | 41 MMI->setModule(&M); in doInitialization()
|
/external/llvm/lib/CodeGen/ |
D | MachineFunctionAnalysis.cpp | 42 MMI->setModule(&M); in doInitialization()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/LTO/legacy/ |
D | LTOCodeGenerator.h | 80 void setModule(std::unique_ptr<LTOModule> M);
|
/external/llvm/include/llvm/LTO/legacy/ |
D | LTOCodeGenerator.h | 78 void setModule(std::unique_ptr<LTOModule> M);
|
/external/guice/extensions/struts2/src/com/google/inject/struts2/ |
D | Struts2Factory.java | 63 void setModule(String moduleClassName) { in setModule() method in Struts2Factory
|
D | GuiceObjectFactory.java | 57 void setModule(String moduleClassName) { in setModule() method in GuiceObjectFactory
|
/external/spirv-llvm/lib/SPIRV/libSPIRV/ |
D | SPIRVStream.cpp | 239 Entry->setModule(&M); in getEntry()
|
D | SPIRVEntry.cpp | 158 SPIRVEntry::setModule(SPIRVModule *TheModule) { in setModule() function in SPIRV::SPIRVEntry
|
D | SPIRVEntry.h | 288 void setModule(SPIRVModule *TheModule);
|
D | SPIRVInstruction.h | 167 setModule(TheBB->getModule()); in setBasicBlock() 218 setModule(TheModule); in init()
|
D | SPIRVModule.cpp | 533 Entry->setModule(this); in addEntry()
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | MachineModuleInfo.h | 193 void setModule(const Module *M) { TheModule = M; } in setModule() function
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineModuleInfo.h | 222 void setModule(const Module *M) { TheModule = M; } in setModule() function
|
/external/llvm/lib/LTO/ |
D | LTOCodeGenerator.cpp | 149 void LTOCodeGenerator::setModule(std::unique_ptr<LTOModule> Mod) { in setModule() function in LTOCodeGenerator
|
/external/llvm/tools/lto/ |
D | lto.cpp | 349 unwrap(cg)->setModule(std::unique_ptr<LTOModule>(unwrap(mod))); in lto_codegen_set_module()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/ |
D | LTOCodeGenerator.cpp | 152 void LTOCodeGenerator::setModule(std::unique_ptr<LTOModule> Mod) { in setModule() function in LTOCodeGenerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/lto/ |
D | lto.cpp | 362 unwrap(cg)->setModule(std::unique_ptr<LTOModule>(unwrap(mod))); in lto_codegen_set_module()
|
/external/llvm/tools/llvm-lto/ |
D | llvm-lto.cpp | 793 CodeGen.setModule(std::move(Module)); in main()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-lto/ |
D | llvm-lto.cpp | 899 CodeGen.setModule(std::move(Module)); in main()
|
/external/spirv-llvm/lib/SPIRV/ |
D | SPIRVWriter.cpp | 131 void setModule(Module *Mod) { M = Mod;} in setModule() function in SPIRV::LLVMToSPIRVDbgTran 175 DbgTran.setModule(M); in runOnModule()
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/visitor/ |
D | ModifierVisitor.java | 295 n.setModule(module); in visit()
|
/external/vulkan-headers/include/vulkan/ |
D | vulkan.hpp | 21517 PipelineShaderStageCreateInfo & setModule( ShaderModule module_ ) in setModule() function
|
/external/swiftshader/include/vulkan/ |
D | vulkan.hpp | 23091 PipelineShaderStageCreateInfo& setModule( ShaderModule module_ ) in setModule() function
|