Lines Matching refs:CodeViewYAML
37 using namespace llvm::CodeViewYAML;
38 using namespace llvm::CodeViewYAML::detail;
225 namespace CodeViewYAML { namespace
589 CVSymbol CodeViewYAML::SymbolRecord::toCodeViewSymbol( in toCodeViewSymbol()
605 static inline Expected<CodeViewYAML::SymbolRecord>
607 CodeViewYAML::SymbolRecord Result; in fromCodeViewSymbolImpl()
616 Expected<CodeViewYAML::SymbolRecord>
617 CodeViewYAML::SymbolRecord::fromCodeViewSymbol(CVSymbol Symbol) { in fromCodeViewSymbol()
633 CodeViewYAML::SymbolRecord &Obj) { in mapSymbolRecordImpl()
640 void MappingTraits<CodeViewYAML::SymbolRecord>::mapping( in mapping()
641 IO &IO, CodeViewYAML::SymbolRecord &Obj) { in mapping()