Searched defs:LinkModules (Results 1 – 10 of 10) sorted by relevance
/external/llvm/bindings/go/llvm/ |
D | linker.go | 24 func LinkModules(Dest, Src Module) error { func
|
/external/llvm-project/llvm/bindings/go/llvm/ |
D | linker.go | 23 func LinkModules(Dest, Src Module) error { func
|
/external/clang/include/clang/CodeGen/ |
D | CodeGenAction.h | 30 SmallVector<std::pair<unsigned, llvm::Module *>, 4> LinkModules; variable
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | gpu_compiler.h | 129 virtual StatusOr<std::vector<uint8>> LinkModules( in LinkModules() function
|
D | nvptx_compiler.cc | 446 StatusOr<std::vector<uint8>> NVPTXCompiler::LinkModules( in LinkModules() function in xla::gpu::NVPTXCompiler
|
/external/llvm-project/clang/include/clang/CodeGen/ |
D | CodeGenAction.h | 49 SmallVector<LinkModule, 4> LinkModules; variable
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CodeGenAction.cpp | 129 SmallVector<LinkModule, 4> LinkModules; member in clang::BackendConsumer 142 SmallVector<LinkModule, 4> LinkModules, in BackendConsumer() 167 SmallVector<LinkModule, 4> LinkModules, LLVMContext &C, in BackendConsumer()
|
D | CodeGenModule.cpp | 2199 llvm::SetVector<clang::Module *> LinkModules; in EmitModuleLinkOptions() local
|
/external/clang/lib/CodeGen/ |
D | CodeGenAction.cpp | 57 LinkModules; member in clang::BackendConsumer 70 const SmallVectorImpl<std::pair<unsigned, llvm::Module *>> &LinkModules, in BackendConsumer()
|
D | CodeGenModule.cpp | 1198 llvm::SetVector<clang::Module *> LinkModules; in EmitModuleLinkOptions() local
|