Lines Matching refs:DebugNamesDWARFIndex
20 llvm::Expected<std::unique_ptr<DebugNamesDWARFIndex>>
21 DebugNamesDWARFIndex::Create(Module &module, DWARFDataExtractor debug_names, in Create()
29 return std::unique_ptr<DebugNamesDWARFIndex>(new DebugNamesDWARFIndex( in Create()
34 DebugNamesDWARFIndex::GetUnits(const DebugNames &debug_names) { in GetUnits()
44 DebugNamesDWARFIndex::ToDIERef(const DebugNames::Entry &entry) { in ToDIERef()
61 bool DebugNamesDWARFIndex::ProcessEntry( in ProcessEntry()
75 void DebugNamesDWARFIndex::MaybeLogLookupError(llvm::Error error, in MaybeLogLookupError()
86 void DebugNamesDWARFIndex::GetGlobalVariables( in GetGlobalVariables()
100 void DebugNamesDWARFIndex::GetGlobalVariables( in GetGlobalVariables()
125 void DebugNamesDWARFIndex::GetGlobalVariables( in GetGlobalVariables()
149 void DebugNamesDWARFIndex::GetCompleteObjCClass( in GetCompleteObjCClass()
194 void DebugNamesDWARFIndex::GetTypes( in GetTypes()
207 void DebugNamesDWARFIndex::GetTypes( in GetTypes()
221 void DebugNamesDWARFIndex::GetNamespaces( in GetNamespaces()
234 void DebugNamesDWARFIndex::GetFunctions( in GetFunctions()
261 void DebugNamesDWARFIndex::GetFunctions( in GetFunctions()
287 void DebugNamesDWARFIndex::Dump(Stream &s) { in Dump()