Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp54 case eSectionTypeZeroFill: in GetTypeAsCString()
402 case eSectionTypeZeroFill: in ContainsOnlyDebugInfo()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp328 case eSectionTypeZeroFill: in GetAddressClass()
519 if (section->GetType() == eSectionTypeZeroFill) { in ReadSectionData()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/COFF/
H A DObjectFileCOFF.cpp215 return Section->SizeOfRawData ? eSectionTypeData : eSectionTypeZeroFill; in CreateSections()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h711 eSectionTypeZeroFill, enumerator
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1717 return eSectionTypeZeroFill; in GetSectionType()
1735 case eSectionTypeZeroFill: in GetTargetByteSize()
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst935 .. py:data:: eSectionTypeZeroFill
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp81521 {SWIG_LUA_CONSTTAB_INT("eSectionTypeZeroFill", (lldb::eSectionTypeZeroFill))},