Lines Matching defs:objFile
245 auto objFile = dyn_cast_or_null<ObjFile>(inputFile);
246 if (objFile && objFile->compileUnit)
247 result += " (" + objFile->sourceFile() + ")";
463 ObjFile *objFile);
466 const std::string &baseClassName, ObjFile *objFile);
467 Defined *emitCategoryName(const std::string &name, ObjFile *objFile);
970 ObjFile *objFile) {
986 newStringData(catSymName.c_str()), /*file=*/objFile, newCatList,
993 objFile->symbols.push_back(catListSym);
1005 ObjFile *objFile) {
1021 newStringData(symName.c_str()), /*file=*/objFile, newBodySec,
1028 objFile->symbols.push_back(catBodySym);
1044 ObjFile *objFile) {
1065 "<merged category name>", /*file=*/objFile, newStringSec,
1072 objFile->symbols.push_back(catNameSym);
1247 ObjFile *objFile = dyn_cast<ObjFile>(nonErasedCatBody->getFile());
1260 newStringData(slotSymName.c_str()), /*file=*/objFile, listSec,
1267 objFile->symbols.push_back(catListSlotSym);