Searched defs:Section (Results 1 - 25 of 78) sorted by relevance

1234

/freebsd-11.0-release/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFCompileUnit.h19 DWARFCompileUnit(DWARFContext &Context, const DWARFSection &Section, argument
27 static const DWARFSectionKind Section = DW_SECT_INFO; member in class:llvm::DWARFCompileUnit
H A DDWARFTypeUnit.h22 DWARFTypeUnit(DWARFContext &Context, const DWARFSection &Section, argument
33 static const DWARFSectionKind Section = DW_SECT_TYPES; member in class:llvm::DWARFTypeUnit
/freebsd-11.0-release/contrib/llvm/lib/Object/
H A DELFYAML.cpp647 static void commonSectionMapping(IO &IO, ELFYAML::Section &Section) { argument
657 sectionMapping(IO &IO, ELFYAML::RawContentSection &Section) argument
663 sectionMapping(IO &IO, ELFYAML::NoBitsSection &Section) argument
668 sectionMapping(IO &IO, ELFYAML::RelocationSection &Section) argument
683 sectionMapping(IO &IO, ELFYAML::MipsABIFlags &Section) argument
703 mapping( IO &IO, std::unique_ptr<ELFYAML::Section> &Section) argument
740 validate( IO &io, std::unique_ptr<ELFYAML::Section> &Section) argument
[all...]
H A DRecordStreamer.cpp92 void RecordStreamer::EmitZerofill(MCSection *Section, MCSymbol *Symbol, argument
/freebsd-11.0-release/contrib/llvm/include/llvm/MC/
H A DMCSectionCOFF.h45 MCSectionCOFF(StringRef Section, unsigned Characteristics, argument
H A DMCSectionELF.h55 MCSectionELF(StringRef Section, unsigned type, unsigned flags, SectionKind K, argument
H A DMCStreamer.h347 void SwitchSectionNoChange(MCSection *Section, argument
[all...]
/freebsd-11.0-release/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFI386.h51 auto Section = *Symbol->getSection(); variable
107 const auto Section = Sections[RE.SectionID]; variable
H A DRuntimeDyldCOFFX86_64.h64 const SectionEntry &Section = Sections[RE.SectionID]; variable
127 SectionEntry &Section = Sections[SectionID]; variable
196 const SectionRef &Section = SectionPair.first; variable
H A DRuntimeDyldMachOAArch64.h36 const SectionEntry &Section = Sections[RE.SectionID]; local
306 const SectionEntry &Section = Sections[RE.SectionID]; variable
370 SectionEntry &Section = Sections[RE.SectionID]; local
363 finalizeSection(const ObjectFile &Obj, unsigned SectionID, const SectionRef &Section) argument
[all...]
H A DRuntimeDyldMachOX86_64.h75 const SectionEntry &Section = Sections[RE.SectionID]; variable
120 SectionEntry &Section = Sections[RE.SectionID]; local
114 finalizeSection(const ObjectFile &Obj, unsigned SectionID, const SectionRef &Section) argument
[all...]
/freebsd-11.0-release/contrib/llvm/lib/MC/
H A DConstantPools.cpp51 ConstantPool *AssemblerConstantPools::getConstantPool(MCSection *Section) { argument
60 AssemblerConstantPools::getOrCreateConstantPool(MCSection *Section) { argument
64 static void emitConstantPool(MCStreamer &Streamer, MCSection *Section, argument
77 MCSection *Section = CPI->first; local
85 MCSection *Section = Streamer.getCurrentSection().first; local
94 MCSection *Section = Streamer.getCurrentSection().first; local
[all...]
H A DMCSectionMachO.cpp72 MCSectionMachO::MCSectionMachO(StringRef Segment, StringRef Section, argument
171 ParseSectionSpecifier(StringRef Spec, StringRef &Segment, StringRef &Section, unsigned &TAA, bool &TAAParsed, unsigned &StubSize) argument
/freebsd-11.0-release/contrib/llvm/include/llvm/IR/
H A DGlobalObject.h38 std::string Section; // Section to emit this into, empty means default member in class:llvm::GlobalObject
/freebsd-11.0-release/contrib/llvm/lib/DebugInfo/PDB/DIA/
H A DDIALineNumber.cpp38 DWORD Section = 0; local
/freebsd-11.0-release/contrib/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFStreamer.cpp59 void MipsELFStreamer::SwitchSection(MCSection *Section, argument
/freebsd-11.0-release/contrib/llvm/include/llvm/Object/
H A DCOFFYAML.h55 struct Section { struct in namespace:llvm::COFFYAML
H A DELFYAML.h72 StringRef Section; member in struct:llvm::ELFYAML::Symbol
87 struct Section { struct in namespace:llvm::ELFYAML
103 Section(SectionKind Kind) : Kind(Kind) {} function in struct:llvm::ELFYAML::Section
[all...]
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfFile.cpp124 void DwarfFile::emitAbbrevs(MCSection *Section) { argument
H A DDwarfUnit.h111 MCSection *Section; member in class:llvm::DwarfUnit
/freebsd-11.0-release/contrib/llvm/lib/Support/
H A DSpecialCaseList.cpp157 bool SpecialCaseList::inSection(StringRef Section, StringRef Query, argument
/freebsd-11.0-release/contrib/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MachObjectWriter.cpp117 static bool canUseLocalRelocation(const MCSectionMachO &Section, argument
295 const MCSectionMachO &Section = local
/freebsd-11.0-release/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCELFStreamer.cpp112 MCSection *Section = getAssembler().getContext().getELFSection( local
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Core/
H A DSection.cpp22 Section::Section (const ModuleSP &module_sp, function in class:Section
56 Section::Section (const lldb::SectionSP &parent_section_sp, function in class:Section
[all...]
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DSection.h102 class Section : class in namespace:lldb_private
[all...]

Completed in 228 milliseconds

1234