Home
last modified time | relevance | path

Searched refs:YamlContext (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/llvm/tools/llvm-exegesis/lib/
DBenchmarkResult.cpp34 struct YamlContext { struct
35 YamlContext(const exegesis::LLVMState &State) in YamlContext() argument
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> {
[all …]
/external/llvm-project/lld/lib/ReaderWriter/YAML/
DReaderWriterYAML.cpp262 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 …]
/external/llvm-project/lld/lib/ReaderWriter/MachO/
DMachONormalizedFileYAML.cpp39 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()
/external/llvm-project/lld/include/lld/ReaderWriter/
DYamlContext.h32 struct YamlContext { struct