| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DIERef.h | 30 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 D | DWARFDebugInfo.cpp | 70 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 D | DWARFCompileUnit.h | 31 DIERef::Section section, bool is_dwo) in DWARFCompileUnit()
|
| H A D | DWARFTypeUnit.h | 31 DIERef::Section section, bool is_dwo) in DWARFTypeUnit()
|
| H A D | DIERef.cpp | 34 Section section = (Section)((bitfield_storage & (k_section_bitmask)) != 0); in Decode() local
|
| H A D | DWARFUnit.cpp | 35 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 D | converter_test.cpp | 186 __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 D | symbolication.py | 172 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 D | kmp_i18n.cpp | 150 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 D | SBAddress.cpp | 37 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 D | ObjectFileJIT.cpp | 203 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 D | Target.h | 137 using section = llvm::MachO::section_64; member 153 using section = llvm::MachO::section; member
|
| H A D | InputSection.h | 65 InputSection(Kind kind, const Section §ion, ArrayRef<uint8_t> data, in InputSection() 104 : InputSection(ConcatKind, section, data, align) {} in InputSection() argument 194 CStringInputSection(const Section §ion, ArrayRef<uint8_t> data, in CStringInputSection()
|
| H A D | InputSection.cpp | 239 Section §ion = in makeSyntheticInputSection() local 280 WordLiteralInputSection::WordLiteralInputSection(const Section §ion, in WordLiteralInputSection()
|
| /llvm-project-15.0.7/libc/src/stdio/printf_core/ |
| H A D | parser.cpp | 30 FormatSection section; in get_next_section() local
|
| /llvm-project-15.0.7/clang/www/ |
| H A D | make_cxx_dr_status | 17 def __init__(self, section, issue, url, status, title): argument
|
| /llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/ |
| H A D | COFF.h | 269 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 D | InputFiles.cpp | 222 const WasmSection *section) { in setRelocs() 446 const WasmSection §ion = wasmObj->getWasmSection(sec); in parse() local 608 InputChunk *section = customSectionsByIndex[sym.Info.ElementIndex]; in createDefined() local
|
| H A D | OutputSections.cpp | 274 for (const InputChunk *section : inputSections) in writeTo() local
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | PDBLocationToDWARFExpression.cpp | 96 auto section = section_list->FindSectionByID(section_id); in ConvertPDBLocationToDWARFExpression() local
|
| /llvm-project-15.0.7/lldb/source/Symbol/ |
| H A D | ObjectFile.cpp | 474 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 D | AddressRange.cpp | 37 AddressRange::AddressRange(const lldb::SectionSP §ion, addr_t offset, in AddressRange()
|
| H A D | Section.cpp | 329 bool Section::IsDescendant(const Section *section) { in IsDescendant() 667 for (const auto §ion : m_sections) { in GetDebugInfoSize() local
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | ELFAttributeParser.cpp | 187 Error ELFAttributeParser::parse(ArrayRef<uint8_t> section, in parse()
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | SectionLoadList.cpp | 64 bool SectionLoadList::SetSectionLoadAddress(const lldb::SectionSP §ion, in SetSectionLoadAddress()
|