Searched refs:eSectionTypeCode (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | Section.cpp | 32 case eSectionTypeCode: in GetTypeAsCString() 392 case eSectionTypeCode: in ContainsOnlyDebugInfo() 695 .Case("code", eSectionTypeCode) in fromJSON()
|
/freebsd/contrib/llvm-project/lldb/source/Expression/ |
H A D | IRExecutionUnit.cpp | 517 lldb::SectionType sect_type = lldb::eSectionTypeCode; in GetSectionTypeFromSectionName() 520 sect_type = lldb::eSectionTypeCode; in GetSectionTypeFromSectionName() 523 sect_type = lldb::eSectionTypeCode; in GetSectionTypeFromSectionName() 538 sect_type = lldb::eSectionTypeCode; in GetSectionTypeFromSectionName() 540 sect_type = lldb::eSectionTypeCode; in GetSectionTypeFromSectionName()
|
/freebsd/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/contrib/llvm-project/lldb/source/Plugins/ObjectFile/COFF/ |
H A D | ObjectFileCOFF.cpp | 211 return eSectionTypeCode; in CreateSections()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/ |
H A D | ObjectFileWasm.cpp | 308 section_type = eSectionTypeCode; in CreateSections()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/ |
H A D | lldb-enumerations.h | 700 eSectionTypeCode, enumerator
|
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | ObjectFile.cpp | 316 case eSectionTypeCode: in GetAddressClass()
|
H A D | CompactUnwindInfo.cpp | 503 SectionSP text_sect = sl->FindSectionByType(eSectionTypeCode, true); in GetCompactUnwindInfoForFunction()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
H A D | ObjectFileELF.cpp | 1704 .Case(".text", eSectionTypeCode) in GetSectionTypeFromName() 1713 return eSectionTypeCode; in GetSectionType() 1737 case eSectionTypeCode: in GetTargetByteSize()
|
/freebsd/contrib/llvm-project/lldb/docs/ |
H A D | python_api_enums.rst | 924 .. py:data:: eSectionTypeCode
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | SymbolFileDWARF.cpp | 570 } else if (section_sp->GetType() == eSectionTypeCode) { in InitializeFirstCodeAddressRecursive()
|
/freebsd/lib/clang/liblldb/ |
H A D | LLDBWrapLua.cpp | 81510 {SWIG_LUA_CONSTTAB_INT("eSectionTypeCode", (lldb::eSectionTypeCode))},
|