Home
last modified time | relevance | path

Searched refs:GetAsLLVM (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDwo.cpp37 m_context.GetAsLLVM().getCUIndex(); in SymbolFileDWARFDwo()
41 if (const llvm::DWARFUnitIndex &index = m_context.GetAsLLVM().getCUIndex()) { in GetDWOCompileUnitForHash()
H A DDWARFDataExtractor.h34 llvm::DataExtractor GetAsLLVM() const;
H A DDWARFDataExtractor.cpp29 llvm::DataExtractor DWARFDataExtractor::GetAsLLVM() const { in GetAsLLVM() function in lldb_private::DWARFDataExtractor
H A DDWARFDebugAbbrev.cpp
H A DDWARFContext.h80 llvm::DWARFContext &GetAsLLVM();
H A DDWARFContext.cpp128 llvm::DWARFContext &DWARFContext::GetAsLLVM() { in GetAsLLVM()
127 llvm::DWARFContext &DWARFContext::GetAsLLVM() { GetAsLLVM() function in DWARFContext
H A DDWARFUnit.cpp599 GetRnglistData().GetAsLLVM(), Index)) in GetRnglistOffset()
945 context.GetAsLLVM(), debug_info_llvm, offset_ptr, section_kind_llvm)) in extract()
951 ? context.GetAsLLVM().getTUIndex() in extract()
952 : context.GetAsLLVM().getCUIndex(); in extract()
H A DDWARFUnit.h233 m_dwarf.GetDWARFContext().getOrLoadLocListsData().GetAsLLVM(), Index); in GetLoclistOffset()
H A DAppleDWARFIndex.cpp28 llvm::DataExtractor llvm_debug_str = debug_str.GetAsLLVM(); in Create()
H A DDebugNamesDWARFIndex.cpp30 debug_str.GetAsLLVM()); in Create()
H A DSymbolFileDWARF.cpp152 llvm::DWARFContext &ctx = context.GetAsLLVM(); in ParseLLVMLineTable()
176 llvm::DWARFContext &ctx = context.GetAsLLVM(); in ParseLLVMLineTablePrologue()
705 std::make_unique<llvm::DWARFDebugAbbrev>(debug_abbrev_data.GetAsLLVM()); in DebugAbbrev()
1143 llvm::DWARFContext &ctx = m_context.GetAsLLVM(); in GetTypeUnitSupportFiles()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp165 llvm::DataExtractor data = section_header_data.GetAsLLVM(); in DecodeNextSection()
424 llvm::DataExtractor data = section_header_data.GetAsLLVM(); in GetExternalDebugInfoFileSpec()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DDataExtractor.h987 llvm::DataExtractor GetAsLLVM() const { in GetAsLLVM() function
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp87 llvm::DWARFExpression(m_data.GetAsLLVM(), m_data.GetAddressByteSize()) in DumpLocation()