Home
last modified time | relevance | path

Searched refs:eSectionTypeCode (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/python_api/function_symbol/
H A DTestSymbolAPI.py66 == lldb.eSectionTypeCode)
83 == lldb.eSectionTypeCode)
/llvm-project-15.0.7/lldb/unittests/Symbol/
H A DSymbolTest.cpp56 /*sect_type=*/eSectionTypeCode, in TEST()
/llvm-project-15.0.7/lldb/source/Expression/
H A DIRExecutionUnit.cpp515 lldb::SectionType sect_type = lldb::eSectionTypeCode; in GetSectionTypeFromSectionName()
518 sect_type = lldb::eSectionTypeCode; in GetSectionTypeFromSectionName()
521 sect_type = lldb::eSectionTypeCode; in GetSectionTypeFromSectionName()
536 sect_type = lldb::eSectionTypeCode; in GetSectionTypeFromSectionName()
538 sect_type = lldb::eSectionTypeCode; in GetSectionTypeFromSectionName()
/llvm-project-15.0.7/lldb/source/Core/
H A DSection.cpp32 case eSectionTypeCode: in GetTypeAsCString()
388 case eSectionTypeCode: in ContainsOnlyDebugInfo()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp307 section_type = eSectionTypeCode; in CreateSections()
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-enumerations.h656 eSectionTypeCode, enumerator
/llvm-project-15.0.7/lldb/source/Symbol/
H A DObjectFile.cpp307 case eSectionTypeCode: in GetAddressClass()
H A DCompactUnwindInfo.cpp504 SectionSP text_sect = sl->FindSectionByType(eSectionTypeCode, true); in GetCompactUnwindInfoForFunction()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.cpp916 return eSectionTypeCode; in GetSectionType()
962 return eSectionTypeCode; in GetSectionType()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp1146 case eSectionTypeCode: in GetAddressClass()
1430 return eSectionTypeCode; in GetSectionType()
1526 return eSectionTypeCode; in GetSectionType()
1546 return eSectionTypeCode; in GetSectionType()
1559 return eSectionTypeCode; in GetSectionType()
3318 case lldb::eSectionTypeCode: in ParseSymtab()
4199 case lldb::eSectionTypeCode: in ParseSymtab()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1651 .Case(".text", eSectionTypeCode) in GetSectionTypeFromName()
1659 return eSectionTypeCode; in GetSectionType()
1679 case eSectionTypeCode: in GetTargetByteSize()
/llvm-project-15.0.7/lldb/docs/
H A Dpython_api_enums.rst922 .. py:data:: eSectionTypeCode
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp509 } else if (section_sp->GetType() == eSectionTypeCode) { in InitializeFirstCodeAddressRecursive()