Searched refs:DebugNamesDWARFIndex (Results 1 – 4 of 4) sorted by relevance
20 llvm::Expected<std::unique_ptr<DebugNamesDWARFIndex>>21 DebugNamesDWARFIndex::Create(Module &module, DWARFDataExtractor debug_names, in Create()29 return std::unique_ptr<DebugNamesDWARFIndex>(new DebugNamesDWARFIndex( in Create()34 DebugNamesDWARFIndex::GetUnits(const DebugNames &debug_names) { in GetUnits()44 DebugNamesDWARFIndex::ToDIERef(const DebugNames::Entry &entry) { in ToDIERef()61 bool DebugNamesDWARFIndex::ProcessEntry( in ProcessEntry()75 void DebugNamesDWARFIndex::MaybeLogLookupError(llvm::Error error, in MaybeLogLookupError()86 void DebugNamesDWARFIndex::GetGlobalVariables( in GetGlobalVariables()100 void DebugNamesDWARFIndex::GetGlobalVariables( in GetGlobalVariables()125 void DebugNamesDWARFIndex::GetGlobalVariables( in GetGlobalVariables()[all …]
20 class DebugNamesDWARFIndex : public DWARFIndex {22 static llvm::Expected<std::unique_ptr<DebugNamesDWARFIndex>>59 DebugNamesDWARFIndex(Module &module, in DebugNamesDWARFIndex() function
11 DebugNamesDWARFIndex.cpp
485 llvm::Expected<std::unique_ptr<DebugNamesDWARFIndex>> index_or = in InitializeObject()486 DebugNamesDWARFIndex::Create(*GetObjectFile()->GetModule(), in InitializeObject()