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

  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITObjectCacheTest.cpp 41 const std::string ModuleID = M->getModuleIdentifier();
50 ModulesLookedUp.insert(M->getModuleIdentifier());
62 return ModulesLookedUp.find(M->getModuleIdentifier())
68 const std::string ModuleID = M->getModuleIdentifier();
  /external/llvm/lib/Transforms/Utils/
MetaRenamer.cpp 66 for (std::string::const_iterator I = M.getModuleIdentifier().begin(),
67 E = M.getModuleIdentifier().end(); I != E; ++I)
SpecialCaseList.cpp 189 return findCategory("src", M.getModuleIdentifier(), Category);
193 return inSectionCategory("src", M.getModuleIdentifier(), Category);
CloneModule.cpp 36 Module *New = new Module(M->getModuleIdentifier(), M->getContext());
  /frameworks/compile/libbcc/lib/Core/
Source.cpp 120 pModule.getModuleIdentifier().c_str());
178 return mModule->getModuleIdentifier();
Compiler.cpp 264 module.getModuleIdentifier().c_str(), error.c_str());
  /frameworks/compile/libbcc/lib/Renderscript/
RSInfoExtractor.cpp 132 const char *module_name = module.getModuleIdentifier().c_str();
350 module.getModuleIdentifier().c_str());
355 module.getModuleIdentifier().c_str());
RSCompiler.cpp 98 "%s!", module.getModuleIdentifier().c_str());
  /external/clang/examples/clang-interpreter/
main.cpp 64 Args.push_back(Mod->getModuleIdentifier());
  /external/llvm/lib/CodeGen/AsmPrinter/
OcamlGCPrinter.cpp 48 const std::string &MId = M.getModuleIdentifier();
AsmPrinter.cpp 176 OutStreamer.EmitFileDirective(M.getModuleIdentifier());
    [all...]
  /external/llvm/include/llvm/IR/
Module.h 228 const std::string &getModuleIdentifier() const { return ModuleID; }
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy.cpp 684 const std::string ModuleID = M->getModuleIdentifier();
706 const std::string ModuleID = M->getModuleIdentifier();
911 const std::string ModuleID = M->getModuleIdentifier();
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp 708 const std::string ModuleID = M->getModuleIdentifier();
730 const std::string ModuleID = M->getModuleIdentifier();
1047 const std::string ModuleID = M->getModuleIdentifier();
    [all...]
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 148 << LinkModule->getModuleIdentifier() << ErrorMsg;
  /external/llvm/lib/IR/
PassManager.cpp 129 OS << " on module '" << M->getModuleIdentifier() << "'.\n";
    [all...]
AsmWriter.cpp     [all...]
  /external/llvm/lib/CodeGen/
RegAllocPBQP.cpp 575 func->getParent()->getModuleIdentifier() + "." +
  /external/llvm/lib/Transforms/Instrumentation/
DebugIR.cpp 458 std::string PathStr(M.getModuleIdentifier());
AddressSanitizer.cpp     [all...]
  /external/llvm/tools/llvm-nm/
llvm-nm.cpp 295 CurrentFilename = M->getModuleIdentifier();
  /external/llvm/lib/Linker/
LinkModules.cpp     [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]

Completed in 955 milliseconds