Lines Matching refs:ObjFile

116   void addObjFile(ObjFile *File, CVIndexMap *ExternIndexMap = nullptr);
129 Expected<const CVIndexMap &> mergeDebugT(ObjFile *File,
133 Expected<const CVIndexMap &> maybeMergeTypeServerPDB(ObjFile *File,
140 mergeInPrecompHeaderObj(ObjFile *File, const CVType &FirstType,
152 Expected<const CVIndexMap &> aquirePrecompObj(ObjFile *File,
159 void mergeSymbolRecords(ObjFile *File, const CVIndexMap &IndexMap,
232 ObjFile &File;
265 DebugSHandler(PDBLinker &Linker, ObjFile &File, const CVIndexMap &IndexMap) in DebugSHandler()
330 static ArrayRef<uint8_t> getDebugSection(ObjFile *File, StringRef SecName) { in getDebugSection()
352 static Optional<ArrayRef<uint8_t>> getDebugH(ObjFile *File) { in getDebugH()
390 static uint32_t extractPCHSignature(ObjFile *File) { in extractPCHSignature()
420 PDBLinker::mergeDebugT(ObjFile *File, CVIndexMap *ObjectIndexMap) { in mergeDebugT()
554 PDBLinker::maybeMergeTypeServerPDB(ObjFile *File, const CVType &FirstType) { in maybeMergeTypeServerPDB()
668 PDBLinker::mergeInPrecompHeaderObj(ObjFile *File, const CVType &FirstType, in mergeInPrecompHeaderObj()
703 static ObjFile *findObjByName(StringRef FileNameOnly) { in findObjByName()
706 for (ObjFile *F : ObjFile::Instances) { in findObjByName()
728 PDBLinker::aquirePrecompObj(ObjFile *File, PrecompRecord Precomp) { in aquirePrecompObj()
773 static void remapTypesInSymbolRecord(ObjFile *File, SymbolKind SymKind, in remapTypesInSymbolRecord()
931 uint32_t CurOffset, ObjFile *File) { in scopeStackClose()
1014 void PDBLinker::mergeSymbolRecords(ObjFile *File, const CVIndexMap &IndexMap, in mergeSymbolRecords()
1273 void PDBLinker::addObjFile(ObjFile *File, CVIndexMap *ExternIndexMap) { in addObjFile()
1376 for (ObjFile *File : ObjFile::Instances) in addObjectsToPDB()