Home
last modified time | relevance | path

Searched refs:eSectionTypeDWARFDebugAddr (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/wasm/
H A DSymbolVendorWasm.cpp115 eSectionTypeDWARFDebugAbbrev, eSectionTypeDWARFDebugAddr, in CreateInstance()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp117 eSectionTypeDWARFDebugAbbrev, eSectionTypeDWARFDebugAddr, in CreateInstance()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFContext.cpp66 return LoadOrGetSection(eSectionTypeDWARFDebugAddr, std::nullopt, in getOrLoadAddrData()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp64 case eSectionTypeDWARFDebugAddr: in GetTypeAsCString()
427 case eSectionTypeDWARFDebugAddr: in ContainsOnlyDebugInfo()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp258 .Case("addr", eSectionTypeDWARFDebugAddr) in GetSectionTypeFromName()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp550 sect_type = lldb::eSectionTypeDWARFDebugAddr; in GetSectionTypeFromSectionName()
1047 case lldb::eSectionTypeDWARFDebugAddr: in CommitOneAllocation()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h713 eSectionTypeDWARFDebugAddr, enumerator
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp327 case eSectionTypeDWARFDebugAddr: in GetAddressClass()
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst939 .. py:data:: eSectionTypeDWARFDebugAddr
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1653 .Case("addr", eSectionTypeDWARFDebugAddr) in GetSectionTypeFromName()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp78238 {SWIG_LUA_CONSTTAB_INT("eSectionTypeDWARFDebugAddr", lldb::eSectionTypeDWARFDebugAddr)},