Lines Matching refs:YamlContext
34 struct YamlContext { struct
35 YamlContext(const exegesis::LLVMState &State) in YamlContext() function
185 static YamlContext &getTypedContext(void *Ctx) { in getTypedContext()
186 return *reinterpret_cast<YamlContext *>(Ctx); in getTypedContext()
201 YamlContext &Context = getTypedContext(Ctx); in input()
256 YamlContext &Context = getTypedContext(Ctx); in output()
266 YamlContext &Context = getTypedContext(Ctx); in input()
285 struct MappingContextTraits<exegesis::InstructionBenchmarkKey, YamlContext> {
287 YamlContext &Context) { in mapping()
296 struct MappingContextTraits<exegesis::InstructionBenchmark, YamlContext> {
314 YamlContext &Context) { in mapping()
339 YamlContext Context(State); in readYaml()
356 YamlContext Context(State); in readYamls()
377 YamlContext Context(State); in writeYamlTo()
389 YamlContext Context(State); in readYamlFrom()