Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DWP/
H A DDWP.h28 StringRef DWPName;
96 const CompileUnitIdentifiers &ID, StringRef DWPName);
22 StringRef DWPName; global() member
/freebsd/contrib/llvm-project/llvm/lib/DWP/
H A DDWP.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/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp283 std::string DWPName; member in __anonfc0a132e0411::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/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h136 std::string DWPName = "",
441 const LoadedObjectInfo *L = nullptr, std::string DWPName = "",
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/
H A DSymbolize.h63 std::string DWPName; member
/freebsd/contrib/llvm-project/llvm/tools/llvm-symbolizer/
H A Dllvm-symbolizer.cpp496 Opts.DWPName = Args.getLastArgValue(OPT_dwp_EQ).str(); in llvm_symbolizer_main()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp668 nullptr, Opts.DWPName); in getOrCreateModuleInfo()