Searched refs:COFFParser (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/utils/yaml2obj/
H A Dyaml2obj.cpp117 struct COFFParser { struct
118 COFFParser(yaml::Stream &Input) : YS(Input) { function in struct:COFFParser
732 static bool layoutCOFF(COFFParser &CP) {
744 for (std::vector<COFFParser::Section>::iterator i = CP.Sections.begin(),
762 for (std::vector<COFFParser::Symbol>::iterator i = CP.Symbols.begin(),
804 void writeCOFF(COFFParser &CP, raw_ostream &OS) {
814 for (std::vector<COFFParser::Section>::const_iterator i = CP.Sections.begin(),
830 for (std::vector<COFFParser::Section>::const_iterator i = CP.Sections.begin(),
839 for (std::vector<COFFParser::Symbol>::const_iterator i = CP.Symbols.begin(),
869 COFFParser C
[all...]

Completed in 185 milliseconds