HomeSort by relevance Sort by last modified time
    Searched refs:getModuleIdentifier (Results 1 - 25 of 30) sorted by null

1 2

  /external/llvm/lib/Transforms/IPO/
FunctionImport.cpp 106 Twine(Index.getModuleId(F.getParent()->getModuleIdentifier()))).str();
137 DEBUG(dbgs() << DestModule.getModuleIdentifier() << ": Ignoring "
144 DEBUG(dbgs() << DestModule.getModuleIdentifier()
169 DEBUG(dbgs() << DestModule.getModuleIdentifier() << ": Process import for "
175 DEBUG(dbgs() << DestModule.getModuleIdentifier() << ": No summary for "
188 DEBUG(dbgs() << DestModule.getModuleIdentifier()
195 DEBUG(dbgs() << DestModule.getModuleIdentifier() << ": Skip import of "
203 DEBUG(dbgs() << DestModule.getModuleIdentifier() << ": Importing "
224 "' in Module '" + SrcModule.getModuleIdentifier() +
240 DEBUG(dbgs() << DestModule.getModuleIdentifier()
    [all...]
  /external/llvm/lib/IR/
DiagnosticPrinter.cpp 106 Stream << M.getModuleIdentifier();
LegacyPassManager.cpp 130 OS << " on module '" << M->getModuleIdentifier() << "'.\n";
    [all...]
Module.cpp 80 Salt += sys::path::filename(getModuleIdentifier());
AsmWriter.cpp     [all...]
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITObjectCacheTest.cpp 29 const std::string ModuleID = M->getModuleIdentifier();
38 ModulesLookedUp.insert(M->getModuleIdentifier());
50 return ModulesLookedUp.find(M->getModuleIdentifier())
56 const std::string ModuleID = M->getModuleIdentifier();
  /external/llvm/tools/lli/
OrcLazyJIT.cpp 110 raw_fd_ostream Out(M->getModuleIdentifier() + ".ll", EC,
113 errs() << "Couldn't open " << M->getModuleIdentifier()
lli.cpp 260 const std::string ModuleID = M->getModuleIdentifier();
275 const std::string ModuleID = M->getModuleIdentifier();
  /external/llvm/include/llvm/IR/
FunctionInfo.h 235 return ModulePathStringTable.count(M.getModuleIdentifier());
Module.h 196 const std::string &getModuleIdentifier() const { return ModuleID; }
201 /// wrapper around getModuleIdentifier().
  /external/llvm/lib/Transforms/Utils/
MetaRenamer.cpp 78 for (auto C : M.getModuleIdentifier())
CloneModule.cpp 44 llvm::make_unique<Module>(M->getModuleIdentifier(), M->getContext());
SymbolRewriter.cpp 164 M.getModuleIdentifier() + ": " + Error);
  /frameworks/compile/libbcc/lib/Core/
Source.cpp 139 pModule.getModuleIdentifier().c_str());
190 return mModule->getModuleIdentifier();
Compiler.cpp 279 module.getModuleIdentifier().c_str(), ec.message().c_str());
455 module.getModuleIdentifier().c_str(), ec.message().c_str());
  /external/clang/examples/clang-interpreter/
main.cpp 74 Args.push_back(M.getModuleIdentifier());
  /external/llvm/lib/CodeGen/AsmPrinter/
OcamlGCPrinter.cpp 48 const std::string &MId = M.getModuleIdentifier();
  /external/llvm/lib/Linker/
LinkModules.cpp 233 ImportIndex->getModuleId(SGV->getParent()->getModuleIdentifier()));
793 new llvm::Module(M->getModuleIdentifier(), M->getContext()));
IRMover.cpp     [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy.cpp 685 const std::string ModuleID = M->getModuleIdentifier();
707 const std::string ModuleID = M->getModuleIdentifier();
911 const std::string ModuleID = M->getModuleIdentifier();
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp 704 const std::string ModuleID = M->getModuleIdentifier();
726 const std::string ModuleID = M->getModuleIdentifier();
952 const std::string ModuleID = M->getModuleIdentifier();
    [all...]
  /external/llvm/lib/Analysis/
LazyCallGraph.cpp 101 DEBUG(dbgs() << "Building CG for module: " << M.getModuleIdentifier()
715 OS << "Printing the call graph for module: " << M.getModuleIdentifier()
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 618 << CurLinkModule->getModuleIdentifier() << MsgStorage;
    [all...]
  /external/llvm/lib/CodeGen/
RegAllocPBQP.cpp 754 F.getParent()->getModuleIdentifier() + "." + F.getName().str();
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp     [all...]

Completed in 1120 milliseconds

1 2