Lines Matching defs:YamlContext
34 struct YamlContext {
35 YamlContext(const exegesis::LLVMState &State)
162 static YamlContext &getTypedContext(void *Ctx) {
163 return *reinterpret_cast<YamlContext *>(Ctx);
178 YamlContext &Context = getTypedContext(Ctx);
253 YamlContext &Context = getTypedContext(Ctx);
263 YamlContext &Context = getTypedContext(Ctx);
281 template <> struct MappingContextTraits<exegesis::BenchmarkKey, YamlContext> {
283 YamlContext &Context) {
291 template <> struct MappingContextTraits<exegesis::Benchmark, YamlContext> {
308 static void mapping(IO &Io, exegesis::Benchmark &Obj, YamlContext &Context) {
370 YamlContext Context(State);
382 YamlContext Context(State);
399 YamlContext Context(State);
410 YamlContext Context(State);