Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/source/Core/
HDSection.cpp54 case eSectionTypeZeroFill: in GetTypeAsCString()
402 case eSectionTypeZeroFill: in ContainsOnlyDebugInfo()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Symbol/
HDObjectFile.cpp328 case eSectionTypeZeroFill: in GetAddressClass()
519 if (section->GetType() == eSectionTypeZeroFill) { in ReadSectionData()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/COFF/
HDObjectFileCOFF.cpp215 return Section->SizeOfRawData ? eSectionTypeData : eSectionTypeZeroFill; in CreateSections()
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/
HDlldb-enumerations.h711 eSectionTypeZeroFill, enumerator
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
HDObjectFileELF.cpp1717 return eSectionTypeZeroFill; in GetSectionType()
1735 case eSectionTypeZeroFill: in GetTargetByteSize()
/freebsd-14-stable/contrib/llvm-project/lldb/docs/
HDpython_api_enums.rst935 .. py:data:: eSectionTypeZeroFill
/freebsd-14-stable/lib/clang/liblldb/
HDLLDBWrapLua.cpp81521 {SWIG_LUA_CONSTTAB_INT("eSectionTypeZeroFill", (lldb::eSectionTypeZeroFill))},