| /llvm-project-15.0.7/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMInstPrinter.cpp | 386 O << markup("<imm:") << "#" << formatImm(OffImm) << markup(">"); in printThumbLdrLabelOperand() 483 O << ", lsl " << markup("<imm:") << "#1" << markup(">") << "]" << markup(">"); in printAddrModeTBH() 591 << markup(">"); in printAddrMode3OffsetOperand() 600 << markup(">"); in printPostIdxImm8Operand() 745 O << markup("<imm:") << '#' << lsb << markup(">") << ", " << markup("<imm:") in printBitfieldInvMaskImmOperand() 780 O << ", lsl " << markup("<imm:") << "#" << Amt << markup(">"); in printShiftImmOperand() 791 O << ", lsl " << markup("<imm:") << "#" << Imm << markup(">"); in printPKHLSLShiftImm() 802 O << ", asr " << markup("<imm:") << "#" << Imm << markup(">"); in printPKHASRShiftImm() 1221 O << ", " << markup("<imm:") << "#" << OffImm << markup(">"); in printT2AddrModeImm8Operand() 1253 O << ", " << markup("<imm:") << "#" << OffImm << markup(">"); in printT2AddrModeImm8s4Operand() [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86ATTInstPrinter.cpp | 39 OS << markup("<reg:") << '%' << getRegisterName(RegNo) << markup(">"); in printRegName() 389 O << markup("<imm:") << '$' << formatImm(Imm) << markup(">"); in printOperand() 410 O << markup(">"); in printOperand() 430 O << markup("<mem:"); in printMemReference() 461 O << markup(">"); in printMemReference() 466 O << markup("<mem:"); in printSrcIdx() 475 O << markup(">"); in printSrcIdx() 486 O << markup(">"); in printDstIdx() 505 O << markup(">"); in printMemOffset() 514 << markup(">"); in printU8Imm() [all …]
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-symbolizer/ |
| H A D | filter-markup-color.test | 5 RUN: llvm-symbolizer --filter-markup --color < %t.input > %t.color 8 RUN: llvm-symbolizer --filter-markup --color=auto < %t.input > %t.autocolor 11 RUN: llvm-symbolizer --filter-markup --color=never < %t.input > %t.nevercolor 14 RUN: llvm-symbolizer --filter-markup --color=always < %t.input > %t.alwayscolor
|
| H A D | filter-markup.test | 2 RUN: llvm-symbolizer --filter-markup < %t.input > %t.output
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | SymbolizerMarkupFormat.rst | 15 markup format defined here to identify pieces of information that should be 16 converted to human-readable form after the fact. As with other markup formats, 18 markup elements will be replaced with expanded text, or converted into active UI 28 This format identifies markup elements with a syntax that is both simple and 52 breaks in arbitrary places inside a markup element, but only inside certain 67 The symbolizer markup scheme relies on contextual information about runtime 88 Rendition) control sequences. These are unlike other markup elements: 95 substantial changes to generate semantic markup instead. 109 markup element in the filter's output. 129 Common markup element syntax [all …]
|
| H A D | MarkedUpDisassembly.rst | 21 The markup is simple enough in syntax to be robust even in the case of version 44 Annotated assembly display will supply contextual markup to help clients more 45 efficiently implement things like pretty printers. Most markup will be target
|
| H A D | README.txt | 5 plaintext markup language (file extension `.rst`). While the 25 markup syntax.
|
| /llvm-project-15.0.7/llvm/tools/llvm-symbolizer/ |
| H A D | Opts.td | 26 def color : F<"color", "Use color when symbolizing log markup.">; 27 def color_EQ : Joined<["--"], "color=">, HelpText<"Whether to use color when symbolizing log markup… 34 def filter_markup : Flag<["--"], "filter-markup">, HelpText<"Filter symbolizer markup from stdin.">;
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | Hover.h | 111 markup::Document present() const; 127 void parseDocumentation(llvm::StringRef Input, markup::Document &Output);
|
| H A D | Hover.cpp | 1069 markup::Document HoverInfo::present() const { in present() 1070 markup::Document Output; in present() 1084 markup::Paragraph &Header = Output.addHeading(3); in present() 1106 markup::BulletList &L = Output.addBulletList(); in present() 1118 markup::Paragraph &P = Output.addParagraph(); in present() 1211 void parseDocumentationLine(llvm::StringRef Line, markup::Paragraph &Out) { in parseDocumentationLine() 1227 void parseDocumentation(llvm::StringRef Input, markup::Document &Output) { in parseDocumentation()
|
| /llvm-project-15.0.7/libcxx/utils/ |
| H A D | generate_feature_test_macro_components.py | 1085 markup = '\n'.join('// ' + tag for tag in lit_markup.get(h, [])) 1113 markup=('\n{}\n'.format(markup) if markup else ''),
|
| H A D | generate_header_inclusion_tests.py | 196 markup=('\n' + '\n'.join('// ' + m for m in markup_tags) + '\n') if markup_tags else '',
|
| /llvm-project-15.0.7/openmp/docs/ |
| H A D | README.txt | 5 plaintext markup language (file extension `.rst`). While the 26 reStructuredText markup syntax.
|
| /llvm-project-15.0.7/libcxx/include/ |
| H A D | __availability | 40 // This mechanism is general in nature, and any vendor can add their markup to 44 // shared library, they can update the markup appropriately. 70 // Availability markup is disabled when building the library, or when the compiler 164 // availability markup can actually give a false positive diagnostic 278 // ...New vendors can add availability markup here... 280 # error "It looks like you're trying to enable vendor availability markup, but you haven't define…
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/ |
| H A D | symbolize-filter-markup-symbol.test | 2 RUN: llvm-symbolizer --filter-markup < %t/input > %t.output
|
| H A D | symbolize-filter-markup-tag.test | 2 RUN: llvm-symbolizer --filter-markup < %t/input 2> %t.error
|
| H A D | symbolize-filter-markup-context-line-elision.test | 2 RUN: llvm-symbolizer --filter-markup < %t/log | \
|
| H A D | symbolize-filter-markup-error-location.test | 2 RUN: llvm-symbolizer --filter-markup < %t/log > /dev/null 2> %t.err
|
| H A D | symbolize-filter-markup-reset.test | 2 RUN: llvm-symbolizer --filter-markup < %t/log > %t.out 2> %t.err
|
| H A D | symbolize-filter-markup-module.test | 2 RUN: llvm-symbolizer --filter-markup < %t/log > %t.out 2> %t.err
|
| H A D | symbolize-filter-markup-parse-fields.test | 2 RUN: llvm-symbolizer --filter-markup < %t/log 2> %t.err
|
| H A D | symbolize-filter-markup-data.test | 6 RUN: llvm-symbolizer --debug-file-directory=%t --filter-markup < %t/input \
|
| H A D | symbolize-filter-markup-color.test | 17 RUN: llvm-symbolizer --filter-markup --color=always < %t.input > %t.output
|
| /llvm-project-15.0.7/llvm/lib/Target/NVPTX/MCTargetDesc/ |
| H A D | NVPTXInstPrinter.cpp | 91 O << markup("<imm:") << formatImm(Op.getImm()) << markup(">"); in printOperand()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/support/ |
| H A D | Markup.h | 23 namespace markup {
|