Home
last modified time | relevance | path

Searched refs:DWOName (Results 1 – 7 of 7) sorted by path

/freebsd/contrib/llvm-project/llvm/include/llvm/DWP/
H A DDWP.h27 std::string DWOName; member
66 const char *DWOName = ""; member
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHash.cpp399 uint64_t DIEHash::computeCUSignature(StringRef DWOName, const DIE &Die) { in computeCUSignature() argument
403 if (!DWOName.empty()) in computeCUSignature()
404 Hash.update(DWOName); in computeCUSignature()
H A DDIEHash.h38 uint64_t computeCUSignature(StringRef DWOName, const DIE &Die);
H A DDwarfDebug.cpp1262 StringRef DWOName; in finalizeModuleInfo() local
1264 DWOName = Asm->TM.Options.MCOptions.SplitDwarfFile; in finalizeModuleInfo()
1300 DIEHash(Asm, &TheCU).computeCUSignature(DWOName, TheCU.getUnitDie()); in finalizeModuleInfo()
/freebsd/contrib/llvm-project/llvm/lib/DWP/
H A DDWP.cpp137 ID.DWOName = *EName; in getCUIdentifiers()
302 StringRef DWOName) { in buildDWODescription() argument
306 bool HasDWO = !DWOName.empty(); in buildDWODescription()
312 Text += DWOName; in buildDWODescription()
528 PrevE.second.DWOName) + in buildDuplicateError()
529 " and " + buildDWODescription(ID.Name, DWPName, ID.DWOName)); in buildDuplicateError()
768 P.first->second.DWOName = ID.DWOName; in write()
841 NewEntry.DWOName = ID.DWOName; in write()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp545 std::string DWOName = dwarf::toString( in convert() local
550 << DWOName << "\n"; in convert()
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwp/
H A Dllvm-dwp.cpp87 std::string DWOName = dwarf::toString( in getDWOFilenames() local
89 if (DWOName.empty()) in getDWOFilenames()
94 SmallString<16> DWOPath(std::move(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()