Home
last modified time | relevance | path

Searched refs:eSectionTypeDWARFDebugCuIndex (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp62 eSectionTypeDWARFDebugCuIndex, false); in IsDwpSymbolFile()
147 eSectionTypeDWARFDebugAranges, eSectionTypeDWARFDebugCuIndex, in CreateInstance()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/wasm/
H A DSymbolVendorWasm.cpp116 eSectionTypeDWARFDebugAranges, eSectionTypeDWARFDebugCuIndex, in CreateInstance()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFContext.cpp46 return LoadOrGetSection(std::nullopt, eSectionTypeDWARFDebugCuIndex, in getOrLoadCuIndexData()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp68 case eSectionTypeDWARFDebugCuIndex: in GetTypeAsCString()
432 case eSectionTypeDWARFDebugCuIndex: in ContainsOnlyDebugInfo()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp338 case eSectionTypeDWARFDebugCuIndex: in GetAddressClass()
645 .Case("cu_index", eSectionTypeDWARFDebugCuIndex) in GetDWARFSectionTypeFromName()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h729 eSectionTypeDWARFDebugCuIndex, enumerator
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp1086 case lldb::eSectionTypeDWARFDebugCuIndex: in CommitOneAllocation()
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst941 .. py:data:: eSectionTypeDWARFDebugCuIndex
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp82929 {SWIG_LUA_CONSTTAB_INT("eSectionTypeDWARFDebugCuIndex", (lldb::eSectionTypeDWARFDebugCuIndex))},