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

  /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());
  /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 102 "%s!", module.getModuleIdentifier().c_str());
  /external/llvm/lib/Transforms/Instrumentation/
BlackList.cpp 96 return inSection("src", M.getModuleIdentifier());
AddressSanitizer.cpp     [all...]
  /frameworks/compile/libbcc/lib/Core/
Source.cpp 148 pModule.getModuleIdentifier().c_str());
206 return mModule->getModuleIdentifier();
Compiler.cpp 346 module.getModuleIdentifier().c_str(), error.c_str());
  /external/clang/examples/clang-interpreter/
main.cpp 63 Args.push_back(Mod->getModuleIdentifier());
  /external/llvm/lib/CodeGen/AsmPrinter/
OcamlGCPrinter.cpp 48 const std::string &MId = M.getModuleIdentifier();
AsmPrinter.cpp 171 OutStreamer.EmitFileDirective(M.getModuleIdentifier());
    [all...]
  /external/llvm/include/llvm/IR/
Module.h 227 const std::string &getModuleIdentifier() const { return ModuleID; }
  /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/tools/llvm-nm/
llvm-nm.cpp 292 CurrentFilename = M->getModuleIdentifier();
  /external/llvm/lib/CodeGen/
RegAllocPBQP.cpp 574 func->getParent()->getModuleIdentifier() + "." +
  /external/llvm/lib/Linker/
LinkModules.cpp     [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 706 F->getParent()->getModuleIdentifier()<<"\n");
    [all...]

Completed in 488 milliseconds