Home
last modified time | relevance | path

Searched defs:Records (Results 1 – 25 of 96) sorted by relevance

1234

/openbsd/gnu/llvm/llvm/docs/PDB/
H A DCodeViewTypes.rst55 LF_POINTER (0x1002)
145 LF_LABEL (0x000e)
154 LF_ARRAY (0x1503)
157 LF_CLASS (0x1504)
166 LF_UNION (0x1506)
169 LF_ENUM (0x1507)
219 LF_BCLASS (0x1400)
237 LF_METHOD (0x150f)
240 LF_MEMBER (0x150d)
252 LF_INDEX (0x1404)
[all …]
/openbsd/gnu/llvm/clang/utils/TableGen/
H A DClangCommentHTMLTagsEmitter.cpp22 void clang::EmitClangCommentHTMLTags(RecordKeeper &Records, raw_ostream &OS) { in EmitClangCommentHTMLTags()
38 void clang::EmitClangCommentHTMLTagsProperties(RecordKeeper &Records, in EmitClangCommentHTMLTagsProperties()
H A DClangCommentCommandInfoEmitter.cpp23 void clang::EmitClangCommentCommandInfo(RecordKeeper &Records, raw_ostream &OS) { in EmitClangCommentCommandInfo()
115 void clang::EmitClangCommentCommandList(RecordKeeper &Records, raw_ostream &OS) { in EmitClangCommentCommandList()
H A DClangSyntaxEmitter.cpp44 Hierarchy(const llvm::RecordKeeper &Records) { in Hierarchy()
130 void clang::EmitClangSyntaxNodeList(llvm::RecordKeeper &Records, in EmitClangSyntaxNodeList()
189 void clang::EmitClangSyntaxNodeClasses(llvm::RecordKeeper &Records, in EmitClangSyntaxNodeClasses()
H A DClangAttrEmitter.cpp168 static ParsedAttrMap getParsedAttrList(const RecordKeeper &Records, in getParsedAttrList()
1936 RecordKeeper &Records) { in PragmaClangAttributeSupport()
2000 getPragmaAttributeSupport(RecordKeeper &Records) { in getPragmaAttributeSupport()
2359 static void emitClangAttrAcceptsExprPack(RecordKeeper &Records, in emitClangAttrAcceptsExprPack()
2376 static void emitAttributes(RecordKeeper &Records, raw_ostream &OS, in emitAttributes()
3002 AttrClassHierarchy(RecordKeeper &Records) { in AttrClassHierarchy()
3079 void EmitClangAttrList(RecordKeeper &Records, raw_ostream &OS) { in EmitClangAttrList()
3130 void EmitClangAttrPCHRead(RecordKeeper &Records, raw_ostream &OS) { in EmitClangAttrPCHRead()
4523 void EmitClangAttrParserStringSwitches(RecordKeeper &Records, in EmitClangAttrParserStringSwitches()
4688 static void WriteDocumentation(RecordKeeper &Records, in WriteDocumentation()
[all …]
H A DClangOpenCLBuiltinEmitter.cpp90 BuiltinNameEmitter(RecordKeeper &Records, raw_ostream &OS) in BuiltinNameEmitter()
103 RecordKeeper &Records; member in __anon305c53690111::BuiltinNameEmitter
240 OpenCLBuiltinFileEmitterBase(RecordKeeper &Records, raw_ostream &OS) in OpenCLBuiltinFileEmitterBase()
308 RecordKeeper &Records; member in __anon305c53690111::OpenCLBuiltinFileEmitterBase
319 OpenCLBuiltinTestEmitter(RecordKeeper &Records, raw_ostream &OS) in OpenCLBuiltinTestEmitter()
1263 void clang::EmitClangOpenCLBuiltins(RecordKeeper &Records, raw_ostream &OS) { in EmitClangOpenCLBuiltins()
1268 void clang::EmitClangOpenCLBuiltinTests(RecordKeeper &Records, in EmitClangOpenCLBuiltinTests()
H A DRISCVVEmitter.cpp97 RecordKeeper &Records; member in __anon7702a1690111::RVVEmitter
734 void EmitRVVHeader(RecordKeeper &Records, raw_ostream &OS) { in EmitRVVHeader()
738 void EmitRVVBuiltins(RecordKeeper &Records, raw_ostream &OS) { in EmitRVVBuiltins()
742 void EmitRVVBuiltinCG(RecordKeeper &Records, raw_ostream &OS) { in EmitRVVBuiltinCG()
746 void EmitRVVBuiltinSema(RecordKeeper &Records, raw_ostream &OS) { in EmitRVVBuiltinSema()
H A DClangASTNodesEmitter.cpp36 RecordKeeper &Records; member in __anone8f76a120111::ClangASTNodesEmitter
205 void clang::EmitClangDeclContext(RecordKeeper &Records, raw_ostream &OS) { in EmitClangDeclContext()
H A DSveEmitter.cpp259 RecordKeeper &Records; member in __anon3bd444da0111::SVEEmitter
1379 void EmitSveHeader(RecordKeeper &Records, raw_ostream &OS) { in EmitSveHeader()
1383 void EmitSveBuiltins(RecordKeeper &Records, raw_ostream &OS) { in EmitSveBuiltins()
1387 void EmitSveBuiltinCG(RecordKeeper &Records, raw_ostream &OS) { in EmitSveBuiltinCG()
1391 void EmitSveRangeChecks(RecordKeeper &Records, raw_ostream &OS) { in EmitSveRangeChecks()
1395 void EmitSveTypeFlags(RecordKeeper &Records, raw_ostream &OS) { in EmitSveTypeFlags()
H A DMveEmitter.cpp1466 EmitterBase::EmitterBase(RecordKeeper &Records) { in EmitterBase()
1754 MveEmitter(RecordKeeper &Records) : EmitterBase(Records){}; in MveEmitter()
2181 void EmitMveHeader(RecordKeeper &Records, raw_ostream &OS) { in EmitMveHeader()
2185 void EmitMveBuiltinDef(RecordKeeper &Records, raw_ostream &OS) { in EmitMveBuiltinDef()
2189 void EmitMveBuiltinSema(RecordKeeper &Records, raw_ostream &OS) { in EmitMveBuiltinSema()
2193 void EmitMveBuiltinCG(RecordKeeper &Records, raw_ostream &OS) { in EmitMveBuiltinCG()
2197 void EmitMveBuiltinAliases(RecordKeeper &Records, raw_ostream &OS) { in EmitMveBuiltinAliases()
2203 void EmitCdeHeader(RecordKeeper &Records, raw_ostream &OS) { in EmitCdeHeader()
2207 void EmitCdeBuiltinDef(RecordKeeper &Records, raw_ostream &OS) { in EmitCdeBuiltinDef()
2211 void EmitCdeBuiltinSema(RecordKeeper &Records, raw_ostream &OS) { in EmitCdeBuiltinSema()
[all …]
/openbsd/gnu/llvm/llvm/utils/TableGen/
H A DDirectiveEmitter.cpp44 void GenerateEnumClass(const std::vector<Record *> &Records, raw_ostream &OS, in GenerateEnumClass()
76 void GenerateEnumClauseVal(const std::vector<Record *> &Records, in GenerateEnumClauseVal()
178 void EmitDirectivesDecl(RecordKeeper &Records, raw_ostream &OS) { in EmitDirectivesDecl()
248 void GenerateGetName(const std::vector<Record *> &Records, raw_ostream &OS, in GenerateGetName()
272 void GenerateGetKind(const std::vector<Record *> &Records, raw_ostream &OS, in GenerateGetKind()
873 void EmitDirectivesImpl(RecordKeeper &Records, raw_ostream &OS) { in EmitDirectivesImpl()
H A DExegesisEmitter.cpp54 RecordKeeper &Records; member in __anon90bd381f0111::ExegesisEmitter
62 collectPfmCounters(const RecordKeeper &Records) { in collectPfmCounters()
H A DDFAEmitter.cpp195 RecordKeeper &Records; member in __anone5f2cf8d0211::Automaton
214 RecordKeeper &Records; member in __anone5f2cf8d0211::AutomatonEmitter
244 Automaton::Automaton(RecordKeeper &Records, Record *R) in Automaton()
H A DDisassemblerEmitter.cpp101 void EmitDisassembler(RecordKeeper &Records, raw_ostream &OS) { in EmitDisassembler()
/openbsd/gnu/llvm/lldb/utils/TableGen/
H A DLLDBPropertyDefEmitter.cpp170 void lldb_private::EmitPropertyDefs(RecordKeeper &Records, raw_ostream &OS) { in EmitPropertyDefs()
180 void lldb_private::EmitPropertyEnumDefs(RecordKeeper &Records, in EmitPropertyEnumDefs()
H A DLLDBOptionDefEmitter.cpp149 static void emitOptions(std::string Command, std::vector<Record *> Records, in emitOptions()
174 void lldb_private::EmitOptionDefs(RecordKeeper &Records, raw_ostream &OS) { in EmitOptionDefs()
H A DLLDBTableGenUtils.cpp15 RecordsByName lldb_private::getRecordsByName(std::vector<Record *> Records, in getRecordsByName()
/openbsd/gnu/llvm/llvm/lib/XRay/
H A DTrace.cpp36 std::vector<XRayRecord> &Records) { in loadNaiveFormatLog()
266 XRayFileHeader &FileHeader, std::vector<XRayRecord> &Records) { in loadFDRLog()
349 std::vector<XRayRecord> &Records) { in loadYAMLLog()
/openbsd/gnu/llvm/llvm/tools/llvm-xray/
H A Dxray-converter.cpp87 void TraceConverter::exportAsYAML(const Trace &Records, raw_ostream &OS) { in exportAsYAML()
104 void TraceConverter::exportAsRAWv1(const Trace &Records, raw_ostream &OS) { in exportAsRAWv1()
274 void TraceConverter::exportAsChromeTraceEventFormat(const Trace &Records, in exportAsChromeTraceEventFormat()
/openbsd/gnu/llvm/llvm/include/llvm/TableGen/
H A DDirectiveEmitter.h13 explicit DirectiveLanguage(const llvm::RecordKeeper &Records) in DirectiveLanguage()
61 const llvm::RecordKeeper &Records; variable
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeTableCollection.h38 ArrayRef<ArrayRef<uint8_t>> Records; variable
H A DDebugSymbolsSubsection.h50 std::vector<CVSymbol> Records; variable
/openbsd/gnu/llvm/llvm/include/llvm/XRay/
H A DFDRLogBuilder.h26 std::vector<std::unique_ptr<Record>> Records; variable
H A DFDRRecordConsumer.h29 std::vector<std::unique_ptr<Record>> &Records; variable
/openbsd/gnu/llvm/llvm/lib/TableGen/
H A DParser.cpp16 bool llvm::TableGenParseFile(SourceMgr &InputSrcMgr, RecordKeeper &Records) { in TableGenParseFile()

1234