Lines Matching refs:CodeViewYAML
39 using namespace llvm::CodeViewYAML;
40 using namespace llvm::CodeViewYAML::detail;
239 namespace CodeViewYAML { namespace
614 CVSymbol CodeViewYAML::SymbolRecord::toCodeViewSymbol( in toCodeViewSymbol()
630 static inline Expected<CodeViewYAML::SymbolRecord>
632 CodeViewYAML::SymbolRecord Result; in fromCodeViewSymbolImpl()
641 Expected<CodeViewYAML::SymbolRecord>
642 CodeViewYAML::SymbolRecord::fromCodeViewSymbol(CVSymbol Symbol) { in fromCodeViewSymbol()
658 CodeViewYAML::SymbolRecord &Obj) { in mapSymbolRecordImpl()
665 void MappingTraits<CodeViewYAML::SymbolRecord>::mapping( in mapping()
666 IO &IO, CodeViewYAML::SymbolRecord &Obj) { in mapping()