Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/DWP/
HDDWP.h28 StringRef DWPName; member
96 const CompileUnitIdentifiers &ID, StringRef DWPName);
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DWP/
HDDWP.cpp301 static std::string buildDWODescription(StringRef Name, StringRef DWPName, in buildDWODescription() argument
307 bool HasDWP = !DWPName.empty(); in buildDWODescription()
317 if (!DWPName.empty()) { in buildDWODescription()
319 Text += DWPName; in buildDWODescription()
548 const CompileUnitIdentifiers &ID, StringRef DWPName) { in buildDuplicateError() argument
551 buildDWODescription(PrevE.second.Name, PrevE.second.DWPName, in buildDuplicateError()
553 " and " + buildDWODescription(ID.Name, DWPName, ID.DWOName)); in buildDuplicateError()
866 NewEntry.DWPName = Input; in write()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
HDDWARFContext.cpp283 std::string DWPName; member in __anonba7270c80411::ThreadUnsafeDWARFContextState
288 DWPName(std::move(DWP)) {} in ThreadUnsafeDWARFContextState()
556 SmallString<128> DWPName; in getDWOContext() local
558 this->DWPName.empty() in getDWOContext()
559 ? (DObj.getFileName() + ".dwp").toStringRef(DWPName) in getDWOContext()
560 : StringRef(this->DWPName)); in getDWOContext()
747 std::string DWPName, in DWARFContext() argument
755 State = std::make_unique<ThreadSafeState>(*this, DWPName); in DWARFContext()
757 State = std::make_unique<ThreadUnsafeDWARFContextState>(*this, DWPName); in DWARFContext()
2443 const LoadedObjectInfo *L, std::string DWPName, in create() argument
[all …]
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
HDDWARFContext.h136 std::string DWPName = "",
441 const LoadedObjectInfo *L = nullptr, std::string DWPName = "",
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/
HDSymbolize.h63 std::string DWPName; member
/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-symbolizer/
HDllvm-symbolizer.cpp496 Opts.DWPName = Args.getLastArgValue(OPT_dwp_EQ).str(); in llvm_symbolizer_main()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
HDSymbolize.cpp668 nullptr, Opts.DWPName); in getOrCreateModuleInfo()