Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp30 case eSectionTypeInvalid: in GetTypeAsCString()
391 case eSectionTypeInvalid: in ContainsOnlyDebugInfo()
699 .Default(eSectionTypeInvalid); in fromJSON()
701 if (type == eSectionTypeInvalid) { in fromJSON()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/COFF/
H A DObjectFileCOFF.cpp206 .Default(eSectionTypeInvalid); in CreateSections()
207 if (type != eSectionTypeInvalid) in CreateSections()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBSection.cpp199 return eSectionTypeInvalid; in GetSectionType()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp601 sect_type = lldb::eSectionTypeInvalid; in GetSectionTypeFromSectionName()
1046 case lldb::eSectionTypeInvalid: in CommitOneAllocation()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h699 eSectionTypeInvalid, enumerator
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp314 case eSectionTypeInvalid: in GetAddressClass()
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst923 .. py:data:: eSectionTypeInvalid
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp81509 {SWIG_LUA_CONSTTAB_INT("eSectionTypeInvalid", (lldb::eSectionTypeInvalid))},