Lines Matching refs:COFFYAML
33 COFFParser(COFFYAML::Object &Obj)
63 for (std::vector<COFFYAML::Section>::iterator i = Obj.Sections.begin(),
65 COFFYAML::Section &Sec = *i;
101 for (std::vector<COFFYAML::Symbol>::iterator i = Obj.Symbols.begin(),
103 COFFYAML::Symbol &Sym = *i;
143 COFFYAML::Object &Obj;
183 for (COFFYAML::Section &S : CP.Obj.Sections) {
209 for (std::vector<COFFYAML::Symbol>::iterator i = CP.Obj.Symbols.begin(),
308 for (const COFFYAML::Section &S : CP.Obj.Sections) {
426 for (std::vector<COFFYAML::Section>::iterator i = CP.Obj.Sections.begin(),
444 for (std::vector<COFFYAML::Symbol>::iterator I = CP.Obj.Symbols.begin(),
452 for (const COFFYAML::Section &S : CP.Obj.Sections) {
460 for (const COFFYAML::Relocation &R : S.Relocations) {
470 for (std::vector<COFFYAML::Symbol>::const_iterator i = CP.Obj.Symbols.begin(),
535 int yaml2coff(llvm::COFFYAML::Object &Doc, raw_ostream &Out) {