| /llvm-project-15.0.7/lld/MachO/ |
| H A D | InputFiles.cpp | 325 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 D | InputSection.cpp | 75 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 D | ICF.cpp | 385 assert(addrSigSection->subsections.size() == 1); in markAddrSigSymbols() 387 const InputSection *isec = addrSigSection->subsections[0].isec; in markAddrSigSymbols()
|
| H A D | InputFiles.h | 72 Subsections subsections; variable
|
| /llvm-project-15.0.7/lldb/test/Shell/ObjectFile/ELF/ |
| H A D | PT_TLS-overlap-PT_LOAD.yaml | 16 # CHECK-NEXT: Showing 1 subsections 27 # CHECK-NEXT: Showing 1 subsections
|
| H A D | PT_LOAD-overlap-PT_TLS.yaml | 16 # CHECK-NEXT: Showing 1 subsections 27 # CHECK-NEXT: Showing 1 subsections
|
| H A D | PT_LOAD-overlap-PT_INTERP.yaml | 16 # CHECK-NEXT: Showing 2 subsections
|
| H A D | PT_LOAD.yaml | 15 # CHECK-NEXT: Showing 2 subsections
|
| H A D | PT_LOAD-overlap-section.yaml | 20 # CHECK-NEXT: Showing 1 subsections
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | ModuleDebugStream.cpp | 123 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 D | subsections.yaml | 14 #CHECK-NEXT: There are no subsections 25 #CHECK-NEXT: Showing 3 subsections
|
| /llvm-project-15.0.7/lld/test/MachO/ |
| H A D | loh-parsing.s | 7 ## even when there are other subsections that don't get parsed as regular
|
| H A D | x86-64-reloc-signed.s | 76 ## This symbol exists in order to split __foo into two subsections, thereby
|
| /llvm-project-15.0.7/lld/test/COFF/ |
| H A D | pdb-relative-source-lines.test | 38 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 D | pdb-unknown-subsection.s | 1 # Check that unknown symbol subsections are ignored with a warning, and a PDB
|
| H A D | pdb-source-lines.test | 24 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 D | no-subsections-reloc.s | 5 @ When not using subsections-via-symbols, references to non-local symbols
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | ModuleDebugStream.h | 61 iterator_range<DebugSubsectionIterator> subsections() const;
|
| /llvm-project-15.0.7/lld/COFF/ |
| H A D | PDB.cpp | 656 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 D | InputFiles.cpp | 707 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 D | debug-subsections.yaml | 65 # The following subsections don't normally appear in PDB files, but we test
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/PDB/ |
| H A D | pdbdump-debug-subsections.test | 1 ; RUN: llvm-pdbutil yaml2pdb -pdb=%t.pdb %p/Inputs/debug-subsections.yaml
|
| /llvm-project-15.0.7/llvm/tools/llvm-pdbutil/ |
| H A D | YAMLOutputStyle.cpp | 251 for (const auto &SS : ModS.subsections()) { in dumpDbiStream()
|
| H A D | BytesOutputStyle.cpp | 418 for (const auto &SS : Stream.subsections()) { in dumpModuleC13()
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | SphinxQuickstartTemplate.rst | 73 Subsections can also be nested beneath other subsections. For more information on sections, see Sph…
|