OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SnippetGenerator
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
SnippetGenerator.h
1
//===--
SnippetGenerator
.h --------------------------------------*- C++ -*-===//
10
/// Defines the abstract
SnippetGenerator
class for generating code that allows
52
class
SnippetGenerator
{
58
explicit
SnippetGenerator
(const LLVMState &State, const Options &Opts);
60
virtual ~
SnippetGenerator
();
SnippetGenerator.cpp
1
//===--
SnippetGenerator
.cpp ------------------------------------*- C++ -*-===//
15
#include "
SnippetGenerator
.h"
36
SnippetGenerator
::
SnippetGenerator
(const LLVMState &State, const Options &Opts)
39
SnippetGenerator
::~
SnippetGenerator
() = default;
41
Error
SnippetGenerator
::generateConfigurations(
100
std::vector<RegisterValue>
SnippetGenerator
::computeRegisterInitialValues(
Completed in 15 milliseconds
Indexes created Sat Sep 12 00:25:55 UTC 2026