Home
last modified time | relevance | path

Searched refs:DWPName (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/Symbolize/
DSymbolize.h62 StringRef DWPName = "");
65 StringRef DWPName = "");
84 getOrCreateModuleInfo(const std::string &ModuleName, StringRef DWPName = "");
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/Symbolize/
DSymbolize.cpp58 uint64_t ModuleOffset, StringRef DWPName) { in symbolizeCode() argument
60 if (auto InfoOrErr = getOrCreateModuleInfo(ModuleName, DWPName)) in symbolizeCode()
84 uint64_t ModuleOffset, StringRef DWPName) { in symbolizeInlinedCode() argument
86 if (auto InfoOrErr = getOrCreateModuleInfo(ModuleName, DWPName)) in symbolizeInlinedCode()
374 StringRef DWPName) { in getOrCreateModuleInfo() argument
420 DWARFContext::defaultErrorHandler, DWPName); in getOrCreateModuleInfo()
/external/llvm/tools/llvm-dwp/
Dllvm-dwp.cpp187 StringRef DWPName; member
345 std::string buildDWODescription(StringRef Name, StringRef DWPName, StringRef DWOName) { in buildDWODescription() argument
349 if (!DWPName.empty()) { in buildDWODescription()
357 Text += DWPName; in buildDWODescription()
457 const CompileUnitIdentifiers &ID, StringRef DWPName) { in buildDuplicateError() argument
460 buildDWODescription(PrevE.second.Name, PrevE.second.DWPName, in buildDuplicateError()
462 " and " + buildDWODescription(ID.Name, DWPName, ID.DWOName)); in buildDuplicateError()
567 NewEntry.DWPName = Input; in write()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dwp/
Dllvm-dwp.cpp198 StringRef DWPName; member
341 std::string buildDWODescription(StringRef Name, StringRef DWPName, StringRef DWOName) { in buildDWODescription() argument
345 if (!DWPName.empty()) { in buildDWODescription()
353 Text += DWPName; in buildDWODescription()
460 const CompileUnitIdentifiers &ID, StringRef DWPName) { in buildDuplicateError() argument
463 buildDWODescription(PrevE.second.Name, PrevE.second.DWPName, in buildDuplicateError()
465 " and " + buildDWODescription(ID.Name, DWPName, ID.DWOName)); in buildDuplicateError()
599 NewEntry.DWPName = Input; in write()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h93 std::string DWPName; variable
118 std::string DWPName = "");
315 std::string DWPName = "");
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp69 std::string DWPName) in DWARFContext() argument
70 : DIContext(CK_DWARF), DWPName(std::move(DWPName)), DObj(std::move(DObj)) {} in DWARFContext()
1086 SmallString<128> DWPName; in getDWOContext() local
1088 this->DWPName.empty() in getDWOContext()
1089 ? (DObj->getFileName() + ".dwp").toStringRef(DWPName) in getDWOContext()
1090 : StringRef(this->DWPName)); in getDWOContext()
1588 std::string DWPName) { in create() argument
1590 return llvm::make_unique<DWARFContext>(std::move(DObj), std::move(DWPName)); in create()