| /llvm-project-15.0.7/llvm/test/DebugInfo/ |
| H A D | symbolize-filter-markup-color.test | 14 RUN: echo -e "\033[33mbefore{{{symbol:highlight}}}after\033[0m" >> %t.input 15 RUN: echo -e "\033[34msame{{{symbol:highlight}}}after\033[0m" >> %t.input 16 RUN: echo -e "\033[1mbold{{{symbol:highlight}}}after\033[0m" >> %t.input
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/Symbolize/ |
| H A D | MarkupFilter.cpp | 136 highlight(); in tryReset() 173 highlight(); in beginModuleInfoLine() 231 highlight(); in trySymbol() 280 highlight(); in tryPC() 334 highlight(); in tryBackTrace() 397 highlight(); in tryData() 436 void MarkupFilter::highlight() { in highlight() function in MarkupFilter 476 highlight(); in printRawElement() 490 highlight(); in printValue()
|
| /llvm-project-15.0.7/lldb/utils/lui/ |
| H A D | sourcewin.py | 160 line = "%s%3d %s" % (marker, line_num, self.highlight(content[i])) 168 def highlight(self, source): member in SourceWin 170 from pygments import highlight 171 return highlight(source, self.lexer, self.formatter)
|
| /llvm-project-15.0.7/llvm/test/tools/opt-viewer/ |
| H A D | suppress.test | 1 RUN: %opt-viewer -s %p/Inputs/suppress -o %t %p/Inputs/suppress/s.opt.yaml --no-highlight --demangl…
|
| H A D | filter.test | 5 RUN: %opt-viewer --filter inline -s %p/Inputs -o %t %p/Inputs/basic/or.yaml --no-highlight --demang…
|
| H A D | basic.test | 5 RUN: %opt-viewer -s %p/Inputs -o %t %p/Inputs/basic/or.yaml --no-highlight --demangler=llvm-cxxfilt
|
| H A D | unicode-function-name.test | 1 …ode-function-name -o %t %p/Inputs/unicode-function-name/s.opt.yaml --no-highlight --demangler=llvm…
|
| /llvm-project-15.0.7/clang/www/ |
| H A D | content.css | 30 span.template-highlight { color:cyan }
|
| /llvm-project-15.0.7/llvm/tools/opt-viewer/ |
| H A D | opt-viewer.py | 16 from pygments import highlight 77 html_highlighted = highlight(
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | CoverageMappingFormat.rst | 86 highlight the regions of code that were never executed, and to obtain 90 …:raw-html:`<pre class='highlight' style='line-height:initial;'><span>int main(int argc, const char… 107 …:raw-html:`<pre class='highlight' style='line-height:initial;'><span>int main() </span><span style… 124 …:raw-html:`<pre class='highlight' style='line-height:initial;'><span>int func(int x) </span><span … 138 :raw-html:`<pre class='highlight' style='line-height:initial;'><span>int func(int x, int y) { 167 :raw-html:`<pre class='highlight' style='line-height:initial;'><span>void func(const char *str) </s… 194 :raw-html:`<pre class='highlight' style='line-height:initial;'><span>int main(int argc, const char … 209 :raw-html:`<pre class='highlight' style='line-height:initial;'><span>int main() </span><span style=… 216 counts for the unreachable lines and highlight the unreachable code.
|
| /llvm-project-15.0.7/llvm/utils/vim/syntax/ |
| H A D | mir.vim | 28 " Syntax-highlight lit test commands and bug numbers.
|
| H A D | llvm.vim | 235 " Syntax-highlight lit test commands and bug numbers.
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/Symbolize/ |
| H A D | MarkupFilter.h | 105 void highlight();
|
| /llvm-project-15.0.7/llvm/test/Transforms/LoopUnroll/ |
| H A D | opt-levels.ll | 6 ; Check that Os and Oz are optimized like O2, not like O3. To easily highlight
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/modernize/ |
| H A D | use-nodiscard.rst | 7 order to highlight at compile time which return values should not be ignored.
|
| /llvm-project-15.0.7/llvm/utils/vim/ |
| H A D | vimrc | 20 highlight LongLine ctermbg=DarkYellow guibg=DarkYellow 21 highlight WhitespaceEOL ctermbg=DarkYellow guibg=DarkYellow
|
| /llvm-project-15.0.7/llvm/test/Transforms/LoopUnrollAndJam/ |
| H A D | opt-levels.ll | 6 ; Check that Os and Oz are optimized like O2, not like O3. To easily highlight
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | IOHandlerCursesGUI.cpp | 1551 if (highlight) in DrawContent() 1555 if (highlight) in DrawContent() 1774 if (highlight) in DrawRemoveButton() 1777 if (highlight) in DrawRemoveButton() 1810 bool highlight = in DrawNewButton() local 1812 if (highlight) in DrawNewButton() 1815 if (highlight) in DrawNewButton() 4034 if (highlight) in DrawMenuTitle() 4061 if (highlight) in DrawMenuTitle() 5761 if (highlight) in DisplayRowObject() [all …]
|
| H A D | CoreProperties.td | 94 def HighlightSource: Property<"highlight-source", "Boolean">, 97 Desc<"If true, LLDB will highlight the displayed source code.">;
|
| /llvm-project-15.0.7/openmp/docs/_themes/llvm-openmp-theme/static/ |
| H A D | agogo.css_t | 208 div.document div.highlight { 221 div.document div.literal-block-wrapper div.highlight {
|
| /llvm-project-15.0.7/llvm/docs/_ocamldoc/ |
| H A D | style.css | 79 *:target {background-color: #FFFF99;} /* anchor highlight */
|
| /llvm-project-15.0.7/llvm/test/Transforms/GVN/PRE/ |
| H A D | load-pre-licm.ll | 84 ; Slightly more complicated case to highlight that MemoryDependenceAnalysis 244 ; These two tests highlight speculation safety when we can not establish
|
| /llvm-project-15.0.7/mlir/utils/vim/syntax/ |
| H A D | mlir.vim | 104 " Syntax-highlight lit test commands and bug numbers.
|
| /llvm-project-15.0.7/libcxx/test/ |
| H A D | CMakeLists.txt | 160 # IDE's such as CLion to correctly highlight the tests because it knows
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | statepoint-forward.ll | 66 ; highlight the fact that a gc pointer can be stored in part of the heap
|