Lines Matching refs:DebugNamesDWARFIndex
23 llvm::Expected<std::unique_ptr<DebugNamesDWARFIndex>>
24 DebugNamesDWARFIndex::Create(Module &module, DWARFDataExtractor debug_names, in Create()
32 return std::unique_ptr<DebugNamesDWARFIndex>(new DebugNamesDWARFIndex( in Create()
37 DebugNamesDWARFIndex::GetUnits(const DebugNames &debug_names) { in GetUnits()
51 DebugNamesDWARFIndex::ToDIERef(const DebugNames::Entry &entry) const { in ToDIERef()
74 bool DebugNamesDWARFIndex::ProcessEntry( in ProcessEntry()
88 void DebugNamesDWARFIndex::MaybeLogLookupError(llvm::Error error, in MaybeLogLookupError()
99 void DebugNamesDWARFIndex::GetGlobalVariables( in GetGlobalVariables()
113 void DebugNamesDWARFIndex::GetGlobalVariables( in GetGlobalVariables()
138 void DebugNamesDWARFIndex::GetGlobalVariables( in GetGlobalVariables()
176 void DebugNamesDWARFIndex::GetCompleteObjCClass( in GetCompleteObjCClass()
221 void DebugNamesDWARFIndex::GetTypes( in GetTypes()
234 void DebugNamesDWARFIndex::GetTypes( in GetTypes()
248 void DebugNamesDWARFIndex::GetNamespaces( in GetNamespaces()
263 void DebugNamesDWARFIndex::GetFunctions( in GetFunctions()
289 void DebugNamesDWARFIndex::GetFunctions( in GetFunctions()
314 void DebugNamesDWARFIndex::Dump(Stream &s) { in Dump()