Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp36 case eSectionTypeData: in GetTypeAsCString()
394 case eSectionTypeData: in ContainsOnlyDebugInfo()
697 .Case("data", eSectionTypeData) in fromJSON()
H A DAddress.cpp511 case eSectionTypeData: in Dump()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp526 sect_type = lldb::eSectionTypeData; in GetSectionTypeFromSectionName()
529 sect_type = lldb::eSectionTypeData; in GetSectionTypeFromSectionName()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h702 eSectionTypeData, enumerator
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp320 case eSectionTypeData: in GetAddressClass()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1700 .Cases(".data", ".tdata", eSectionTypeData) in GetSectionTypeFromName()
1734 case eSectionTypeData: in GetTargetByteSize()
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst926 .. py:data:: eSectionTypeData
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp81512 {SWIG_LUA_CONSTTAB_INT("eSectionTypeData", (lldb::eSectionTypeData))},