Home
last modified time | relevance | path

Searched defs:Subsection (Results 1 – 24 of 24) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSectionSPIRV.h35 uint32_t Subsection) const override {} in printSwitchToSection()
H A DMCSectionGOFF.h29 uint32_t Subsection; variable
/freebsd/contrib/llvm-project/lld/MachO/
H A DInputFiles.h58 struct Subsection { struct
63 using Subsections = std::vector<Subsection>; argument
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugSubsectionRecord.cpp52 std::shared_ptr<DebugSubsection> Subsection) in DebugSubsectionRecordBuilder()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp209 const MCExpr *Subsection = nullptr; in ParseSectionSwitch() local
551 const MCExpr *Subsection = nullptr; in ParseSectionArguments() local
910 const MCExpr *Subsection = MCConstantExpr::create(0, getContext()); in ParseDirectiveSubsection() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFStreamer.cpp93 void MipsELFStreamer::switchSection(MCSection *Section, uint32_t Subsection) { in switchSection()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleDescriptorBuilder.cpp214 std::shared_ptr<DebugSubsection> Subsection) { in addDebugSubsection()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVELFStreamer.cpp160 void RISCVELFStreamer::changeSection(MCSection *Section, uint32_t Subsection) { in changeSection()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLDebugSections.h115 std::shared_ptr<detail::YAMLSubsectionBase> Subsection; member
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCWasmStreamer.cpp71 void MCWasmStreamer::changeSection(MCSection *Section, uint32_t Subsection) { in changeSection()
H A DMCWinCOFFStreamer.cpp94 void MCWinCOFFStreamer::changeSection(MCSection *Section, uint32_t Subsection) { in changeSection()
H A DMCObjectStreamer.cpp284 void MCObjectStreamer::changeSection(MCSection *Section, uint32_t Subsection) { in changeSection()
289 uint32_t Subsection) { in changeSectionImpl()
H A DMCMachOStreamer.cpp138 void MCMachOStreamer::changeSection(MCSection *Section, uint32_t Subsection) { in changeSection()
H A DMCELFStreamer.cpp101 void MCELFStreamer::changeSection(MCSection *Section, uint32_t Subsection) { in changeSection()
H A DMCContext.cpp677 uint32_t Subsection) { in getGOFFSection()
H A DMCStreamer.cpp60 MCSection *Section, uint32_t Subsection, in changeSection()
1259 void MCStreamer::switchSection(MCSection *Section, uint32_t Subsection) { in switchSection()
H A DMCAsmStreamer.cpp530 void MCAsmStreamer::changeSection(MCSection *Section, uint32_t Subsection) { in changeSection()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp371 IO &IO, YAMLDebugSubsection &Subsection) { in mapping() argument
788 YAMLDebugSubsection Subsection; global() member
[all...]
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp278 traverseInlineeLines(StringRef Subsection) traverseInlineeLines() argument
616 traverseSymbolsSubsection(StringRef Subsection,const SectionRef & Section,StringRef SectionContents) traverseSymbolsSubsection() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64ELFStreamer.cpp186 void changeSection(MCSection *Section, uint32_t Subsection = 0) override { in changeSection()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1351 void COFFDumper::printCodeViewSymbolsSubsection(StringRef Subsection, in printCodeViewSymbolsSubsection()
1375 void COFFDumper::printCodeViewFileChecksums(StringRef Subsection) { in printCodeViewFileChecksums()
1395 void COFFDumper::printCodeViewInlineeLines(StringRef Subsection) { in printCodeViewInlineeLines()
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Dcoff_platform.cpp241 for (auto &Subsection : SubsectionsNew) { in RunAllNewAndFlush() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp481 void changeSection(MCSection *Section, uint32_t Subsection) override { in changeSection()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp730 const MCExpr *Subsection = nullptr; in ParseDirectiveSubsection() local