Lines Matching refs:DebugNamesDWARFIndex
22 llvm::Expected<std::unique_ptr<DebugNamesDWARFIndex>>
23 DebugNamesDWARFIndex::Create(Module &module, DWARFDataExtractor debug_names, in Create()
31 return std::unique_ptr<DebugNamesDWARFIndex>(new DebugNamesDWARFIndex( in Create()
36 DebugNamesDWARFIndex::GetUnits(const DebugNames &debug_names) { in GetUnits()
46 DebugNamesDWARFIndex::ToDIERef(const DebugNames::Entry &entry) { in ToDIERef()
63 bool DebugNamesDWARFIndex::ProcessEntry( in ProcessEntry()
77 void DebugNamesDWARFIndex::MaybeLogLookupError(llvm::Error error, in MaybeLogLookupError()
88 void DebugNamesDWARFIndex::GetGlobalVariables( in GetGlobalVariables()
102 void DebugNamesDWARFIndex::GetGlobalVariables( in GetGlobalVariables()
127 void DebugNamesDWARFIndex::GetGlobalVariables( in GetGlobalVariables()
156 void DebugNamesDWARFIndex::GetCompleteObjCClass( in GetCompleteObjCClass()
201 void DebugNamesDWARFIndex::GetTypes( in GetTypes()
214 void DebugNamesDWARFIndex::GetTypes( in GetTypes()
228 void DebugNamesDWARFIndex::GetNamespaces( in GetNamespaces()
241 void DebugNamesDWARFIndex::GetFunctions( in GetFunctions()
267 void DebugNamesDWARFIndex::GetFunctions( in GetFunctions()
293 void DebugNamesDWARFIndex::Dump(Stream &s) { in Dump()