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

1 2

  /external/clang/lib/CodeGen/
SanitizerBlacklist.cpp 35 return SCL->inSection("src", M.getModuleIdentifier(), Category);
CodeGenAction.cpp 156 << LinkModule->getModuleIdentifier() << ErrorMsg;
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITObjectCacheTest.cpp 40 const std::string ModuleID = M->getModuleIdentifier();
49 ModulesLookedUp.insert(M->getModuleIdentifier());
61 return ModulesLookedUp.find(M->getModuleIdentifier())
67 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)
CloneModule.cpp 36 Module *New = new Module(M->getModuleIdentifier(), M->getContext());
  /external/llvm/lib/IR/
DiagnosticPrinter.cpp 105 Stream << M.getModuleIdentifier();
LegacyPassManager.cpp 131 OS << " on module '" << M->getModuleIdentifier() << "'.\n";
    [all...]
AsmWriter.cpp     [all...]
  /frameworks/compile/libbcc/lib/Core/
Source.cpp 128 pModule.getModuleIdentifier().c_str());
186 return mModule->getModuleIdentifier();
Compiler.cpp 278 module.getModuleIdentifier().c_str(), ec.message().c_str());
  /frameworks/compile/libbcc/lib/Renderscript/
RSInfoExtractor.cpp 115 const char *module_name = module.getModuleIdentifier().c_str();
321 module.getModuleIdentifier().c_str());
326 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 206 OutStreamer.EmitFileDirective(M.getModuleIdentifier());
    [all...]
  /external/llvm/tools/lli/
lli.cpp 267 const std::string ModuleID = M->getModuleIdentifier();
283 const std::string ModuleID = M->getModuleIdentifier();
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy.cpp 685 const std::string ModuleID = M->getModuleIdentifier();
707 const std::string ModuleID = M->getModuleIdentifier();
912 const std::string ModuleID = M->getModuleIdentifier();
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp 709 const std::string ModuleID = M->getModuleIdentifier();
731 const std::string ModuleID = M->getModuleIdentifier();
1048 const std::string ModuleID = M->getModuleIdentifier();
    [all...]
  /external/llvm/include/llvm/IR/
Module.h 238 const std::string &getModuleIdentifier() const { return ModuleID; }
  /external/llvm/lib/Linker/
LinkModules.cpp     [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/llvm/lib/CodeGen/
RegAllocPBQP.cpp 568 func->getParent()->getModuleIdentifier() + "." +
  /external/llvm/lib/Transforms/Instrumentation/
DebugIR.cpp 458 std::string PathStr(M.getModuleIdentifier());
AddressSanitizer.cpp     [all...]
DataFlowSanitizer.cpp 164 return SCL->inSection("src", M.getModuleIdentifier(), Category);
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp     [all...]

Completed in 921 milliseconds

1 2