Home
last modified time | relevance | path

Searched refs:eSectionTypeZeroFill (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp54 case eSectionTypeZeroFill: in GetTypeAsCString()
402 case eSectionTypeZeroFill: in ContainsOnlyDebugInfo()
/freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp319 case eSectionTypeZeroFill: in GetAddressClass()
510 if (section->GetType() == eSectionTypeZeroFill) { in ReadSectionData()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/COFF/
H A DObjectFileCOFF.cpp215 return Section->SizeOfRawData ? eSectionTypeData : eSectionTypeZeroFill; in CreateSections()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h708 eSectionTypeZeroFill, enumerator
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1685 .Cases(".bss", ".tbss", eSectionTypeZeroFill) in GetSectionTypeFromName()
1718 case eSectionTypeZeroFill: in GetTargetByteSize()
/freebsd-14.2/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst935 .. py:data:: eSectionTypeZeroFill
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp78234 {SWIG_LUA_CONSTTAB_INT("eSectionTypeZeroFill", lldb::eSectionTypeZeroFill)},