Searched refs:DWOName (Results 1 – 7 of 7) sorted by relevance
87 std::string DWOName = dwarf::toString( in getDWOFilenames() local89 if (DWOName.empty()) in getDWOFilenames()94 SmallString<16> DWOPath(DWOName); in getDWOFilenames()96 if (!sys::fs::exists(DWOPath) && sys::fs::exists(DWOName)) in getDWOFilenames()97 DWOPaths.push_back(std::move(DWOName)); in getDWOFilenames()101 DWOPaths.push_back(std::move(DWOName)); in getDWOFilenames()
27 std::string DWOName;66 const char *DWOName = "";21 std::string DWOName; global() member 60 const char *DWOName = ""; global() member
137 ID.DWOName = *EName; in getCUIdentifiers()302 StringRef DWOName) { in buildDWODescription() argument306 bool HasDWO = !DWOName.empty(); in buildDWODescription()312 Text += DWOName; in buildDWODescription()552 PrevE.second.DWOName) + in buildDuplicateError()553 " and " + buildDWODescription(ID.Name, DWPName, ID.DWOName)); in buildDuplicateError()792 P.first->second.DWOName = ID.DWOName; in write()865 NewEntry.DWOName = ID.DWOName; in write()
399 uint64_t DIEHash::computeCUSignature(StringRef DWOName, const DIE &Die) { in computeCUSignature() argument403 if (!DWOName.empty()) in computeCUSignature()404 Hash.update(DWOName); in computeCUSignature()
38 uint64_t computeCUSignature(StringRef DWOName, const DIE &Die);
1262 StringRef DWOName; in finalizeModuleInfo() local1264 DWOName = Asm->TM.Options.MCOptions.SplitDwarfFile; in finalizeModuleInfo()1300 DIEHash(Asm, &TheCU).computeCUSignature(DWOName, TheCU.getUnitDie()); in finalizeModuleInfo()
570 std::string DWOName = dwarf::toString( in convert() local575 << DWOName << "\n"; in convert()