Home
last modified time | relevance | path

Searched refs:LinkModules (Results 1 – 10 of 10) sorted by relevance

/external/clang/lib/CodeGen/
DCodeGenAction.cpp57 LinkModules; member in clang::BackendConsumer
70 const SmallVectorImpl<std::pair<unsigned, llvm::Module *>> &LinkModules, in BackendConsumer() argument
79 for (auto &I : LinkModules) in BackendConsumer()
80 this->LinkModules.push_back( in BackendConsumer()
88 for (auto &I : LinkModules) in releaseLinkModules()
169 for (auto &I : LinkModules) { in HandleTranslationUnit()
678 if (!LinkModules.empty()) in EndSourceFileAction()
722 if (LinkModules.empty()) in CreateASTConsumer()
730 LinkModules.clear(); in CreateASTConsumer()
739 LinkModules.clear(); in CreateASTConsumer()
[all …]
DCodeGenModule.cpp1198 llvm::SetVector<clang::Module *> LinkModules; in EmitModuleLinkOptions() local
1232 LinkModules.insert(Mod); in EmitModuleLinkOptions()
1241 for (Module *M : LinkModules) in EmitModuleLinkOptions()
/external/clang/include/clang/CodeGen/
DCodeGenAction.h30 SmallVector<std::pair<unsigned, llvm::Module *>, 4> LinkModules; variable
56 LinkModules.push_back(std::make_pair(LinkFlags, Mod)); in addLinkModule()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/
DCMakeLists.txt3 LinkModules.cpp
/external/llvm/lib/Linker/
DCMakeLists.txt3 LinkModules.cpp
/external/llvm/bindings/go/llvm/
Dlinker.go24 func LinkModules(Dest, Src Module) error { func
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dnvptx_compiler.h58 StatusOr<std::vector<uint8_t>> LinkModules(
Dgpu_compiler.h150 virtual StatusOr<std::vector<uint8_t>> LinkModules( in LinkModules() function
Dnvptx_compiler.cc487 StatusOr<std::vector<uint8_t>> NVPTXCompiler::LinkModules( in LinkModules() function in xla::gpu::NVPTXCompiler
Dgpu_compiler.cc1211 if (this->LinkModules(stream_exec, {}).status().code() == in CompileToTargetBinary()
1315 this->LinkModules(stream_exec, std::move(submodule_compile_results)); in CompileToTargetBinary()