Home
last modified time | relevance | path

Searched refs:createSection (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceELFObjectWriter.cpp88 SymTab = createSection<ELFSymbolTableSection>(SymTabName, SHT_SYMTAB, 0, in ELFObjectWriter()
94 createSection<ELFStringTableSection>(StrTabName, SHT_STRTAB, 0, 1, 0); in ELFObjectWriter()
98 T *ELFObjectWriter::createSection(const std::string &Name, Elf64_Word ShType, in createSection() function in Ice::ELFObjectWriter
121 ELFRelocationSection *RelSection = createSection<ELFRelocationSection>( in createRelocationSection()
227 Section = createSection<ELFTextSection>(SectionName, SHT_PROGBITS, ShFlags, in writeFunctionCode()
305 ELFDataSection *Section = createSection<ELFDataSection>( in writeTargetRODataSection()
359 Section = createSection<ELFDataSection>(SectionName, SHT_PROGBITS, ShFlags, in writeDataOfType()
370 Section = createSection<ELFDataSection>(SectionName, SHT_PROGBITS, ShFlags, in writeDataOfType()
381 Section = createSection<ELFDataSection>(SectionName, SHT_NOBITS, ShFlags, in writeDataOfType()
530 ELFDataSection *Section = createSection<ELFDataSection>( in writeConstantPool()
[all …]
DIceELFObjectWriter.h128 T *createSection(const std::string &Name, Elf64_Word ShType,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
DMachO_x86_64.cpp397 GOTSection = &G.createSection("$__GOT", sys::Memory::MF_READ); in getGOTSection()
405 StubsSection = &G.createSection("$__STUBS", StubsProt); in getStubsSection()
DMachOLinkGraphBuilder.cpp94 CommonSection = &G->createSection(CommonSectionName, Prot); in getCommonSection()
165 NSec.GraphSection = &G->createSection(*Name, Prot); in createNormalizedSections()
DMachO_arm64.cpp434 GOTSection = &G.createSection("$__GOT", sys::Memory::MF_READ); in getGOTSection()
442 StubsSection = &G.createSection("$__STUBS", StubsProt); in getStubsSection()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DWinCOFFObjectWriter.cpp168 COFFSection *createSection(StringRef Name);
253 COFFSection *WinCOFFObjectWriter::createSection(StringRef Name) { in createSection() function in WinCOFFObjectWriter
295 COFFSection *Section = createSection(MCSec.getSectionName()); in defineSection()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/JITLink/
DJITLink.h796 Section &createSection(StringRef Name, sys::Memory::ProtectionFlags Prot) { in createSection() function