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

  /external/clang/test/CodeGenCXX/
2004-09-27-DidntEmitTemplate.cpp 9 template<typename PassName>
  /external/llvm/tools/opt/
opt.cpp 151 std::string PassName;
156 PassName = "CallGraphSCCPass Printer: " + PassToPrintName;
173 virtual const char *getPassName() const { return PassName.c_str(); }
187 std::string PassName;
192 PassName = "ModulePass Printer: " + PassToPrintName;
204 virtual const char *getPassName() const { return PassName.c_str(); }
217 std::string PassName;
222 PassName = "FunctionPass Printer: " + PassToPrintName;
236 virtual const char *getPassName() const { return PassName.c_str(); }
250 std::string PassName;
    [all...]
  /external/llvm/include/llvm/
PassSupport.h 43 const char *const PassName; // Nice name for Pass
58 : PassName(name), PassArgument(arg), PassID(pi),
65 : PassName(name), PassArgument(""), PassID(pi),
71 const char *getPassName() const { return PassName; }
148 #define INITIALIZE_PASS(passName, arg, name, cfg, analysis) \
149 static void* initialize##passName##PassOnce(PassRegistry &Registry) { \
150 PassInfo *PI = new PassInfo(name, arg, & passName ::ID, \
151 PassInfo::NormalCtor_t(callDefaultCtor< passName >), cfg, analysis); \
155 void llvm::initialize##passName##Pass(PassRegistry &Registry) { \
156 CALL_ONCE_INITIALIZATION(initialize##passName##PassOnce)
    [all...]
  /external/llvm/lib/VMCore/
DebugInfoProbe.cpp 52 std::string PassName;
65 PassName = PName;
99 << PassName << "\n";
103 << PassName << "\n";
123 DEBUG(dbgs() << "DebugInfoProbe (" << PassName << "): --- ");
146 << PassName

Completed in 83 milliseconds