Lines Matching refs:COFFObj
338 const auto COFFObj = dyn_cast<COFFObjectFile>(Obj);339 if (COFFObj->getArch() == Triple::thumb)1032 if (const auto *COFFObj = dyn_cast<COFFObjectFile>(Obj)) {1033 for (const auto &ExportEntry : COFFObj->export_directories()) {1041 uint64_t VA = COFFObj->getImageBase() + RVA;