Lines Matching refs:DebugNamesDWARFIndex
25 llvm::Expected<std::unique_ptr<DebugNamesDWARFIndex>>
26 DebugNamesDWARFIndex::Create(Module &module, DWARFDataExtractor debug_names, in Create()
34 return std::unique_ptr<DebugNamesDWARFIndex>(new DebugNamesDWARFIndex( in Create()
39 DebugNamesDWARFIndex::GetTypeUnitSignatures(const DebugNames &debug_names) { in GetTypeUnitSignatures()
50 DebugNamesDWARFIndex::GetUnits(const DebugNames &debug_names) { in GetUnits()
64 DebugNamesDWARFIndex::GetForeignTypeUnit(const DebugNames::Entry &entry) const { in GetForeignTypeUnit()
121 DebugNamesDWARFIndex::GetNonSkeletonUnit(const DebugNames::Entry &entry) const { in GetNonSkeletonUnit()
139 DWARFDIE DebugNamesDWARFIndex::GetDIE(const DebugNames::Entry &entry) const { in GetDIE()
154 bool DebugNamesDWARFIndex::ProcessEntry( in ProcessEntry()
168 void DebugNamesDWARFIndex::MaybeLogLookupError(llvm::Error error, in MaybeLogLookupError()
179 void DebugNamesDWARFIndex::GetGlobalVariables( in GetGlobalVariables()
193 void DebugNamesDWARFIndex::GetGlobalVariables( in GetGlobalVariables()
218 void DebugNamesDWARFIndex::GetGlobalVariables( in GetGlobalVariables()
256 void DebugNamesDWARFIndex::GetCompleteObjCClass( in GetCompleteObjCClass()
332 void DebugNamesDWARFIndex::GetFullyQualifiedType( in GetFullyQualifiedType()
376 bool DebugNamesDWARFIndex::SameParentChain( in SameParentChain()
404 void DebugNamesDWARFIndex::GetTypes( in GetTypes()
417 void DebugNamesDWARFIndex::GetTypes( in GetTypes()
431 void DebugNamesDWARFIndex::GetNamespaces( in GetNamespaces()
446 void DebugNamesDWARFIndex::GetFunctions( in GetFunctions()
472 void DebugNamesDWARFIndex::GetFunctions( in GetFunctions()
497 void DebugNamesDWARFIndex::Dump(Stream &s) { in Dump()