Searched refs:ObjFileName (Results 1 – 6 of 6) sorted by relevance
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()112 uint32_t O = ObjFileName.size() + 1; in calculateSerializedLength()153 if (auto EC = ModiWriter.writeCString(ObjFileName)) in commit()
109 StringRef getObjFileName() const { return ObjFileName; } in getObjFileName()144 std::string ObjFileName; variable
52 StringRef ObjFileName; variable
199 SmallString<128> ObjFileName(SrcFile); in getObjFilePath() local200 llvm::sys::path::replace_extension(ObjFileName, "o"); in getObjFilePath()201 return std::string(ObjFileName.str()); in getObjFilePath()
192 char ObjFileName[];254 - **ObjFileName** - The object file name. In the case of an module that is