Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDebugNamesDWARFIndex.cpp22 llvm::Expected<std::unique_ptr<DebugNamesDWARFIndex>>
23 DebugNamesDWARFIndex::Create(Module &module, DWARFDataExtractor debug_names, in Create()
31 return std::unique_ptr<DebugNamesDWARFIndex>(new DebugNamesDWARFIndex( in Create()
36 DebugNamesDWARFIndex::GetUnits(const DebugNames &debug_names) { in GetUnits()
46 DebugNamesDWARFIndex::ToDIERef(const DebugNames::Entry &entry) { in ToDIERef()
63 bool DebugNamesDWARFIndex::ProcessEntry( in ProcessEntry()
77 void DebugNamesDWARFIndex::MaybeLogLookupError(llvm::Error error, in MaybeLogLookupError()
88 void DebugNamesDWARFIndex::GetGlobalVariables( in GetGlobalVariables()
102 void DebugNamesDWARFIndex::GetGlobalVariables( in GetGlobalVariables()
127 void DebugNamesDWARFIndex::GetGlobalVariables( in GetGlobalVariables()
[all …]
H A DDebugNamesDWARFIndex.h21 class DebugNamesDWARFIndex : public DWARFIndex {
23 static llvm::Expected<std::unique_ptr<DebugNamesDWARFIndex>>
60 DebugNamesDWARFIndex(Module &module, in DebugNamesDWARFIndex() function
H A DCMakeLists.txt11 DebugNamesDWARFIndex.cpp
H A DSymbolFileDWARF.cpp480 llvm::Expected<std::unique_ptr<DebugNamesDWARFIndex>> index_or = in InitializeObject()
481 DebugNamesDWARFIndex::Create(*GetObjectFile()->GetModule(), in InitializeObject()
/openbsd-src/gnu/usr.bin/clang/liblldbPluginSymbolFile/
H A DMakefile14 DebugNamesDWARFIndex.cpp \
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/SymbolFile/DWARF/
H A DBUILD.gn67 "DebugNamesDWARFIndex.cpp",
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt4514 lldb/source/Plugins/SymbolFile/DWARF/DebugNamesDWARFIndex.h