Searched refs:SectionType (Results 1 - 25 of 48) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDwp.h29 bool LoadSectionData(uint64_t dwo_id, lldb::SectionType sect_type,
36 bool LoadRawSectionData(lldb::SectionType sect_type,
44 std::map<lldb::SectionType, lldb_private::DWARFDataExtractor> m_sections;
H A DSymbolFileDWARFDwoDwp.cpp31 void SymbolFileDWARFDwoDwp::LoadSectionData(lldb::SectionType sect_type,
H A DSymbolFileDWARFDwoDwp.h32 void LoadSectionData(lldb::SectionType sect_type,
H A DDWARFContext.h47 LoadOrGetSection(lldb::SectionType main_section_type,
48 llvm::Optional<lldb::SectionType> dwo_section_type,
H A DDWARFContext.cpp17 SectionType section_type) {
31 DWARFContext::LoadOrGetSection(SectionType main_section_type,
32 llvm::Optional<SectionType> dwo_section_type,
H A DSymbolFileDWARFDwp.cpp17 lldbSectTypeToLlvmSectionKind(lldb::SectionType type) {
91 uint64_t dwo_id, lldb::SectionType sect_type,
112 lldb::SectionType sect_type, lldb_private::DWARFDataExtractor &data) {
H A DSymbolFileDWARFDwo.h52 void LoadSectionData(lldb::SectionType sect_type,
H A DSymbolFileDWARFDwo.cpp34 void SymbolFileDWARFDwo::LoadSectionData(lldb::SectionType sect_type,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionMachO.cpp115 MachO::SectionType SectionType = getType(); local
116 assert(SectionType <= MachO::LAST_KNOWN_SECTION_TYPE &&
117 "Invalid SectionType specified!");
119 if (!SectionTypeDescriptors[SectionType].AssemblerName.empty()) {
121 OS << SectionTypeDescriptors[SectionType].AssemblerName;
198 StringRef SectionType = GetEmptyOrTrim(2); local
219 if (SectionType.empty())
226 return SectionType == Descriptor.AssemblerName;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSectionMachO.h57 MachO::SectionType getType() const {
58 return static_cast<MachO::SectionType>(TypeAndAttributes &
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
H A DMachOReader.cpp30 template <typename SectionType>
31 Section constructSectionCommon(SectionType Sec) {
48 template <typename SectionType> Section constructSection(SectionType Sec);
61 template <typename SectionType, typename SegmentType>
67 const SectionType *Curr =
68 reinterpret_cast<const SectionType *>(LoadCmd.Ptr + sizeof(SegmentType));
72 SectionType Sec;
73 memcpy((void *)&Sec, Curr, sizeof(SectionType));
H A DObject.h66 MachO::SectionType getType() const {
67 return static_cast<MachO::SectionType>(Flags & MachO::SECTION_TYPE);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DSection.h65 lldb::SectionSP FindSectionByType(lldb::SectionType sect_type,
104 lldb::SectionType sect_type, lldb::addr_t file_vm_addr,
115 lldb::SectionType sect_type, lldb::addr_t file_vm_addr,
173 lldb::SectionType GetType() const { return m_type; }
241 lldb::SectionType m_type; // The type of this section
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp121 static const SectionType g_sections[] = {
134 for (SectionType section_type : g_sections) {
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBSection.h55 SectionType GetSectionType();
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBSection.i91 SectionType
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFile.h67 using llvm::MachO::SectionType;
119 SectionType type;
152 inline bool isZeroFillSection(SectionType T) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBSection.cpp226 SectionType SBSection::GetSectionType() {
227 LLDB_RECORD_METHOD_NO_ARGS(lldb::SectionType, SBSection, GetSectionType);
319 LLDB_REGISTER_METHOD(lldb::SectionType, SBSection, GetSectionType, ());
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h334 static lldb::SectionType
347 lldb::SectionType m_sect_type;
353 lldb::SectionType sect_type, size_t size,
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h29 LLVM_YAML_STRONG_TYPEDEF(uint32_t, SectionType)
178 explicit Section(SectionType SecType) : Type(SecType) {}
181 SectionType Type;
466 template <> struct ScalarEnumerationTraits<WasmYAML::SectionType> {
467 static void enumeration(IO &IO, WasmYAML::SectionType &Type);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp163 WasmYAML::SectionType SectionType; local
165 SectionType = Section->Type;
167 IO.mapRequired("Type", SectionType);
169 switch (SectionType) {
275 void ScalarEnumerationTraits<WasmYAML::SectionType>::enumeration(
276 IO &IO, WasmYAML::SectionType &Type) {
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp492 uint16_t SectionType = Sec.getSectionType(); local
493 switch (SectionType) {
509 W.printHex("Flags", "Reserved", SectionType);
511 W.printEnum("Type", SectionType, makeArrayRef(SectionTypeFlagsNames));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp554 MachO::SectionType SectionType = Current->getType(); local
555 if (SectionType != MachO::S_NON_LAZY_SYMBOL_POINTERS &&
556 SectionType != MachO::S_LAZY_SYMBOL_POINTERS &&
557 SectionType != MachO::S_THREAD_LOCAL_VARIABLE_POINTERS &&
558 SectionType != MachO::S_SYMBOL_STUBS)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.cpp142 unsigned SectionType = NSec.Flags & MachO::SECTION_TYPE; local
143 if (SectionType != MachO::S_ZEROFILL &&
144 SectionType != MachO::S_GB_ZEROFILL) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp155 SectionType sect_type, addr_t file_addr, addr_t byte_size,
177 SectionType sect_type, addr_t file_addr, addr_t byte_size,
526 SectionSP SectionList::FindSectionByType(SectionType sect_type,

Completed in 152 milliseconds

12