Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp316 case eSectionTypeZeroFill: in GetAddressClass()
505 if (section->GetType() == eSectionTypeZeroFill) { in ReadSectionData()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h659 eSectionTypeZeroFill, enumerator
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp54 case eSectionTypeZeroFill: in GetTypeAsCString()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1616 .Cases(".bss", ".tbss", eSectionTypeZeroFill) in GetSectionTypeFromName()
1647 case eSectionTypeZeroFill: in GetTargetByteSize()
/freebsd-13.1/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst933 .. py:data:: eSectionTypeZeroFill
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp70952 {SWIG_LUA_CONSTTAB_INT("eSectionTypeZeroFill", lldb::eSectionTypeZeroFill)},