Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/bindings/go/llvm/
H A Dlinker.go24 func LinkModules(Dest, Src Module) error { func
/aosp_15_r20/external/clang/include/clang/CodeGen/
H A DCodeGenAction.h30 SmallVector<std::pair<unsigned, llvm::Module *>, 4> LinkModules; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/CodeGen/
DCodeGenAction.h50 SmallVector<LinkModule, 4> LinkModules; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/CodeGen/
DCodeGenAction.h50 SmallVector<LinkModule, 4> LinkModules; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/CodeGen/
DCodeGenAction.h50 SmallVector<LinkModule, 4> LinkModules; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/CodeGen/
DCodeGenAction.h50 SmallVector<LinkModule, 4> LinkModules; variable
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCodeGenAction.cpp57 LinkModules; member in clang::BackendConsumer
70 const SmallVectorImpl<std::pair<unsigned, llvm::Module *>> &LinkModules, in BackendConsumer()
H A DCodeGenModule.cpp1198 llvm::SetVector<clang::Module *> LinkModules; in EmitModuleLinkOptions() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dgpu_compiler.h150 virtual StatusOr<std::vector<uint8_t>> LinkModules( in LinkModules() function
H A Dnvptx_compiler.cc487 StatusOr<std::vector<uint8_t>> NVPTXCompiler::LinkModules( in LinkModules() function in xla::gpu::NVPTXCompiler