Home
last modified time | relevance | path

Searched refs:markup (Results 1 – 25 of 61) sorted by relevance

123

/llvm-project-15.0.7/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMInstPrinter.cpp386 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 DX86ATTInstPrinter.cpp39 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 Dfilter-markup-color.test5 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 Dfilter-markup.test2 RUN: llvm-symbolizer --filter-markup < %t.input > %t.output
/llvm-project-15.0.7/llvm/docs/
H A DSymbolizerMarkupFormat.rst15 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 DMarkedUpDisassembly.rst21 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 DREADME.txt5 plaintext markup language (file extension `.rst`). While the
25 markup syntax.
/llvm-project-15.0.7/llvm/tools/llvm-symbolizer/
H A DOpts.td26 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 DHover.h111 markup::Document present() const;
127 void parseDocumentation(llvm::StringRef Input, markup::Document &Output);
H A DHover.cpp1069 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 Dgenerate_feature_test_macro_components.py1085 markup = '\n'.join('// ' + tag for tag in lit_markup.get(h, []))
1113 markup=('\n{}\n'.format(markup) if markup else ''),
H A Dgenerate_header_inclusion_tests.py196 markup=('\n' + '\n'.join('// ' + m for m in markup_tags) + '\n') if markup_tags else '',
/llvm-project-15.0.7/openmp/docs/
H A DREADME.txt5 plaintext markup language (file extension `.rst`). While the
26 reStructuredText markup syntax.
/llvm-project-15.0.7/libcxx/include/
H A D__availability40 // 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 Dsymbolize-filter-markup-symbol.test2 RUN: llvm-symbolizer --filter-markup < %t/input > %t.output
H A Dsymbolize-filter-markup-tag.test2 RUN: llvm-symbolizer --filter-markup < %t/input 2> %t.error
H A Dsymbolize-filter-markup-context-line-elision.test2 RUN: llvm-symbolizer --filter-markup < %t/log | \
H A Dsymbolize-filter-markup-error-location.test2 RUN: llvm-symbolizer --filter-markup < %t/log > /dev/null 2> %t.err
H A Dsymbolize-filter-markup-reset.test2 RUN: llvm-symbolizer --filter-markup < %t/log > %t.out 2> %t.err
H A Dsymbolize-filter-markup-module.test2 RUN: llvm-symbolizer --filter-markup < %t/log > %t.out 2> %t.err
H A Dsymbolize-filter-markup-parse-fields.test2 RUN: llvm-symbolizer --filter-markup < %t/log 2> %t.err
H A Dsymbolize-filter-markup-data.test6 RUN: llvm-symbolizer --debug-file-directory=%t --filter-markup < %t/input \
H A Dsymbolize-filter-markup-color.test17 RUN: llvm-symbolizer --filter-markup --color=always < %t.input > %t.output
/llvm-project-15.0.7/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXInstPrinter.cpp91 O << markup("<imm:") << formatImm(Op.getImm()) << markup(">"); in printOperand()
/llvm-project-15.0.7/clang-tools-extra/clangd/support/
H A DMarkup.h23 namespace markup {

123