HomeSort by relevance Sort by last modified time
    Searched defs:Sec (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 74 const MCSection *Sec = getContext().getELFSection(NameData,
80 Streamer.SwitchSection(Sec);
  /external/llvm/utils/yaml2obj/
yaml2obj.cpp 312 Section Sec;
313 std::memset(&Sec.Header, 0, sizeof(Sec.Header));
334 std::fill_n(Sec.Header.Name, unsigned(COFF::NameSize), 0);
336 std::copy(Name.begin(), Name.end(), Sec.Header.Name);
345 Sec.Header.Name[0] = '/';
346 std::copy(str.begin(), str.end(), Sec.Header.Name + 1);
349 if (!getAs(Value, Sec.Header.VirtualSize)) {
354 if (!getAs(Value, Sec.Header.VirtualAddress)) {
359 if (!getAs(Value, Sec.Header.SizeOfRawData))
    [all...]
  /external/llvm/lib/MC/
WinCOFFObjectWriter.cpp 368 MCSectionCOFF const &Sec =
371 COFFSection *coff_section = createSection(Sec.getSectionName());
372 COFFSymbol *coff_symbol = createSymbol(Sec.getSectionName());
382 coff_symbol->Aux[0].Aux.SectionDefinition.Selection = Sec.getSelection();
384 coff_section->Header.Characteristics = Sec.getCharacteristics();
771 COFFSection *Sec = SectionMap[&i->getSection()];
773 if (Sec->Number == -1)
776 Sec->Header.SizeOfRawData = Layout.getSectionAddressSize(i);
778 if (IsPhysicalSection(Sec)) {
779 Sec->Header.PointerToRawData = offset
    [all...]
MCDwarf.cpp 334 const MCSection *Sec = *it;
335 const MCLineSection *Line = MCLineSections.lookup(Sec);
336 EmitDwarfLineTable(MCOS, Sec, Line, CUID);
    [all...]
  /external/llvm/include/llvm/Object/
ELF.h 609 void LoadVersionDefs(const Elf_Shdr *sec) const;
670 virtual error_code getSectionNext(DataRefImpl Sec, SectionRef &Res) const;
671 virtual error_code getSectionName(DataRefImpl Sec, StringRef &Res) const;
672 virtual error_code getSectionAddress(DataRefImpl Sec, uint64_t &Res) const;
673 virtual error_code getSectionSize(DataRefImpl Sec, uint64_t &Res) const;
674 virtual error_code getSectionContents(DataRefImpl Sec, StringRef &Res) const;
675 virtual error_code getSectionAlignment(DataRefImpl Sec, uint64_t &Res) const;
676 virtual error_code isSectionText(DataRefImpl Sec, bool &Res) const;
677 virtual error_code isSectionData(DataRefImpl Sec, bool &Res) const;
678 virtual error_code isSectionBSS(DataRefImpl Sec, bool &Res) const
1217 const Elf_Shdr *sec = getSection(symb); local
1240 const uint8_t *sec = reinterpret_cast<const uint8_t *>(Sec.p); local
1250 const Elf_Shdr *sec = reinterpret_cast<const Elf_Shdr *>(Sec.p); local
1258 const Elf_Shdr *sec = reinterpret_cast<const Elf_Shdr *>(Sec.p); local
1266 const Elf_Shdr *sec = reinterpret_cast<const Elf_Shdr *>(Sec.p); local
1274 const Elf_Shdr *sec = reinterpret_cast<const Elf_Shdr *>(Sec.p); local
1291 const Elf_Shdr *sec = reinterpret_cast<const Elf_Shdr *>(Sec.p); local
1299 const Elf_Shdr *sec = reinterpret_cast<const Elf_Shdr *>(Sec.p); local
1310 const Elf_Shdr *sec = reinterpret_cast<const Elf_Shdr *>(Sec.p); local
1322 const Elf_Shdr *sec = reinterpret_cast<const Elf_Shdr *>(Sec.p); local
1334 const Elf_Shdr *sec = reinterpret_cast<const Elf_Shdr *>(Sec.p); local
1345 const Elf_Shdr *sec = reinterpret_cast<const Elf_Shdr *>(Sec.p); local
1356 const Elf_Shdr *sec = reinterpret_cast<const Elf_Shdr *>(Sec.p); local
1366 const Elf_Shdr *sec = reinterpret_cast<const Elf_Shdr *>(Sec.p); local
1387 const Elf_Shdr *sec = reinterpret_cast<const Elf_Shdr *>(Sec.p); local
1401 const Elf_Shdr *sec = reinterpret_cast<const Elf_Shdr *>(Sec.p); local
1447 const Elf_Shdr *sec = getSection(Rel.w.b); local
1474 const Elf_Shdr *sec = getSection(Rel.w.b); local
1496 const Elf_Shdr *sec = getSection(Rel.w.b); local
1517 const Elf_Shdr *sec = getSection(Rel.w.b); local
1539 const Elf_Shdr *sec = getSection(Rel.w.b); local
1960 const Elf_Shdr *sec = getSection(Rel.w.b); local
1978 const Elf_Shdr *sec = getSection(Rel.w.b); local
2531 const Elf_Shdr *sec = getSection(Symb.d.b); local
    [all...]

Completed in 160 milliseconds