Lines Matching refs:CodeViewYAML
38 using namespace llvm::CodeViewYAML;
39 using namespace llvm::CodeViewYAML::detail;
226 namespace CodeViewYAML { namespace
590 CVSymbol CodeViewYAML::SymbolRecord::toCodeViewSymbol( in toCodeViewSymbol()
606 static inline Expected<CodeViewYAML::SymbolRecord>
608 CodeViewYAML::SymbolRecord Result; in fromCodeViewSymbolImpl()
617 Expected<CodeViewYAML::SymbolRecord>
618 CodeViewYAML::SymbolRecord::fromCodeViewSymbol(CVSymbol Symbol) { in fromCodeViewSymbol()
634 CodeViewYAML::SymbolRecord &Obj) { in mapSymbolRecordImpl()
641 void MappingTraits<CodeViewYAML::SymbolRecord>::mapping( in mapping()
642 IO &IO, CodeViewYAML::SymbolRecord &Obj) { in mapping()