HomeSort by: relevance | last modified time | path
    Searched refs:LinkModules (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/lib/libLLVMLinker/
Makefile 10 LinkModules.cpp
  /src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
linker.go 23 func LinkModules(Dest, Src Module) error {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenAction.cpp 126 SmallVector<LinkModule, 4> LinkModules;
139 SmallVector<LinkModule, 4> LinkModules,
149 LinkModules(std::move(LinkModules)) {
164 SmallVector<LinkModule, 4> LinkModules, LLVMContext &C,
173 LinkModules(std::move(LinkModules)) {
245 // Links each entry in LinkModules into our module. Returns true on error.
247 for (auto &LM : LinkModules) {
261 Err = Linker::linkModules(
    [all...]
CodeGenModule.cpp 2302 llvm::SetVector<clang::Module *> LinkModules;
2340 LinkModules.insert(Mod);
2349 for (Module *M : LinkModules)
  /src/external/apache2/llvm/dist/clang/include/clang/CodeGen/
CodeGenAction.h 50 SmallVector<LinkModule, 4> LinkModules;

Completed in 31 milliseconds