Searched defs:Section (Results 26 - 50 of 78) sorted by relevance

1234

/freebsd-11.0-release/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOARM.h37 const SectionEntry &Section = Sections[RE.SectionID]; local
96 const SectionEntry &Section = Sections[RE.SectionID]; variable
169 Section, SectionID); local
179 SectionEntry &Section = Sections[RE.SectionID]; local
162 finalizeSection(const ObjectFile &Obj, unsigned SectionID, const SectionRef &Section) argument
222 SectionEntry &Section = Sections[SectionID]; local
[all...]
H A DRuntimeDyldMachOI386.h85 const SectionEntry &Section = Sections[RE.SectionID]; variable
120 populateJumpTable(cast<MachOObjectFile>(Obj), Section, SectionID); local
123 Section, SectionID); local
136 SectionEntry &Section = Sections[SectionID]; local
114 finalizeSection(const ObjectFile &Obj, unsigned SectionID, const SectionRef &Section) argument
/freebsd-11.0-release/contrib/llvm/lib/MC/
H A DMCMachOStreamer.cpp149 void MCMachOStreamer::ChangeSection(MCSection *Section, argument
398 EmitZerofill(MCSection *Section, MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment) argument
427 EmitTBSSSymbol(MCSection *Section, MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment) argument
[all...]
H A DWinCOFFStreamer.cpp248 MCSection *Section = getContext().getObjectFileInfo()->getBSSSection(); local
265 void MCWinCOFFStreamer::EmitZerofill(MCSection *Section, MCSymbol *Symbol, argument
270 void MCWinCOFFStreamer::EmitTBSSSymbol(MCSection *Section, MCSymbol *Symbol, argument
H A DMCAsmStreamer.cpp302 void MCAsmStreamer::ChangeSection(MCSection *Section, argument
584 void MCAsmStreamer::EmitZerofill(MCSection *Section, MCSymbol *Symbol, argument
609 void MCAsmStreamer::EmitTBSSSymbol(MCSection *Section, MCSymbo argument
[all...]
H A DMCAssembler.cpp101 bool MCAssembler::registerSection(MCSection &Section) { argument
H A DMCContext.cpp123 MCSymbolELF *MCContext::getOrCreateSectionSymbol(const MCSectionELF &Section) { argument
270 MCSectionMachO *MCContext::getMachOSection(StringRef Segment, StringRef Section, argument
299 void MCContext::renameELFSection(MCSectionELF *Section, StringRef Name) { argument
328 getELFSection(StringRef Section, unsigned Type, unsigned Flags, unsigned EntrySize, StringRef Group, unsigned UniqueID, const char *BeginSymName) argument
340 getELFSection(StringRef Section, unsigned Type, unsigned Flags, unsigned EntrySize, const MCSymbolELF *GroupSym, unsigned UniqueID, const char *BeginSymName, const MCSectionELF *Associated) argument
382 getCOFFSection(StringRef Section, unsigned Characteristics, SectionKind Kind, StringRef COMDATSymName, int Selection, const char *BeginSymName) argument
412 getCOFFSection(StringRef Section, unsigned Characteristics, SectionKind Kind, const char *BeginSymName) argument
419 getCOFFSection(StringRef Section) argument
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Object/
H A DCOFFYAML.cpp20 Section::Section() { memset(&Header, 0, sizeof(COFF::section)); } function in class:llvm::COFFYAML::Section
H A DObject.cpp157 LLVMRelocationIteratorRef LLVMGetRelocations(LLVMSectionIteratorRef Section) { argument
166 LLVMBool LLVMIsRelocationIteratorAtEnd(LLVMSectionIteratorRef Section, argument
/freebsd-11.0-release/contrib/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp226 const MCSectionMachO &Section = local
/freebsd-11.0-release/contrib/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp231 void Dumper::printUnwindInfo(const Context &Ctx, const coff_section *Section, argument
115 formatSymbol(const Dumper::Context &Ctx, const coff_section *Section, uint64_t Offset, uint32_t Displacement) argument
137 resolveRelocation(const Dumper::Context &Ctx, const coff_section *Section, uint64_t Offset, const coff_section *&ResolvedSection, uint64_t &ResolvedAddress) argument
159 printRuntimeFunctionEntry(const Context &Ctx, const coff_section *Section, uint64_t Offset, const RuntimeFunction &RF) argument
275 printRuntimeFunction(const Context &Ctx, const coff_section *Section, uint64_t SectionOffset, const RuntimeFunction &RF) argument
[all...]
H A DARMAttributeParser.cpp652 void ARMAttributeParser::Parse(ArrayRef<uint8_t> Section) { argument
H A DARMWinEHPrinter.cpp213 getRelocatedSymbol(const COFFObjectFile &, const SectionRef &Section, uint64_t Offset) argument
647 ErrorOr<SectionRef> Section = local
657 dumpPackedEntry(const object::COFFObjectFile &COFF, const SectionRef Section, uint64_t Offset, unsigned Index, const RuntimeFunction &RF) argument
698 dumpProcedureDataEntry(const COFFObjectFile &COFF, const SectionRef Section, unsigned Index, ArrayRef<uint8_t> Contents) argument
712 dumpProcedureData(const COFFObjectFile &COFF, const SectionRef Section) argument
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaAttr.cpp366 auto Section = Context.SectionInfos.find(SectionName); local
393 auto Section = Context.SectionInfos.find(SectionName); local
[all...]
/freebsd-11.0-release/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp20 void DWARFUnitSectionBase::parse(DWARFContext &C, const DWARFSection &Section) { argument
34 DWARFUnit::DWARFUnit(DWARFContext &DC, const DWARFSection &Section, argument
H A DDWARFContext.cpp63 dumpAccelSection(raw_ostream &OS, StringRef Name, const DWARFSection& Section, StringRef StringSection, bool LittleEndian) argument
[all...]
/freebsd-11.0-release/contrib/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp293 bool COFFAsmParser::ParseSectionSwitch(StringRef Section, argument
299 bool COFFAsmParser::ParseSectionSwitch(StringRef Section, argument
H A DELFAsmParser.cpp184 bool ELFAsmParser::ParseSectionSwitch(StringRef Section, unsigned Type, argument
/freebsd-11.0-release/contrib/llvm/lib/ProfileData/
H A DCoverageMappingReader.cpp293 std::error_code InstrProfSymtab::create(SectionRef &Section) { argument
/freebsd-11.0-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonAsmPrinter.cpp216 MCSectionELF *Section = OutStreamer.getContext().getELFSection( local
244 MCSectionELF *Section = OutStreamer.getContext().getELFSection( local
/freebsd-11.0-release/contrib/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp202 const coff_section *Section; local
/freebsd-11.0-release/contrib/llvm/include/llvm/MC/
H A DMCAssembler.h43 MCSection *Section; member in struct:llvm::IndirectSymbolData
/freebsd-11.0-release/contrib/llvm/include/llvm/Object/
H A DELF.h436 const T *ELFFile<ELFT>::getEntry(uint32_t Section, uint32_ argument
445 getEntry(const Elf_Shdr *Section, uint32_t Entry) const argument
[all...]
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp525 StringRef Segment, Section; local
760 canUsePrivateLabel(const MCAsmInfo &AsmInfo, const MCSection &Section) argument
[all...]
/freebsd-11.0-release/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp62 SectionEntry &Section = Sections[SectionID]; local
137 const SectionEntry &Section = Sections[RE.SectionID]; local
[all...]

Completed in 287 milliseconds

1234