Lines Matching refs:DebugNamesDWARFIndex
27 llvm::Expected<std::unique_ptr<DebugNamesDWARFIndex>>
28 DebugNamesDWARFIndex::Create(Module &module, DWARFDataExtractor debug_names, in Create()
40 return std::unique_ptr<DebugNamesDWARFIndex>(new DebugNamesDWARFIndex( in Create()
45 DebugNamesDWARFIndex::GetUnits(const DebugNames &debug_names) { in GetUnits()
54 DIERef DebugNamesDWARFIndex::ToDIERef(const DebugNames::Entry &entry) { in ToDIERef()
75 void DebugNamesDWARFIndex::Append(const DebugNames::Entry &entry, in Append()
81 void DebugNamesDWARFIndex::MaybeLogLookupError(llvm::Error error, in MaybeLogLookupError()
92 void DebugNamesDWARFIndex::GetGlobalVariables(ConstString basename, in GetGlobalVariables()
105 void DebugNamesDWARFIndex::GetGlobalVariables(const RegularExpression ®ex, in GetGlobalVariables()
127 void DebugNamesDWARFIndex::GetGlobalVariables(const DWARFUnit &cu, in GetGlobalVariables()
149 void DebugNamesDWARFIndex::GetCompleteObjCClass(ConstString class_name, in GetCompleteObjCClass()
192 void DebugNamesDWARFIndex::GetTypes(ConstString name, DIEArray &offsets) { in GetTypes()
202 void DebugNamesDWARFIndex::GetTypes(const DWARFDeclContext &context, in GetTypes()
213 void DebugNamesDWARFIndex::GetNamespaces(ConstString name, DIEArray &offsets) { in GetNamespaces()
223 void DebugNamesDWARFIndex::GetFunctions( in GetFunctions()
248 void DebugNamesDWARFIndex::GetFunctions(const RegularExpression ®ex, in GetFunctions()
271 void DebugNamesDWARFIndex::Dump(Stream &s) { in Dump()