Home
last modified time | relevance | path

Searched defs:section (Results 1 – 25 of 64) sorted by relevance

123

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDIERef.h30 DIERef(llvm::Optional<uint32_t> dwo_num, Section section, in DIERef()
43 Section section() const { return static_cast<Section>(m_section); } in section() function
H A DDWARFDebugInfo.cpp70 void DWARFDebugInfo::ParseUnitsFor(DIERef::Section section) { in ParseUnitsFor()
117 uint32_t DWARFDebugInfo::FindUnitIndex(DIERef::Section section, in FindUnitIndex()
135 DWARFUnit *DWARFDebugInfo::GetUnitAtOffset(DIERef::Section section, in GetUnitAtOffset()
154 DWARFDebugInfo::GetUnitContainingDIEOffset(DIERef::Section section, in GetUnitContainingDIEOffset()
H A DDWARFCompileUnit.h31 DIERef::Section section, bool is_dwo) in DWARFCompileUnit()
H A DDWARFTypeUnit.h31 DIERef::Section section, bool is_dwo) in DWARFTypeUnit()
H A DDIERef.cpp34 Section section = (Section)((bitfield_storage & (k_section_bitmask)) != 0); in Decode() local
H A DDWARFUnit.cpp35 DIERef::Section section, bool is_dwo) in DWARFUnit()
858 DIERef::Section section, in extract()
945 DIERef::Section section, lldb::offset_t *offset_ptr) { in extract()
/llvm-project-15.0.7/libc/test/src/stdio/printf_core/
H A Dconverter_test.cpp186 __llvm_libc::printf_core::FormatSection section; in TEST_F() local
206 __llvm_libc::printf_core::FormatSection section; in TEST() local
230 __llvm_libc::printf_core::FormatSection section; in TEST() local
250 __llvm_libc::printf_core::FormatSection section; in TEST() local
/llvm-project-15.0.7/lldb/examples/python/
H A Dsymbolication.py172 def InitWithSBTargetAndSBSection(cls, target, section): argument
296 def add_section(self, section): argument
619 def print_module_section_data(section): argument
628 def print_module_section(section, depth): argument
/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_i18n.cpp150 int section = get_section(kmp_i18n_prp_Version); in __kmp_i18n_do_catopen() local
189 int section = get_section(id); in __kmp_i18n_catgets() local
379 int section = get_section(kmp_i18n_prp_Version); in __kmp_i18n_do_catopen() local
542 int section = get_section(id); in __kmp_i18n_catgets() local
/llvm-project-15.0.7/lldb/source/API/
H A DSBAddress.cpp37 SBAddress::SBAddress(lldb::SBSection section, lldb::addr_t offset) in SBAddress()
88 void SBAddress::SetAddress(lldb::SBSection section, lldb::addr_t offset) { in SetAddress()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/JIT/
H A DObjectFileJIT.cpp203 size_t ObjectFileJIT::ReadSectionData(lldb_private::Section *section, in ReadSectionData()
221 lldb_private::Section *section, in ReadSectionData()
/llvm-project-15.0.7/lld/MachO/
H A DTarget.h137 using section = llvm::MachO::section_64; member
153 using section = llvm::MachO::section; member
H A DInputSection.h65 InputSection(Kind kind, const Section &section, ArrayRef<uint8_t> data, in InputSection()
104 : InputSection(ConcatKind, section, data, align) {} in InputSection() argument
194 CStringInputSection(const Section &section, ArrayRef<uint8_t> data, in CStringInputSection()
H A DInputSection.cpp239 Section &section = in makeSyntheticInputSection() local
280 WordLiteralInputSection::WordLiteralInputSection(const Section &section, in WordLiteralInputSection()
/llvm-project-15.0.7/libc/src/stdio/printf_core/
H A Dparser.cpp30 FormatSection section; in get_next_section() local
/llvm-project-15.0.7/clang/www/
H A Dmake_cxx_dr_status17 def __init__(self, section, issue, url, status, title): argument
/llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/
H A DCOFF.h269 struct section { struct
270 char Name[NameSize];
271 uint32_t VirtualSize;
272 uint32_t VirtualAddress;
273 uint32_t SizeOfRawData;
274 uint32_t PointerToRawData;
275 uint32_t PointerToRelocations;
276 uint32_t PointerToLineNumbers;
277 uint16_t NumberOfRelocations;
278 uint16_t NumberOfLineNumbers;
[all …]
/llvm-project-15.0.7/lld/wasm/
H A DInputFiles.cpp222 const WasmSection *section) { in setRelocs()
446 const WasmSection &section = wasmObj->getWasmSection(sec); in parse() local
608 InputChunk *section = customSectionsByIndex[sym.Info.ElementIndex]; in createDefined() local
H A DOutputSections.cpp274 for (const InputChunk *section : inputSections) in writeTo() local
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBLocationToDWARFExpression.cpp96 auto section = section_list->FindSectionByID(section_id); in ConvertPDBLocationToDWARFExpression() local
/llvm-project-15.0.7/lldb/source/Symbol/
H A DObjectFile.cpp474 size_t ObjectFile::ReadSectionData(Section *section, in ReadSectionData()
523 size_t ObjectFile::ReadSectionData(Section *section, in ReadSectionData()
655 void ObjectFile::RelocateSection(lldb_private::Section *section) in RelocateSection()
/llvm-project-15.0.7/lldb/source/Core/
H A DAddressRange.cpp37 AddressRange::AddressRange(const lldb::SectionSP &section, addr_t offset, in AddressRange()
H A DSection.cpp329 bool Section::IsDescendant(const Section *section) { in IsDescendant()
667 for (const auto &section : m_sections) { in GetDebugInfoSize() local
/llvm-project-15.0.7/llvm/lib/Support/
H A DELFAttributeParser.cpp187 Error ELFAttributeParser::parse(ArrayRef<uint8_t> section, in parse()
/llvm-project-15.0.7/lldb/source/Target/
H A DSectionLoadList.cpp64 bool SectionLoadList::SetSectionLoadAddress(const lldb::SectionSP &section, in SetSectionLoadAddress()

123