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

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDebugNamesDWARFIndex.cpp1 //===-- DebugNamesDWARFIndex.cpp ------------------------------------------===//
9 #include "Plugins/SymbolFile/DWARF/DebugNamesDWARFIndex.h"
23 llvm::Expected<std::unique_ptr<DebugNamesDWARFIndex>>
24 DebugNamesDWARFIndex::Create(Module &module, DWARFDataExtractor debug_names,
32 return std::unique_ptr<DebugNamesDWARFIndex>(new DebugNamesDWARFIndex(
37 DebugNamesDWARFIndex::GetUnits(const DebugNames &debug_names) {
51 DebugNamesDWARFIndex::ToDIERef(const DebugNames::Entry &entry) const {
74 bool DebugNamesDWARFIndex::ProcessEntry(
88 void DebugNamesDWARFIndex
[all...]
H A DDebugNamesDWARFIndex.h1 //===-- DebugNamesDWARFIndex.h ---------------------------------*- C++ -*-===//
22 class DebugNamesDWARFIndex : public DWARFIndex { class in namespace:lldb_private::plugin::dwarf
24 static llvm::Expected<std::unique_ptr<DebugNamesDWARFIndex>>
61 DebugNamesDWARFIndex(Module &module, function in class:lldb_private::plugin::dwarf::DebugNamesDWARFIndex
H A DSymbolFileDWARF.cpp71 #include "DebugNamesDWARFIndex.h"
534 llvm::Expected<std::unique_ptr<DebugNamesDWARFIndex>> index_or =
535 DebugNamesDWARFIndex::Create(*GetObjectFile()->GetModule(),
/freebsd-current/lib/clang/liblldb/
H A DMakefile564 SRCS+= Plugins/SymbolFile/DWARF/DebugNamesDWARFIndex.cpp

Completed in 127 milliseconds