Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/COFF/
H A DObjectFileCOFF.cpp209 return eSectionTypeData; in CreateSections()
211 return Section->SizeOfRawData ? eSectionTypeData : eSectionTypeZeroFill; in CreateSections()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp36 case eSectionTypeData: in GetTypeAsCString()
397 case eSectionTypeData: in ContainsOnlyDebugInfo()
709 .Case("data", eSectionTypeData) in fromJSON()
H A DAddress.cpp499 case eSectionTypeData: in Dump()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/XCOFF/
H A DObjectFileXCOFF.cpp334 section_type = eSectionTypeData; in CreateSectionsWithBitness()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp525 sect_type = lldb::eSectionTypeData; in GetSectionTypeFromSectionName()
528 sect_type = lldb::eSectionTypeData; in GetSectionTypeFromSectionName()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h713 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.cpp1663 .Cases(".data", ".tdata", eSectionTypeData) in GetSectionTypeFromName()
1699 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.cpp82914 {SWIG_LUA_CONSTTAB_INT("eSectionTypeData", (lldb::eSectionTypeData))},