HomeSort by relevance Sort by last modified time
    Searched defs:ObjFD (Results 1 - 2 of 2) sorted by null

  /external/llvm/tools/obj2yaml/
coff2yaml.cpp 144 const object::coff_aux_function_definition *ObjFD) {
146 YAMLFD.TagIndex = ObjFD->TagIndex;
147 YAMLFD.TotalSize = ObjFD->TotalSize;
148 YAMLFD.PointerToLinenumber = ObjFD->PointerToLinenumber;
149 YAMLFD.PointerToNextFunction = ObjFD->PointerToNextFunction;
219 const object::coff_aux_function_definition *ObjFD =
222 dumpFunctionDefinition(&Sym, ObjFD);
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
coff2yaml.cpp 207 const object::coff_aux_function_definition *ObjFD) {
209 YAMLFD.TagIndex = ObjFD->TagIndex;
210 YAMLFD.TotalSize = ObjFD->TotalSize;
211 YAMLFD.PointerToLinenumber = ObjFD->PointerToLinenumber;
212 YAMLFD.PointerToNextFunction = ObjFD->PointerToNextFunction;
282 const object::coff_aux_function_definition *ObjFD =
285 dumpFunctionDefinition(&Sym, ObjFD);

Completed in 272 milliseconds