Lines Matching refs:CodeViewYAML
39 using namespace llvm::CodeViewYAML;
40 using namespace llvm::CodeViewYAML::detail;
239 namespace CodeViewYAML { namespace
613 CVSymbol CodeViewYAML::SymbolRecord::toCodeViewSymbol( in toCodeViewSymbol()
629 static inline Expected<CodeViewYAML::SymbolRecord>
631 CodeViewYAML::SymbolRecord Result; in fromCodeViewSymbolImpl()
640 Expected<CodeViewYAML::SymbolRecord>
641 CodeViewYAML::SymbolRecord::fromCodeViewSymbol(CVSymbol Symbol) { in fromCodeViewSymbol()
657 CodeViewYAML::SymbolRecord &Obj) { in mapSymbolRecordImpl()
664 void MappingTraits<CodeViewYAML::SymbolRecord>::mapping( in mapping()
665 IO &IO, CodeViewYAML::SymbolRecord &Obj) { in mapping()