/llvm-project/llvm/docs/PDB/ |
H A D | CodeViewTypes.rst | 55 LF_POINTER (0x1002) 136 LF_MODIFIER (0x1001) 139 LF_PROCEDURE (0x1008) 142 LF_MFUNCTION (0x1009) 145 LF_LABEL (0x000e) 148 LF_ARGLIST (0x1201) 151 LF_FIELDLIST (0x1203) 154 LF_ARRAY (0x1503) 157 LF_CLASS (0x1504) 160 LF_STRUCTURE (0x1505) [all …]
|
/llvm-project/llvm/utils/TableGen/ |
H A D | TableGen.cpp |
|
H A D | DisassemblerEmitter.cpp | 97 EmitDisassembler(RecordKeeper & Records,raw_ostream & OS) EmitDisassembler() argument
|
/llvm-project/clang/utils/TableGen/ |
H A D | ClangCommentHTMLTagsEmitter.cpp | 22 void clang::EmitClangCommentHTMLTags(const RecordKeeper &Records, in EmitClangCommentHTMLTags() argument 38 EmitClangCommentHTMLTagsProperties(RecordKeeper & Records,raw_ostream & OS) EmitClangCommentHTMLTagsProperties() argument
|
H A D | ClangCommentCommandInfoEmitter.cpp | 23 void clang::EmitClangCommentCommandInfo(const RecordKeeper &Records, in EmitClangCommentCommandInfo() argument 115 void clang::EmitClangCommentCommandList(const RecordKeeper &Records, in EmitClangCommentCommandList() argument
|
H A D | ClangSyntaxEmitter.cpp | 44 Hierarchy(const llvm::RecordKeeper & Records) Hierarchy() argument 130 EmitClangSyntaxNodeList(llvm::RecordKeeper & Records,llvm::raw_ostream & OS) EmitClangSyntaxNodeList() argument 189 EmitClangSyntaxNodeClasses(llvm::RecordKeeper & Records,llvm::raw_ostream & OS) EmitClangSyntaxNodeClasses() argument
|
H A D | ClangOpenCLBuiltinEmitter.cpp | 90 : Records(Records), OS(OS) {} in BuiltinNameEmitter() argument 103 RecordKeeper &Records; global() member in __anon260e1c4f0111::BuiltinNameEmitter 240 OpenCLBuiltinFileEmitterBase(RecordKeeper & Records,raw_ostream & OS) OpenCLBuiltinFileEmitterBase() argument 308 RecordKeeper &Records; global() member in __anon260e1c4f0111::OpenCLBuiltinFileEmitterBase 319 OpenCLBuiltinTestEmitter(RecordKeeper & Records,raw_ostream & OS) OpenCLBuiltinTestEmitter() argument 332 OpenCLBuiltinHeaderEmitter(RecordKeeper & Records,raw_ostream & OS) OpenCLBuiltinHeaderEmitter() argument 1334 EmitClangOpenCLBuiltins(RecordKeeper & Records,raw_ostream & OS) EmitClangOpenCLBuiltins() argument 1339 EmitClangOpenCLBuiltinHeader(RecordKeeper & Records,raw_ostream & OS) EmitClangOpenCLBuiltinHeader() argument 1345 EmitClangOpenCLBuiltinTests(RecordKeeper & Records,raw_ostream & OS) EmitClangOpenCLBuiltinTests() argument [all...] |
H A D | SveEmitter.cpp | 299 RecordKeeper &Records; global() member in __anoncee49e800111::SVEEmitter 1841 EmitSveHeader(RecordKeeper & Records,raw_ostream & OS) EmitSveHeader() argument 1845 EmitSveBuiltins(RecordKeeper & Records,raw_ostream & OS) EmitSveBuiltins() argument 1849 EmitSveBuiltinCG(RecordKeeper & Records,raw_ostream & OS) EmitSveBuiltinCG() argument 1853 EmitSveRangeChecks(RecordKeeper & Records,raw_ostream & OS) EmitSveRangeChecks() argument 1857 EmitSveTypeFlags(RecordKeeper & Records,raw_ostream & OS) EmitSveTypeFlags() argument 1861 EmitSveStreamingAttrs(RecordKeeper & Records,raw_ostream & OS) EmitSveStreamingAttrs() argument 1865 EmitSmeHeader(RecordKeeper & Records,raw_ostream & OS) EmitSmeHeader() argument 1869 EmitSmeBuiltins(RecordKeeper & Records,raw_ostream & OS) EmitSmeBuiltins() argument 1873 EmitSmeBuiltinCG(RecordKeeper & Records,raw_ostream & OS) EmitSmeBuiltinCG() argument 1877 EmitSmeRangeChecks(RecordKeeper & Records,raw_ostream & OS) EmitSmeRangeChecks() argument 1881 EmitSmeStreamingAttrs(RecordKeeper & Records,raw_ostream & OS) EmitSmeStreamingAttrs() argument 1885 EmitSmeBuiltinZAState(RecordKeeper & Records,raw_ostream & OS) EmitSmeBuiltinZAState() argument [all...] |
/llvm-project/libc/utils/LibcTableGenUtil/ |
H A D | APIIndexer.h |
|
/llvm-project/lldb/utils/TableGen/ |
H A D | LLDBTableGenUtils.cpp | 15 RecordsByName lldb_private::getRecordsByName(ArrayRef<const Record *> Records, in getRecordsByName() argument
|
H A D | LLDBPropertyDefEmitter.cpp | 170 void lldb_private::EmitPropertyDefs(const RecordKeeper &Records, in EmitPropertyDefs() argument 180 EmitPropertyEnumDefs(RecordKeeper & Records,raw_ostream & OS) EmitPropertyEnumDefs() argument
|
H A D | LLDBOptionDefEmitter.cpp | 148 static void emitOptions(std::string Command, ArrayRef<const Record *> Records, in emitOptions() argument 173 emitSourceFileHeader("Options for LLDB command line commands.", OS, Records); in EmitOptionDefs() argument
|
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeTableCollection.h | 38 ArrayRef<ArrayRef<uint8_t>> Records; variable
|
H A D | DebugSymbolsSubsection.h | 50 std::vector<CVSymbol> Records; variable
|
H A D | LazyRandomTypeCollection.h | 102 std::vector<CacheEntry> Records; variable
|
/llvm-project/llvm/include/llvm/XRay/ |
H A D | FDRLogBuilder.h | 26 std::vector<std::unique_ptr<Record>> Records; variable
|
H A D | FDRRecordConsumer.h | 29 std::vector<std::unique_ptr<Record>> &Records; variable
|
H A D | Trace.h | 49 RecordVector Records; variable
|
H A D | BlockIndexer.h | 32 std::vector<Record *> Records; member
|
/llvm-project/llvm/lib/TableGen/ |
H A D | Parser.cpp | 16 bool llvm::TableGenParseFile(SourceMgr &InputSrcMgr, RecordKeeper &Records) { in TableGenParseFile() argument
|
H A D | TableGenBackendSkeleton.cpp | 32 const RecordKeeper &Records; member in __anon6eceea230111::SkeletonEmitter
|
/llvm-project/llvm/unittests/TableGen/ |
H A D | ParserEntryPointTest.cpp | 32 RecordKeeper Records; in TEST() local
|
/llvm-project/libc/utils/HdrGen/ |
H A D | IncludeFileCommand.cpp |
|
H A D | Generator.cpp |
|
/llvm-project/llvm/docs/ |
H A D | SourceLevelDebugging.rst | 203 ``#dbg_declare``Debug Records global() argument 245 ``#dbg_value``Debug Records global() argument 264 ``#dbg_assign``Debug Records global() argument
|