Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/COFF/
H A DObjectFileCOFF.cpp213 return eSectionTypeData; in CreateSections()
215 return Section->SizeOfRawData ? eSectionTypeData : eSectionTypeZeroFill; in CreateSections()
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp36 case eSectionTypeData: in GetTypeAsCString()
394 case eSectionTypeData: in ContainsOnlyDebugInfo()
699 .Case("data", eSectionTypeData) in fromJSON()
H A DAddress.cpp511 case eSectionTypeData: in Dump()
/freebsd-14.2/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp525 sect_type = lldb::eSectionTypeData; in GetSectionTypeFromSectionName()
528 sect_type = lldb::eSectionTypeData; in GetSectionTypeFromSectionName()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h699 eSectionTypeData, enumerator
/freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp311 case eSectionTypeData: in GetAddressClass()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1687 .Cases(".data", ".tdata", eSectionTypeData) in GetSectionTypeFromName()
1717 case eSectionTypeData: in GetTargetByteSize()
/freebsd-14.2/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst926 .. py:data:: eSectionTypeData
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp78225 {SWIG_LUA_CONSTTAB_INT("eSectionTypeData", lldb::eSectionTypeData)},