Searched refs:DebugNamesDWARFIndex (Results 1 – 4 of 4) sorted by relevance
27 llvm::Expected<std::unique_ptr<DebugNamesDWARFIndex>>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()127 void DebugNamesDWARFIndex::GetGlobalVariables(const DWARFUnit &cu, in GetGlobalVariables()202 void DebugNamesDWARFIndex::GetTypes(const DWARFDeclContext &context, in GetTypes()223 void DebugNamesDWARFIndex::GetFunctions( in GetFunctions()[all …]
20 class DebugNamesDWARFIndex : public DWARFIndex {22 static llvm::Expected<std::unique_ptr<DebugNamesDWARFIndex>>50 DebugNamesDWARFIndex(Module &module, in DebugNamesDWARFIndex() function
479 llvm::Expected<std::unique_ptr<DebugNamesDWARFIndex>> index_or = in InitializeObject()480 DebugNamesDWARFIndex::Create(*GetObjectFile()->GetModule(), in InitializeObject()
447 SRCS+= Plugins/SymbolFile/DWARF/DebugNamesDWARFIndex.cpp