Searched refs:createSection (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceELFObjectWriter.cpp | 88 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 …]
|
D | IceELFObjectWriter.h | 128 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/ |
D | MachO_x86_64.cpp | 397 GOTSection = &G.createSection("$__GOT", sys::Memory::MF_READ); in getGOTSection() 405 StubsSection = &G.createSection("$__STUBS", StubsProt); in getStubsSection()
|
D | MachOLinkGraphBuilder.cpp | 94 CommonSection = &G->createSection(CommonSectionName, Prot); in getCommonSection() 165 NSec.GraphSection = &G->createSection(*Name, Prot); in createNormalizedSections()
|
D | MachO_arm64.cpp | 434 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/ |
D | WinCOFFObjectWriter.cpp | 168 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/ |
D | JITLink.h | 796 Section &createSection(StringRef Name, sys::Memory::ProtectionFlags Prot) { in createSection() function
|