Home
last modified time | relevance | path

Searched refs:DebugNamesDWARFIndex (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDebugNamesDWARFIndex.cpp27 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 …]
H A DDebugNamesDWARFIndex.h20 class DebugNamesDWARFIndex : public DWARFIndex {
22 static llvm::Expected<std::unique_ptr<DebugNamesDWARFIndex>>
50 DebugNamesDWARFIndex(Module &module, in DebugNamesDWARFIndex() function
H A DSymbolFileDWARF.cpp479 llvm::Expected<std::unique_ptr<DebugNamesDWARFIndex>> index_or = in InitializeObject()
480 DebugNamesDWARFIndex::Create(*GetObjectFile()->GetModule(), in InitializeObject()
/freebsd-12.1/lib/clang/liblldb/
H A DMakefile447 SRCS+= Plugins/SymbolFile/DWARF/DebugNamesDWARFIndex.cpp