Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp54 case eSectionTypeZeroFill: in GetTypeAsCString()
405 case eSectionTypeZeroFill: in ContainsOnlyDebugInfo()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/COFF/
H A DObjectFileCOFF.cpp211 return Section->SizeOfRawData ? eSectionTypeData : eSectionTypeZeroFill; in CreateSections()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp328 case eSectionTypeZeroFill: in GetAddressClass()
522 if (section->GetType() == eSectionTypeZeroFill) { in ReadSectionData()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/XCOFF/
H A DObjectFileXCOFF.cpp336 section_type = eSectionTypeZeroFill; in CreateSectionsWithBitness()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h722 eSectionTypeZeroFill, enumerator
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1682 return eSectionTypeZeroFill; in GetSectionType()
1700 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.cpp82923 {SWIG_LUA_CONSTTAB_INT("eSectionTypeZeroFill", (lldb::eSectionTypeZeroFill))},