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()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCGOFFStreamer.cpp38 void MCGOFFStreamer::changeSection(MCSection *Section, uint32_t Subsection) { in changeSection()
H A DMCWasmStreamer.cpp59 void MCWasmStreamer::changeSection(MCSection *Section, uint32_t Subsection) { in changeSection()
H A DMCObjectStreamer.cpp276 void MCObjectStreamer::changeSection(MCSection *Section, uint32_t Subsection) { in changeSection()
281 uint32_t Subsection) { in changeSectionImpl()
H A DMCMachOStreamer.cpp134 void MCMachOStreamer::changeSection(MCSection *Section, uint32_t Subsection) { in changeSection()
H A DMCWinCOFFStreamer.cpp155 void MCWinCOFFStreamer::changeSection(MCSection *Section, uint32_t Subsection) { in changeSection()
H A DMCELFStreamer.cpp94 void MCELFStreamer::changeSection(MCSection *Section, uint32_t Subsection) { in changeSection()
H A DMCStreamer.cpp60 MCSection *Section, uint32_t Subsection, in changeSection()
1356 void MCStreamer::switchSection(MCSection *Section, uint32_t Subsection) { in switchSection()
H A DMCAsmStreamer.cpp532 void MCAsmStreamer::switchSection(MCSection *Section, uint32_t Subsection) { in switchSection()
/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.cpp186 const MCExpr *Subsection = nullptr; in parseSectionSwitch() local
508 const MCExpr *Subsection = nullptr; in parseSectionArguments() local
869 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/Target/SystemZ/MCTargetDesc/
H A DSystemZHLASMAsmStreamer.cpp71 uint32_t Subsection) { in changeSection()
/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.cpp151 void RISCVELFStreamer::changeSection(MCSection *Section, uint32_t Subsection) { in changeSection()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLDebugSections.h116 std::shared_ptr<detail::YAMLSubsectionBase> Subsection; member
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp369 IO &IO, YAMLDebugSubsection &Subsection) { in mapping()
784 YAMLDebugSubsection Subsection; member
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp271 Error LVCodeViewReader::traverseInlineeLines(StringRef Subsection) { in traverseInlineeLines()
609 Error LVCodeViewReader::traverseSymbolsSubsection(StringRef Subsection, in traverseSymbolsSubsection()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1397 void COFFDumper::printCodeViewSymbolsSubsection(StringRef Subsection, in printCodeViewSymbolsSubsection()
1421 void COFFDumper::printCodeViewFileChecksums(StringRef Subsection) { in printCodeViewFileChecksums()
1441 void COFFDumper::printCodeViewInlineeLines(StringRef Subsection) { in printCodeViewInlineeLines()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64ELFStreamer.cpp324 void changeSection(MCSection *Section, uint32_t Subsection = 0) override { in changeSection()
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Dcoff_platform.cpp242 for (auto &Subsection : SubsectionsNew) { in RunAllNewAndFlush() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp507 void changeSection(MCSection *Section, uint32_t Subsection) override { in changeSection()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp732 const MCExpr *Subsection = nullptr; in ParseDirectiveSubsection() local