Searched refs:Snippet (Results 1 – 7 of 7) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/tools/llvm-exegesis/lib/ |
| D | BenchmarkRunner.cpp | 176 auto Snippet = assembleSnippet(BC, Repetitor, MinInstructionsForSnippet, in getRunnableConfiguration() local 178 if (Error E = Snippet.takeError()) in getRunnableConfiguration() 181 getObjectFromBuffer(*Snippet)); in getRunnableConfiguration() 189 auto Snippet = assembleSnippet(BC, Repetitor, InstrBenchmark.NumRepetitions, in getRunnableConfiguration() local 191 if (Error E = Snippet.takeError()) in getRunnableConfiguration() 193 RC.ObjectFile = getObjectFromBuffer(*Snippet); in getRunnableConfiguration()
|
| D | SnippetGenerator.h | 71 const std::vector<InstructionTemplate> &Snippet) const;
|
| /openbsd/src/gnu/llvm/llvm/tools/llvm-cov/ |
| D | SourceCoverageViewHTML.cpp | 538 auto Highlight = [&](const std::string &Snippet, unsigned LC, unsigned RC) { in renderLine() argument 541 return tag("span", Snippet, std::string(*Color)); in renderLine() 608 for (const auto &Snippet : Snippets) in renderLine() local 609 OS << Snippet; in renderLine()
|
| /openbsd/src/gnu/llvm/clang/include/clang/AST/ |
| D | CommentCommands.td | 267 def Snippet : VerbatimLineCommand<"snippet">;
|
| /openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
| D | BugReporter.cpp | 1587 StringRef Snippet = Buffer->getBuffer().slice(BeginOffset, EndOffset); in getLengthOnSingleLine() local 1593 if (Snippet.find_first_of("\r\n") != StringRef::npos) in getLengthOnSingleLine() 1597 return Snippet.size(); in getLengthOnSingleLine()
|
| /openbsd/src/gnu/llvm/llvm/docs/CommandGuide/ |
| D | llvm-exegesis.rst | 68 Snippet:
|
| /openbsd/src/gnu/llvm/clang/docs/ |
| D | InternalsManual.rst | 1832 // Snippet #1: 1840 // Snippet #2: 1847 actually have two separate ``NamespaceDecl`` nodes in Snippet #1, each of which
|