Home
last modified time | relevance | path

Searched refs:ObjSD (Results 1 – 2 of 2) sorted by relevance

/external/llvm/tools/obj2yaml/
Dcoff2yaml.cpp175 const object::coff_aux_section_definition *ObjSD, in dumpSectionDefinition() argument
178 int32_t AuxNumber = ObjSD->getNumber(IsBigObj); in dumpSectionDefinition()
179 YAMLASD.Length = ObjSD->Length; in dumpSectionDefinition()
180 YAMLASD.NumberOfRelocations = ObjSD->NumberOfRelocations; in dumpSectionDefinition()
181 YAMLASD.NumberOfLinenumbers = ObjSD->NumberOfLinenumbers; in dumpSectionDefinition()
182 YAMLASD.CheckSum = ObjSD->CheckSum; in dumpSectionDefinition()
184 YAMLASD.Selection = ObjSD->Selection; in dumpSectionDefinition()
252 const object::coff_aux_section_definition *ObjSD = in dumpSymbols() local
255 dumpSectionDefinition(&Sym, ObjSD, Symbol.isBigObj()); in dumpSymbols()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Dcoff2yaml.cpp238 const object::coff_aux_section_definition *ObjSD, in dumpSectionDefinition() argument
241 int32_t AuxNumber = ObjSD->getNumber(IsBigObj); in dumpSectionDefinition()
242 YAMLASD.Length = ObjSD->Length; in dumpSectionDefinition()
243 YAMLASD.NumberOfRelocations = ObjSD->NumberOfRelocations; in dumpSectionDefinition()
244 YAMLASD.NumberOfLinenumbers = ObjSD->NumberOfLinenumbers; in dumpSectionDefinition()
245 YAMLASD.CheckSum = ObjSD->CheckSum; in dumpSectionDefinition()
247 YAMLASD.Selection = ObjSD->Selection; in dumpSectionDefinition()
315 const object::coff_aux_section_definition *ObjSD = in dumpSymbols() local
318 dumpSectionDefinition(&Sym, ObjSD, Symbol.isBigObj()); in dumpSymbols()