Lines Matching refs:DebugNamesDWARFIndex
21 llvm::Expected<std::unique_ptr<DebugNamesDWARFIndex>>
22 DebugNamesDWARFIndex::Create(Module &module, DWARFDataExtractor debug_names, in Create()
30 return std::unique_ptr<DebugNamesDWARFIndex>(new DebugNamesDWARFIndex( in Create()
35 DebugNamesDWARFIndex::GetUnits(const DebugNames &debug_names) { in GetUnits()
45 DebugNamesDWARFIndex::ToDIERef(const DebugNames::Entry &entry) { in ToDIERef()
62 bool DebugNamesDWARFIndex::ProcessEntry( in ProcessEntry()
76 void DebugNamesDWARFIndex::MaybeLogLookupError(llvm::Error error, in MaybeLogLookupError()
87 void DebugNamesDWARFIndex::GetGlobalVariables( in GetGlobalVariables()
101 void DebugNamesDWARFIndex::GetGlobalVariables( in GetGlobalVariables()
126 void DebugNamesDWARFIndex::GetGlobalVariables( in GetGlobalVariables()
155 void DebugNamesDWARFIndex::GetCompleteObjCClass( in GetCompleteObjCClass()
200 void DebugNamesDWARFIndex::GetTypes( in GetTypes()
213 void DebugNamesDWARFIndex::GetTypes( in GetTypes()
227 void DebugNamesDWARFIndex::GetNamespaces( in GetNamespaces()
240 void DebugNamesDWARFIndex::GetFunctions( in GetFunctions()
267 void DebugNamesDWARFIndex::GetFunctions( in GetFunctions()
293 void DebugNamesDWARFIndex::Dump(Stream &s) { in Dump()