Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Core/
H A DSection.cpp30 case eSectionTypeInvalid: in GetTypeAsCString()
387 case eSectionTypeInvalid: in ContainsOnlyDebugInfo()
/llvm-project-15.0.7/lldb/source/API/
H A DSBSection.cpp224 return eSectionTypeInvalid; in GetSectionType()
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-enumerations.h655 eSectionTypeInvalid, enumerator
/llvm-project-15.0.7/lldb/source/Expression/
H A DIRExecutionUnit.cpp599 sect_type = lldb::eSectionTypeInvalid; in GetSectionTypeFromSectionName()
1044 case lldb::eSectionTypeInvalid: in CommitOneAllocation()
/llvm-project-15.0.7/lldb/source/Symbol/
H A DObjectFile.cpp305 case eSectionTypeInvalid: in GetAddressClass()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.cpp957 .Default(eSectionTypeInvalid); in GetSectionType()
958 if (section_type != eSectionTypeInvalid) in GetSectionType()
/llvm-project-15.0.7/lldb/docs/
H A Dpython_api_enums.rst921 .. py:data:: eSectionTypeInvalid
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp1143 case eSectionTypeInvalid: in GetAddressClass()