/external/clang/utils/TableGen/ |
H A D | TableGenBackends.h | 35 void EmitClangAttrParserStringSwitches(RecordKeeper &Records, raw_ostream &OS); 36 void EmitClangAttrClass(RecordKeeper &Records, raw_ostream &OS); 37 void EmitClangAttrImpl(RecordKeeper &Records, raw_ostream &OS); 38 void EmitClangAttrList(RecordKeeper &Records, raw_ostream &OS); 39 void EmitClangAttrPCHRead(RecordKeeper &Records, raw_ostream &OS); 40 void EmitClangAttrPCHWrite(RecordKeeper &Records, raw_ostream &OS); 41 void EmitClangAttrHasAttrImpl(RecordKeeper &Records, raw_ostream &OS); 42 void EmitClangAttrSpellingListIndex(RecordKeeper &Records, raw_ostream &OS); 43 void EmitClangAttrASTVisitor(RecordKeeper &Records, raw_ostream &OS); 44 void EmitClangAttrTemplateInstantiate(RecordKeeper &Records, raw_ostrea [all...] |
H A D | TableGen.cpp | 143 bool ClangTableGenMain(raw_ostream &OS, RecordKeeper &Records) { argument 146 EmitClangAttrClass(Records, OS); 149 EmitClangAttrParserStringSwitches(Records, OS); 152 EmitClangAttrImpl(Records, OS); 155 EmitClangAttrList(Records, OS); 158 EmitClangAttrPCHRead(Records, OS); 161 EmitClangAttrPCHWrite(Records, OS); 164 EmitClangAttrHasAttrImpl(Records, OS); 167 EmitClangAttrSpellingListIndex(Records, OS); 170 EmitClangAttrASTVisitor(Records, O [all...] |
H A D | ClangCommentHTMLTagsEmitter.cpp | 23 void clang::EmitClangCommentHTMLTags(RecordKeeper &Records, raw_ostream &OS) { argument 24 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("Tag"); 38 void clang::EmitClangCommentHTMLTagsProperties(RecordKeeper &Records, argument 40 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("Tag");
|
H A D | ClangCommentCommandInfoEmitter.cpp | 23 void EmitClangCommentCommandInfo(RecordKeeper &Records, raw_ostream &OS) { argument 29 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("Command"); 109 void EmitClangCommentCommandList(RecordKeeper &Records, raw_ostream &OS) { argument 117 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("Command");
|
H A D | ClangCommentHTMLNamedCharacterReferenceEmitter.cpp | 50 void EmitClangCommentHTMLNamedCharacterReferences(RecordKeeper &Records, argument 52 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("NCR");
|
H A D | ClangASTNodesEmitter.cpp | 31 RecordKeeper &Records; member in class:__anon3258::ClangASTNodesEmitter 58 : Records(R), Root(N, SMLoc(), R), BaseSuffix(S) 156 = Records.getAllDerivedDefinitions(Root.getName()); 185 void EmitClangDeclContext(RecordKeeper &Records, raw_ostream &OS) { argument 202 = Records.getAllDerivedDefinitions("DeclContext"); 203 RecordVector Decls = Records.getAllDerivedDefinitions("Decl");
|
H A D | ClangDiagnosticsEmitter.cpp | 42 RecordKeeper &Records; member in class:__anon3263::DiagGroupParentMap 45 DiagGroupParentMap(RecordKeeper &records) : Records(records) { 47 = Records.getAllDerivedDefinitions("DiagGroup"); 97 RecordKeeper &Records; member in class:__anon3264::DiagCategoryIDMap 101 DiagCategoryIDMap(RecordKeeper &records) : Records(records) { 102 DiagGroupParentMap ParentInfo(Records); 109 Records.getAllDerivedDefinitions("Diagnostic"); 485 void EmitClangDiagsDefs(RecordKeeper &Records, raw_ostream &OS, argument 498 Records.getAllDerivedDefinitions("Diagnostic"); 501 = Records 816 emitCategoryTable(RecordKeeper &Records, raw_ostream &OS) argument 825 EmitClangDiagGroups(RecordKeeper &Records, raw_ostream &OS) argument 879 EmitClangDiagsIndexName(RecordKeeper &Records, raw_ostream &OS) argument [all...] |
H A D | ClangAttrEmitter.cpp | 135 static ParsedAttrMap getParsedAttrList(const RecordKeeper &Records, argument 137 std::vector<Record *> Attrs = Records.getAllDerivedDefinitions("Attr"); 1352 static void emitClangAttrLateParsedList(RecordKeeper &Records, raw_ostream &OS) { argument 1354 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"); 1374 static void emitClangAttrTypeArgList(RecordKeeper &Records, raw_ostream &OS) { argument 1376 std::vector<Record *> Attrs = Records.getAllDerivedDefinitions("Attr"); 1400 static void emitClangAttrArgContextList(RecordKeeper &Records, raw_ostream &OS) { argument 1402 ParsedAttrMap Attrs = getParsedAttrList(Records); 1430 static void emitClangAttrIdentifierArgList(RecordKeeper &Records, raw_ostream &OS) { argument 1432 std::vector<Record*> Attrs = Records 1454 EmitClangAttrClass(RecordKeeper &Records, raw_ostream &OS) argument 1659 EmitClangAttrImpl(RecordKeeper &Records, raw_ostream &OS) argument [all...] |
H A D | ClangSACheckersEmitter.cpp | 97 void EmitClangSACheckers(RecordKeeper &Records, raw_ostream &OS) { argument 98 std::vector<Record*> checkers = Records.getAllDerivedDefinitions("Checker"); 108 std::vector<Record*> packages = Records.getAllDerivedDefinitions("Package"); 120 checkerGroups = Records.getAllDerivedDefinitions("CheckerGroup");
|
/external/llvm/utils/TableGen/ |
H A D | TableGen.cpp | 97 bool LLVMTableGenMain(raw_ostream &OS, RecordKeeper &Records) { argument 100 OS << Records; // No argument, dump all contents local 103 EmitCodeEmitter(Records, OS); 106 EmitRegisterInfo(Records, OS); 109 EmitInstrInfo(Records, OS); 112 EmitCallingConv(Records, OS); 115 EmitAsmWriter(Records, OS); 118 EmitAsmMatcher(Records, OS); 121 EmitDisassembler(Records, OS); 124 EmitPseudoLowering(Records, O [all...] |
H A D | Attributes.cpp | 25 Attributes(RecordKeeper &R) : Records(R) {} 31 RecordKeeper &Records; member in class:__anon13265::Attributes 41 Records.getAllDerivedDefinitions("EnumAttr");
|
H A D | DisassemblerEmitter.cpp | 106 void EmitDisassembler(RecordKeeper &Records, raw_ostream &OS) { argument 107 CodeGenTarget Target(Records); 136 EmitFixedLenDecoder(Records, OS, PredicateNamespace, 144 EmitFixedLenDecoder(Records, OS, Target.getName(),
|
H A D | CTagsEmitter.cpp | 48 RecordKeeper &Records; member in class:__anon13266::CTagsEmitter 50 CTagsEmitter(RecordKeeper &R) : Records(R) {} 66 const auto &Classes = Records.getClasses(); 67 const auto &Defs = Records.getDefs();
|
H A D | CodeGenMapTable.cpp | 40 // vector of RowFields values and contains vectors of Records (instructions) as 202 MapTableEmitter(CodeGenTarget &Target, RecordKeeper &Records, Record *IMRec): argument 205 InstrDefs = Records.getAllDerivedDefinitions(FilterClass); 494 static void emitEnums(raw_ostream &OS, RecordKeeper &Records) { argument 497 InstrMapVec = Records.getAllDerivedDefinitions("InstrMapping"); 560 void EmitMapTable(RecordKeeper &Records, raw_ostream &OS) { argument 561 CodeGenTarget Target(Records); 564 InstrMapVec = Records.getAllDerivedDefinitions("InstrMapping"); 575 emitEnums(OS, Records); 581 MapTableEmitter IMap(Target, Records, InstrMapVe [all...] |
H A D | CodeGenTarget.cpp | 148 : Records(records) { 149 std::vector<Record*> Targets = Records.getAllDerivedDefinitions("Target"); 223 RegBank = llvm::make_unique<CodeGenRegBank>(Records); 228 RegAltNameIndices = Records.getAllDerivedDefinitions("RegAltNameIndex"); 273 SchedModels = llvm::make_unique<CodeGenSchedModels>(Records, *this); 278 std::vector<Record*> Insts = Records.getAllDerivedDefinitions("Instruction"); 291 RecordKeeper &Records) { 292 const Record *Rec = Records.getDef(Name); 314 const CodeGenInstruction *Instr = GetInstByName(*p, Insts, Records); 351 std::vector<Record*> Insts = Records 288 GetInstByName(const char *Name, const DenseMap<const Record*, std::unique_ptr<CodeGenInstruction>> &Insts, RecordKeeper &Records) argument [all...] |
H A D | PseudoLoweringEmitter.cpp | 46 RecordKeeper &Records; member in class:__anon13301::PseudoLoweringEmitter 62 PseudoLoweringEmitter(RecordKeeper &R) : Records(R), Target(R) {} 274 Record *ExpansionClass = Records.getClass("PseudoInstExpansion"); 275 Record *InstructionClass = Records.getClass("Instruction"); 280 for (const auto &D : Records.getDefs()) {
|
H A D | CodeGenTarget.h | 65 RecordKeeper &Records; member in class:llvm::CodeGenTarget 81 CodeGenTarget(RecordKeeper &Records);
|
H A D | CodeEmitterGen.cpp | 30 RecordKeeper &Records; member in class:__anon13268::CodeEmitterGen 32 CodeEmitterGen(RecordKeeper &R) : Records(R) {} 224 CodeGenTarget Target(Records); 225 std::vector<Record*> Insts = Records.getAllDerivedDefinitions("Instruction");
|
H A D | CallingConvEmitter.cpp | 24 RecordKeeper &Records; member in class:__anon13267::CallingConvEmitter 26 explicit CallingConvEmitter(RecordKeeper &R) : Records(R) {} 38 std::vector<Record*> CCs = Records.getAllDerivedDefinitions("CallingConv");
|
H A D | OptParserEmitter.cpp | 108 void EmitOptParser(RecordKeeper &Records, raw_ostream &OS) { argument 111 Records.getAllDerivedDefinitions("OptionGroup"); 112 std::vector<Record*> Opts = Records.getAllDerivedDefinitions("Option");
|
/external/llvm/include/llvm/TableGen/ |
H A D | Main.h | 21 /// \brief Perform the action using Records, and write output to OS. 23 typedef bool TableGenMainFn(raw_ostream &OS, RecordKeeper &Records);
|
/external/llvm/lib/TableGen/ |
H A D | Main.cpp | 74 RecordKeeper Records; local 92 TGParser Parser(SrcMgr, Records); 109 if (MainFn(Out.os(), Records))
|
/external/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchFinder.h | 125 Profiling(llvm::StringMap<llvm::TimeRecord> &Records) argument 126 : Records(Records) {} 129 llvm::StringMap<llvm::TimeRecord> &Records; member in struct:clang::ast_matchers::MatchFinder::MatchFinderOptions::Profiling
|
/external/libnfc-nxp/src/ |
H A D | phFriNfc_NdefReg.h | 75 * \ref PH_FRINFC_NDEFREG_MAX_RTD is the maximum number of Records that can 134 phFriNfc_NdefRecord_t Records[PH_FRINFC_NDEFREG_MAX_RTD]; member in struct:phFriNfc_NdefReg_CbParam
|
/external/llvm/include/llvm/ProfileData/ |
H A D | CoverageMapping.h | 277 ArrayRef<FunctionRecord> Records; member in class:llvm::coverage::FunctionRecordIterator 287 : Records(Records_), Current(Records.begin()), Filename(Filename) { 291 FunctionRecordIterator() : Current(Records.begin()) {} 300 assert(Current != Records.end() && "incremented past end");
|