Lines Matching refs:DebugNames
36 llvm::make_unique<DebugNames>(ToLLVM(debug_names), ToLLVM(debug_str)); in Create()
45 DebugNamesDWARFIndex::GetUnits(const DebugNames &debug_names) { in GetUnits()
47 for (const DebugNames::NameIndex &ni : debug_names) { in GetUnits()
54 DIERef DebugNamesDWARFIndex::ToDIERef(const DebugNames::Entry &entry) { in ToDIERef()
75 void DebugNamesDWARFIndex::Append(const DebugNames::Entry &entry, in Append()
82 const DebugNames::NameIndex &ni, in MaybeLogLookupError()
87 handleErrors(std::move(error), [](const DebugNames::SentinelError &) {}), in MaybeLogLookupError()
96 for (const DebugNames::Entry &entry : in GetGlobalVariables()
109 for (const DebugNames::NameIndex &ni: *m_debug_names_up) { in GetGlobalVariables()
110 for (DebugNames::NameTableEntry nte: ni) { in GetGlobalVariables()
115 llvm::Expected<DebugNames::Entry> entry_or = ni.getEntry(&entry_offset); in GetGlobalVariables()
132 for (const DebugNames::NameIndex &ni: *m_debug_names_up) { in GetGlobalVariables()
133 for (DebugNames::NameTableEntry nte: ni) { in GetGlobalVariables()
135 llvm::Expected<DebugNames::Entry> entry_or = ni.getEntry(&entry_offset); in GetGlobalVariables()
158 for (const DebugNames::Entry &entry : in GetCompleteObjCClass()
195 for (const DebugNames::Entry &entry : in GetTypes()
206 for (const DebugNames::Entry &entry : in GetTypes()
216 for (const DebugNames::Entry &entry : in GetNamespaces()
231 for (const DebugNames::Entry &entry : in GetFunctions()
252 for (const DebugNames::NameIndex &ni: *m_debug_names_up) { in GetFunctions()
253 for (DebugNames::NameTableEntry nte: ni) { in GetFunctions()
258 llvm::Expected<DebugNames::Entry> entry_or = ni.getEntry(&entry_offset); in GetFunctions()