Searched defs:Section (Results 76 - 100 of 142) sorted by relevance

123456

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h388 const DWARFDebugNames &Section; member in class:llvm::DWARFDebugNames::NameIndex
417 NameIndex(const DWARFDebugNames &Section, uint64_t Base) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp64 SectionEntry &Section = Sections[SectionID]; local
150 const SectionEntry &Section = Sections[RE.SectionID]; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp737 fromCodeViewSubsection( const DebugSymbolRVASubsectionRef &Section) argument
H A DELFEmitter.cpp770 writeSectionContent( Elf_Shdr &SHeader, const ELFYAML::RawContentSection &Section, ContiguousBlobAccumulator &CBA) argument
791 writeSectionContent( Elf_Shdr &SHeader, const ELFYAML::RelocationSection &Section, ContiguousBlobAccumulator &CBA) argument
833 writeSectionContent(Elf_Shdr &SHeader, const ELFYAML::RelrSection &Section, ContiguousBlobAccumulator &CBA) argument
874 writeSectionContent(Elf_Shdr &SHeader, const ELFYAML::Group &Section, ContiguousBlobAccumulator &CBA) argument
905 writeSectionContent(Elf_Shdr &SHeader, const ELFYAML::SymverSection &Section, ContiguousBlobAccumulator &CBA) argument
918 writeSectionContent( Elf_Shdr &SHeader, const ELFYAML::StackSizesSection &Section, ContiguousBlobAccumulator &CBA) argument
936 writeSectionContent( Elf_Shdr &SHeader, const ELFYAML::LinkerOptionsSection &Section, ContiguousBlobAccumulator &CBA) argument
960 writeSectionContent( Elf_Shdr &SHeader, const ELFYAML::DependentLibrariesSection &Section, ContiguousBlobAccumulator &CBA) argument
982 writeSectionContent(Elf_Shdr &SHeader, const ELFYAML::HashSection &Section, ContiguousBlobAccumulator &CBA) argument
1010 writeSectionContent(Elf_Shdr &SHeader, const ELFYAML::VerdefSection &Section, ContiguousBlobAccumulator &CBA) argument
1062 writeSectionContent(Elf_Shdr &SHeader, const ELFYAML::VerneedSection &Section, ContiguousBlobAccumulator &CBA) argument
1116 writeSectionContent(Elf_Shdr &SHeader, const ELFYAML::MipsABIFlags &Section, ContiguousBlobAccumulator &CBA) argument
1143 writeSectionContent(Elf_Shdr &SHeader, const ELFYAML::DynamicSection &Section, ContiguousBlobAccumulator &CBA) argument
1174 writeSectionContent(Elf_Shdr &SHeader, const ELFYAML::AddrsigSection &Section, ContiguousBlobAccumulator &CBA) argument
1198 writeSectionContent(Elf_Shdr &SHeader, const ELFYAML::NoteSection &Section, ContiguousBlobAccumulator &CBA) argument
1247 writeSectionContent(Elf_Shdr &SHeader, const ELFYAML::GnuHashSection &Section, ContiguousBlobAccumulator &CBA) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCELFStreamer.cpp103 const MCSectionELF &Section = local
114 const MCSectionELF &Section = local
146 void MCELFStreamer::ChangeSection(MCSection *Section, argument
139 setSectionAlignmentForBundling(const MCAssembler &Assembler, MCSection *Section) argument
302 MCSection &Section = *getAssembler().getContext().getELFSection( local
687 EmitZerofill(MCSection *Section, MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment, SMLoc Loc) argument
693 EmitTBSSSymbol(MCSection *Section, MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment) argument
[all...]
H A DMCAsmStreamer.cpp446 void MCAsmStreamer::ChangeSection(MCSection *Section, argument
450 TS->changeSection(getCurrentSectionOnly(), Section, Subsection, OS); local
834 void MCAsmStreamer::EmitZerofill(MCSection *Section, MCSymbol *Symbol, argument
863 EmitTBSSSymbol(MCSection *Section, MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment) argument
[all...]
H A DMCAssembler.cpp122 bool MCAssembler::registerSection(MCSection &Section) { argument
1181 MCSection &Section = *Layout.getSectionOrder()[i]; local
H A DMCContext.cpp286 MCSectionMachO *MCContext::getMachOSection(StringRef Segment, StringRef Section, argument
314 void MCContext::renameELFSection(MCSectionELF *Section, StringRef Name) { argument
330 createELFSectionImpl(StringRef Section, unsigned Type, unsigned Flags, SectionKind K, unsigned EntrySize, const MCSymbolELF *Group, unsigned UniqueID, const MCSymbolELF *Associated) argument
386 getELFSection(const Twine &Section, unsigned Type, unsigned Flags, unsigned EntrySize, const Twine &Group, unsigned UniqueID, const MCSymbolELF *Associated) argument
398 getELFSection(const Twine &Section, unsigned Type, unsigned Flags, unsigned EntrySize, const MCSymbolELF *GroupSym, unsigned UniqueID, const MCSymbolELF *Associated) argument
435 getCOFFSection(StringRef Section, unsigned Characteristics, SectionKind Kind, StringRef COMDATSymName, int Selection, unsigned UniqueID, const char *BeginSymName) argument
467 getCOFFSection(StringRef Section, unsigned Characteristics, SectionKind Kind, const char *BeginSymName) argument
496 getWasmSection(const Twine &Section, SectionKind K, const Twine &Group, unsigned UniqueID, const char *BeginSymName) argument
508 getWasmSection(const Twine &Section, SectionKind Kind, const MCSymbolWasm *GroupSym, unsigned UniqueID, const char *BeginSymName) argument
539 getXCOFFSection(StringRef Section, XCOFF::StorageMappingClass SMC, XCOFF::SymbolType Type, XCOFF::StorageClass SC, SectionKind Kind, const char *BeginSymName) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp350 Error InstrProfSymtab::create(SectionRef &Section) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAssembler.h47 MCSection *Section; member in struct:llvm::IndirectSymbolData
H A DMCStreamer.h426 void SwitchSectionNoChange(MCSection *Section, argument
[all...]
H A DMCContext.h417 MCSectionMachO *getMachOSection(StringRef Segment, StringRef Section, argument
424 MCSectionELF *getELFSection(const Twine &Section, unsigned Type, argument
429 MCSectionELF *getELFSection(const Twine &Section, unsigned Type, argument
435 MCSectionELF *getELFSection(const Twine &Section, unsigne argument
487 getWasmSection(const Twine &Section, SectionKind K) argument
491 getWasmSection(const Twine &Section, SectionKind K, const char *BeginSymName) argument
496 getWasmSection(const Twine &Section, SectionKind K, const Twine &Group, unsigned UniqueID) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp171 DWARFUnit::DWARFUnit(DWARFContext &DC, const DWARFSection &Section, argument
36 addUnitsForSection(DWARFContext &C, const DWARFSection &Section, DWARFSectionKind SectionKind) argument
59 addUnitsImpl( DWARFContext &Context, const DWARFObject &Obj, const DWARFSection &Section, const DWARFDebugAbbrev *DA, const DWARFSection *RS, const DWARFSection *LocSection, StringRef SS, const DWARFSection &SOS, const DWARFSection *AOS, const DWARFSection &LS, bool LE, bool IsDWO, bool Lazy, DWARFSectionKind SectionKind) argument
238 uint64_t Section; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DMachOYAML.h30 struct Section { struct in namespace:llvm::MachOYAML
/freebsd-11-stable/contrib/llvm-project/llvm/lib/LTO/
H A DLTOModule.cpp380 StringRef Section = GV->getSection(); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/TextAPI/MachO/
H A DTextStub.cpp287 static void mapping(IO &IO, ExportSection &Section) { argument
309 mapping(IO &IO, UndefinedSection &Section) argument
325 mapping(IO &IO, SymbolSection &Section) argument
337 mapping(IO &IO, UmbrellaSection &Section) argument
352 mapping(IO &IO, MetadataSection &Section, MetadataSection::Option &OptionKind) argument
473 ExportSection Section; local
541 UndefinedSection Section; local
993 assignTargetsToLibrary(const std::vector<InterfaceFileRef> &Libraries, std::vector<MetadataSection> &Section) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp198 const coff_section *Section; local
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp419 visitKnownRecord(CVSymbol &CVR, SectionSym &Section) argument
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DARMEHABIPrinter.h367 PrinterContext<ET>::FunctionAtAddress(unsigned Section, argument
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
H A DObject.h39 struct Section { struct in namespace:llvm::objcopy::macho
57 Section(StringRef SegName, StringRef SectName) function in struct:llvm::objcopy::macho::Section
61 Section(StringRef SegName, StringRef SectName, StringRef Content) function in struct:llvm::objcopy::macho::Section
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DARMBuildAttributes.h76 Section = 2, // deprecated (ABI r2.09) enumerator in enum:llvm::ARMBuildAttrs::AttrType
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp467 auto Section = Context.SectionInfos.find(SectionName); local
494 auto Section = Context.SectionInfos.find(SectionName); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDIE.h854 MCSection *Section; member in class:llvm::DIEUnit
872 void setSection(MCSection *Section) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h532 class Section { class in namespace:llvm::jitlink
536 Section(StringRef Name, sys::Memory::ProtectionFlags Prot, function in class:llvm::jitlink::Section
871 addCommonSymbol(StringRef Name, Scope S, Section &Section, JITTargetAddress Address, uint64_t Size, uint64_t Alignment, bool IsLive) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp301 StringRef Section; local
601 MCSectionELF *Section = getContext().getELFSection( local
65 GetObjCImageInfo(Module &M, unsigned &Version, unsigned &Flags, StringRef &Section) argument
705 MCSectionELF *Section = selectELFSectionForGlobal( local
940 StringRef Segment, Section; local
1190 canUsePrivateLabel(const MCAsmInfo &AsmInfo, const MCSection &Section) argument
1464 StringRef Section; local
1721 MCSectionWasm* Section = local
[all...]

Completed in 202 milliseconds

123456