Home
last modified time | relevance | path

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

/external/llvm-project/lldb/test/API/python_api/function_symbol/
DTestSymbolAPI.py69 == lldb.eSectionTypeCode)
86 == lldb.eSectionTypeCode)
/external/llvm-project/lldb/source/Expression/
DIRExecutionUnit.cpp491 lldb::SectionType sect_type = lldb::eSectionTypeCode; in GetSectionTypeFromSectionName()
494 sect_type = lldb::eSectionTypeCode; in GetSectionTypeFromSectionName()
497 sect_type = lldb::eSectionTypeCode; in GetSectionTypeFromSectionName()
512 sect_type = lldb::eSectionTypeCode; in GetSectionTypeFromSectionName()
514 sect_type = lldb::eSectionTypeCode; in GetSectionTypeFromSectionName()
/external/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
DObjectFileWasm.cpp274 section_type = eSectionTypeCode; in CreateSections()
/external/llvm-project/lldb/source/Core/
DSection.cpp32 case eSectionTypeCode: in GetTypeAsCString()
/external/llvm-project/lldb/include/lldb/
Dlldb-enumerations.h643 eSectionTypeCode, enumerator
/external/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/
DObjectFilePECOFF.cpp763 return eSectionTypeCode; in GetSectionType()
809 return eSectionTypeCode; in GetSectionType()
/external/llvm-project/lldb/source/Symbol/
DObjectFile.cpp328 case eSectionTypeCode: in GetAddressClass()
DCompactUnwindInfo.cpp503 SectionSP text_sect = sl->FindSectionByType(eSectionTypeCode, true); in GetCompactUnwindInfoForFunction()
/external/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp1100 case eSectionTypeCode: in GetAddressClass()
1398 return eSectionTypeCode; in GetSectionType()
1494 return eSectionTypeCode; in GetSectionType()
1514 return eSectionTypeCode; in GetSectionType()
1527 return eSectionTypeCode; in GetSectionType()
3325 case lldb::eSectionTypeCode: in ParseSymtab()
4214 case lldb::eSectionTypeCode: in ParseSymtab()
/external/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp1608 .Case(".text", eSectionTypeCode) in GetSectionTypeFromName()
1616 return eSectionTypeCode; in GetSectionType()
1636 case eSectionTypeCode: in GetTargetByteSize()