Searched refs:YamlContext (Results 1 – 4 of 4) sorted by relevance
34 struct YamlContext { struct35 YamlContext(const exegesis::LLVMState &State) in YamlContext() argument185 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> {[all …]
262 YamlContext *info = reinterpret_cast<YamlContext *>(ctxt); in output()274 YamlContext *info = reinterpret_cast<YamlContext *>(ctxt); in input()693 YamlContext *info = reinterpret_cast<YamlContext *>(io.getContext()); in mapping()705 YamlContext *info = reinterpret_cast<YamlContext *>(io.getContext()); in mappingAtoms()727 YamlContext *info = reinterpret_cast<YamlContext *>(io.getContext()); in mappingArchive()757 YamlContext *info = reinterpret_cast<YamlContext *>(io.getContext()); in denormalize()792 YamlContext *info = reinterpret_cast<YamlContext *>(io.getContext()); in mapping()838 YamlContext *info = reinterpret_cast<YamlContext *>(io.getContext()); in denormalize()859 YamlContext *info = reinterpret_cast<YamlContext *>(io.getContext()); in fileFromContext()942 YamlContext *info = reinterpret_cast<YamlContext *>(io.getContext()); in mapping()[all …]
39 using lld::YamlContext;331 YamlContext *info = reinterpret_cast<YamlContext *>(io.getContext()); in denormalize()370 YamlContext *info = reinterpret_cast<YamlContext *>(io.getContext()); in enumeration()760 YamlContext *info = reinterpret_cast<YamlContext *>(io.getContext()); in handledDocTag()805 YamlContext yamlContext; in readYaml()828 YamlContext yamlContext; in writeYaml()
32 struct YamlContext { struct