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

  /external/clang/utils/TableGen/
ClangASTNodesEmitter.cpp 106 = Records.getAllDerivedDefinitions(Root.getName());
142 = Records.getAllDerivedDefinitions("DeclContext");
143 RecordVector Decls = Records.getAllDerivedDefinitions("Decl");
ClangDiagnosticsEmitter.cpp 38 = Records.getAllDerivedDefinitions("DiagGroup");
100 Records.getAllDerivedDefinitions("Diagnostic");
176 Records.getAllDerivedDefinitions("Diagnostic");
179 = Records.getAllDerivedDefinitions("DiagGroup");
264 Records.getAllDerivedDefinitions("Diagnostic");
267 = Records.getAllDerivedDefinitions("DiagGroup");
369 Records.getAllDerivedDefinitions("Diagnostic");
OptParserEmitter.cpp 75 Records.getAllDerivedDefinitions("OptionGroup");
76 std::vector<Record*> Opts = Records.getAllDerivedDefinitions("Option");
ClangAttrEmitter.cpp 668 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr");
751 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr");
834 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"),
861 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"),
    [all...]
ClangSACheckersEmitter.cpp 97 std::vector<Record*> checkers = Records.getAllDerivedDefinitions("Checker");
107 std::vector<Record*> packages = Records.getAllDerivedDefinitions("Package");
119 checkerGroups = Records.getAllDerivedDefinitions("CheckerGroup");
NeonEmitter.cpp 1153 std::vector<Record*> RV = Records.getAllDerivedDefinitions("Inst");
    [all...]
  /external/llvm/utils/TableGen/
SubtargetEmitter.cpp 29 std::vector<Record*> DefList = Records.getAllDerivedDefinitions(ClassName);
88 Records.getAllDerivedDefinitions("SubtargetFeature");
152 Records.getAllDerivedDefinitions("Processor");
316 Records.getAllDerivedDefinitions("ProcessorItineraries");
494 Records.getAllDerivedDefinitions("ProcessorItineraries");
543 Records.getAllDerivedDefinitions("Processor");
585 Records.getAllDerivedDefinitions("InstrItinClass");
614 Records.getAllDerivedDefinitions("SubtargetFeature");
TableGen.cpp 160 std::vector<Record*> Recs = Records.getAllDerivedDefinitions(Class);
170 std::vector<Record*> Recs = Records.getAllDerivedDefinitions("Set");
DFAPacketizerEmitter.cpp 355 Records.getAllDerivedDefinitions("ProcessorItineraries");
410 Records.getAllDerivedDefinitions("ProcessorItineraries");
427 Records.getAllDerivedDefinitions("InstrItinClass").size();
CodeGenTarget.cpp 116 std::vector<Record*> Targets = Records.getAllDerivedDefinitions("Target");
190 RegAltNameIndices = Records.getAllDerivedDefinitions("RegAltNameIndex");
240 std::vector<Record*> Insts = Records.getAllDerivedDefinitions("Instruction");
371 std::vector<Record*> I = RC.getAllDerivedDefinitions("Intrinsic");
CallingConvEmitter.cpp 23 std::vector<Record*> CCs = Records.getAllDerivedDefinitions("CallingConv");
CodeEmitterGen.cpp 212 std::vector<Record*> Insts = Records.getAllDerivedDefinitions("Instruction");
CodeGenRegisters.cpp 749 std::vector<Record*> SRIs = Records.getAllDerivedDefinitions("SubRegIndex");
759 std::vector<Record*> Regs = Records.getAllDerivedDefinitions("Register");
768 Records.getAllDerivedDefinitions("RegisterTuples");
786 std::vector<Record*> RCs = Records.getAllDerivedDefinitions("RegisterClass");
    [all...]
InstrInfoEmitter.cpp 38 Records.getAllDerivedDefinitions("InstrItinClass");
CodeGenDAGPatterns.cpp     [all...]
AsmMatcherEmitter.cpp     [all...]
AsmWriterEmitter.cpp 724 Records.getAllDerivedDefinitions("InstAlias");
    [all...]
RegisterInfoEmitter.cpp     [all...]
  /external/llvm/include/llvm/TableGen/
Record.h     [all...]
  /external/llvm/lib/TableGen/
Record.cpp     [all...]

Completed in 526 milliseconds