Searched defs:ObjFD (Results 1 - 1 of 1) sorted by relevance

/external/llvm/tools/obj2yaml/
H A Dcoff2yaml.cpp138 const object::coff_aux_function_definition *ObjFD) {
140 YAMLFD.TagIndex = ObjFD->TagIndex;
141 YAMLFD.TotalSize = ObjFD->TotalSize;
142 YAMLFD.PointerToLinenumber = ObjFD->PointerToLinenumber;
143 YAMLFD.PointerToNextFunction = ObjFD->PointerToNextFunction;
213 const object::coff_aux_function_definition *ObjFD = local
216 dumpFunctionDefinition(&Sym, ObjFD);
137 dumpFunctionDefinition(COFFYAML::Symbol *Sym, const object::coff_aux_function_definition *ObjFD) argument

Completed in 47 milliseconds