Home
last modified time | relevance | path

Searched refs:subsections (Results 1 – 25 of 34) sorted by relevance

12

/llvm-project-15.0.7/lld/MachO/
H A DInputFiles.cpp325 Subsections &subsections = section.subsections; in parseSections() local
405 ehFrameSection.subsections.push_back( in splitEhFrames()
440 section.subsections, *offset, in findContainingSubsection()
648 Subsections &subsections = section.subsections; in parseRelocations() local
649 auto subsecIt = subsections.rbegin(); in parseRelocations()
733 if (subsecIt == subsections.rend() || in parseRelocations()
738 subsecIt = subsections.rend(); in parseRelocations()
916 Subsections &subsections = sections[sym.n_sect - 1]->subsections; in parseSymbols() local
918 if (subsections.empty()) in parseSymbols()
929 Subsections &subsections = sections[i]->subsections; in parseSymbols() local
[all …]
H A DInputSection.cpp75 for (const Subsection &subsec : section.subsections) { in getLocation()
96 for (const Subsection &subsec : section.subsections) { in getSourceLocation()
242 section.subsections.push_back({0, isec}); in makeSyntheticInputSection()
H A DICF.cpp385 assert(addrSigSection->subsections.size() == 1); in markAddrSigSymbols()
387 const InputSection *isec = addrSigSection->subsections[0].isec; in markAddrSigSymbols()
H A DInputFiles.h72 Subsections subsections; variable
/llvm-project-15.0.7/lldb/test/Shell/ObjectFile/ELF/
H A DPT_TLS-overlap-PT_LOAD.yaml16 # CHECK-NEXT: Showing 1 subsections
27 # CHECK-NEXT: Showing 1 subsections
H A DPT_LOAD-overlap-PT_TLS.yaml16 # CHECK-NEXT: Showing 1 subsections
27 # CHECK-NEXT: Showing 1 subsections
H A DPT_LOAD-overlap-PT_INTERP.yaml16 # CHECK-NEXT: Showing 2 subsections
H A DPT_LOAD.yaml15 # CHECK-NEXT: Showing 2 subsections
H A DPT_LOAD-overlap-section.yaml20 # CHECK-NEXT: Showing 1 subsections
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DModuleDebugStream.cpp123 ModuleDebugStreamRef::subsections() const { in subsections() function in ModuleDebugStreamRef
136 for (const auto &SS : subsections()) { in findChecksumsSubsection()
/llvm-project-15.0.7/lldb/test/Shell/ObjectFile/MachO/
H A Dsubsections.yaml14 #CHECK-NEXT: There are no subsections
25 #CHECK-NEXT: Showing 3 subsections
/llvm-project-15.0.7/lld/test/MachO/
H A Dloh-parsing.s7 ## even when there are other subsections that don't get parsed as regular
H A Dx86-64-reloc-signed.s76 ## This symbol exists in order to split __foo into two subsections, thereby
/llvm-project-15.0.7/lld/test/COFF/
H A Dpdb-relative-source-lines.test38 RUN: llvm-pdbutil pdb2yaml -ipi-stream -modules -module-files -module-syms -subsections=lines,fc %t…
40 RUN: llvm-pdbutil pdb2yaml -ipi-stream -modules -module-files -module-syms -subsections=lines,fc %t…
44 RUN: llvm-pdbutil pdb2yaml -modules -module-files -module-syms -subsections=lines,fc %t/out.pdb | F…
H A Dpdb-unknown-subsection.s1 # Check that unknown symbol subsections are ignored with a warning, and a PDB
H A Dpdb-source-lines.test24 RUN: llvm-pdbutil pdb2yaml -modules -module-files -subsections=lines,fc %t.pdb | FileCheck %s
/llvm-project-15.0.7/llvm/test/MC/MachO/ARM/
H A Dno-subsections-reloc.s5 @ When not using subsections-via-symbols, references to non-local symbols
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/
H A DModuleDebugStream.h61 iterator_range<DebugSubsectionIterator> subsections() const;
/llvm-project-15.0.7/lld/COFF/
H A DPDB.cpp656 DebugSubsectionArray subsections; in writeAllModuleSymbolRecords() local
658 exitOnErr(reader.readArray(subsections, contents.size())); in writeAllModuleSymbolRecords()
661 for (const DebugSubsectionRecord &ss : subsections) { in writeAllModuleSymbolRecords()
758 DebugSubsectionArray subsections; in handleDebugS() local
760 exitOnErr(reader.readArray(subsections, contents.size())); in handleDebugS()
766 for (const DebugSubsectionRecord &ss : subsections) { in handleDebugS()
1723 DebugSubsectionArray subsections; in findLineTable() local
1725 exitOnErr(reader.readArray(subsections, contents.size())); in findLineTable()
1727 for (const DebugSubsectionRecord &ss : subsections) { in findLineTable()
H A DInputFiles.cpp707 DebugSubsectionArray subsections; in initializeFlags() local
711 exitOnErr(reader.readArray(subsections, data.size())); in initializeFlags()
713 for (const DebugSubsectionRecord &ss : subsections) { in initializeFlags()
/llvm-project-15.0.7/llvm/test/DebugInfo/PDB/Inputs/
H A Ddebug-subsections.yaml65 # The following subsections don't normally appear in PDB files, but we test
/llvm-project-15.0.7/llvm/test/DebugInfo/PDB/
H A Dpdbdump-debug-subsections.test1 ; RUN: llvm-pdbutil yaml2pdb -pdb=%t.pdb %p/Inputs/debug-subsections.yaml
/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A DYAMLOutputStyle.cpp251 for (const auto &SS : ModS.subsections()) { in dumpDbiStream()
H A DBytesOutputStyle.cpp418 for (const auto &SS : Stream.subsections()) { in dumpModuleC13()
/llvm-project-15.0.7/llvm/docs/
H A DSphinxQuickstartTemplate.rst73 Subsections can also be nested beneath other subsections. For more information on sections, see Sph…

12