Home
last modified time | relevance | path

Searched refs:DWOName (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dwp/
Dllvm-dwp.cpp114 const char *DWOName = ""; member
180 ID.DWOName = *EName; in getCUIdentifiers()
197 std::string DWOName; member
341 std::string buildDWODescription(StringRef Name, StringRef DWPName, StringRef DWOName) { in buildDWODescription() argument
347 if (!DWOName.empty()) { in buildDWODescription()
349 Text += DWOName; in buildDWODescription()
464 PrevE.second.DWOName) + in buildDuplicateError()
465 " and " + buildDWODescription(ID.Name, DWPName, ID.DWOName)); in buildDuplicateError()
480 std::string DWOName = dwarf::toString( in getDWOFilenames() local
482 if (DWOName.empty()) in getDWOFilenames()
[all …]
/external/llvm/tools/llvm-dwp/
Dllvm-dwp.cpp111 const char *DWOName = ""; member
170 ID.DWOName = *EName; in getCUIdentifiers()
186 std::string DWOName; member
345 std::string buildDWODescription(StringRef Name, StringRef DWPName, StringRef DWOName) { in buildDWODescription() argument
351 if (!DWOName.empty()) { in buildDWODescription()
353 Text += DWOName; in buildDWODescription()
461 PrevE.second.DWOName) + in buildDuplicateError()
462 " and " + buildDWODescription(ID.Name, DWPName, ID.DWOName)); in buildDuplicateError()
538 P.first->second.DWOName = ID.DWOName; in write()
566 NewEntry.DWOName = ID.DWOName; in write()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDIEHash.cpp383 uint64_t DIEHash::computeCUSignature(StringRef DWOName, const DIE &Die) { in computeCUSignature() argument
387 if (!DWOName.empty()) in computeCUSignature()
388 Hash.update(DWOName); in computeCUSignature()
DDIEHash.h39 uint64_t computeCUSignature(StringRef DWOName, const DIE &Die);
DDwarfDebug.cpp763 StringRef DWOName; in finalizeModuleInfo() local
765 DWOName = Asm->TM.Options.MCOptions.SplitDwarfFile; in finalizeModuleInfo()
782 DIEHash(Asm).computeCUSignature(DWOName, TheCU.getUnitDie()); in finalizeModuleInfo()