Searched refs:eSectionTypeCode (Results 1 – 12 of 12) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/lldb/source/Core/ |
| H A D | Section.cpp | 32 case eSectionTypeCode: in GetTypeAsCString() 392 case eSectionTypeCode: in ContainsOnlyDebugInfo() 697 .Case("code", eSectionTypeCode) in fromJSON()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Expression/ |
| H A D | IRExecutionUnit.cpp | 516 lldb::SectionType sect_type = lldb::eSectionTypeCode; in GetSectionTypeFromSectionName() 519 sect_type = lldb::eSectionTypeCode; in GetSectionTypeFromSectionName() 522 sect_type = lldb::eSectionTypeCode; in GetSectionTypeFromSectionName() 537 sect_type = lldb::eSectionTypeCode; in GetSectionTypeFromSectionName() 539 sect_type = lldb::eSectionTypeCode; in GetSectionTypeFromSectionName()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JSON/ |
| H A D | ObjectFileJSON.cpp | 186 section.type.value_or(eSectionTypeCode), 0, section.size.value_or(0), 0, in CreateSections()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/COFF/ |
| H A D | ObjectFileCOFF.cpp | 211 return eSectionTypeCode; in CreateSections()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/ |
| H A D | ObjectFileWasm.cpp | 308 section_type = eSectionTypeCode; in CreateSections()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/ |
| H A D | lldb-enumerations.h | 697 eSectionTypeCode, enumerator
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | ObjectFile.cpp | 307 case eSectionTypeCode: in GetAddressClass()
|
| H A D | CompactUnwindInfo.cpp | 503 SectionSP text_sect = sl->FindSectionByType(eSectionTypeCode, true); in GetCompactUnwindInfoForFunction()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ObjectFileELF.cpp | 1691 .Case(".text", eSectionTypeCode) in GetSectionTypeFromName() 1700 return eSectionTypeCode; in GetSectionType() 1720 case eSectionTypeCode: in GetTargetByteSize()
|
| /freebsd-14.2/contrib/llvm-project/lldb/docs/ |
| H A D | python_api_enums.rst | 924 .. py:data:: eSectionTypeCode
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARF.cpp | 563 } else if (section_sp->GetType() == eSectionTypeCode) { in InitializeFirstCodeAddressRecursive()
|
| /freebsd-14.2/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 78223 {SWIG_LUA_CONSTTAB_INT("eSectionTypeCode", lldb::eSectionTypeCode)},
|