Searched refs:ObjFileName (Results 1 – 12 of 12) sorted by relevance
73 : ModuleName(Info.ModuleName), ObjFileName(Info.ObjFileName), in ModInfo()86 if (auto EC = Reader.readZeroString(Info.ObjFileName)) in initialize()119 StringRef ModInfo::getObjFileName() const { return ObjFileName; } in getObjFileName()123 uint32_t O = ObjFileName.str().size() + 1; in getRecordLength()
30 if (auto EC = Reader.readCString(Info.ObjFileName)) in initialize()78 StringRef DbiModuleDescriptor::getObjFileName() const { return ObjFileName; } in getObjFileName()82 uint32_t O = ObjFileName.str().size() + 1; in getRecordLength()
54 ObjFileName = std::string(Name); in setObjFileName()100 uint32_t O = ObjFileName.size() + 1; in calculateSerializedLength()143 if (auto EC = ModiWriter.writeCString(ObjFileName)) in commit()
54 ObjFileName = Name; in setObjFileName()101 uint32_t O = ObjFileName.size() + 1; in calculateSerializedLength()144 if (auto EC = ModiWriter.writeCString(ObjFileName)) in commit()
63 StringRef getObjFileName() const { return ObjFileName; } in getObjFileName()92 std::string ObjFileName; variable
53 StringRef ObjFileName; variable
50 StringRef ObjFileName; variable
172 SmallString<128> ObjFileName(SrcFile); in getObjFilePath() local173 llvm::sys::path::replace_extension(ObjFileName, "o"); in getObjFilePath()174 return std::string(ObjFileName.str()); in getObjFilePath()
192 char ObjFileName[];254 - **ObjFileName** - The object file name. In the case of an module that is