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

  /external/swiftshader/third_party/LLVM/lib/MC/
WinCOFFObjectWriter.cpp 147 COFFSection *createSection(StringRef Name);
346 COFFSection *WinCOFFObjectWriter::createSection(llvm::StringRef Name) {
371 COFFSection *coff_section = createSection(Sec.getSectionName());
  /external/swiftshader/third_party/subzero/src/
IceELFObjectWriter.cpp 95 SymTab = createSection<ELFSymbolTableSection>(SymTabName, SHT_SYMTAB, 0,
101 createSection<ELFStringTableSection>(StrTabName, SHT_STRTAB, 0, 1, 0);
105 T *ELFObjectWriter::createSection(const std::string &Name, Elf64_Word ShType,
128 ELFRelocationSection *RelSection = createSection<ELFRelocationSection>(
234 Section = createSection<ELFTextSection>(SectionName, SHT_PROGBITS, ShFlags,
312 ELFDataSection *Section = createSection<ELFDataSection>(
366 Section = createSection<ELFDataSection>(SectionName, SHT_PROGBITS, ShFlags,
377 Section = createSection<ELFDataSection>(SectionName, SHT_PROGBITS, ShFlags,
388 Section = createSection<ELFDataSection>(SectionName, SHT_NOBITS, ShFlags,
537 ELFDataSection *Section = createSection<ELFDataSection>
    [all...]
  /external/llvm/lib/MC/
WinCOFFObjectWriter.cpp 151 COFFSection *createSection(StringRef Name);
251 COFFSection *WinCOFFObjectWriter::createSection(StringRef Name) {
267 COFFSection *coff_section = createSection(Sec.getSectionName());
    [all...]

Completed in 207 milliseconds