Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceELFObjectWriter.h65 void writeDataSection(const VariableDeclarationList &Vars,
DIceELFObjectWriter.cpp312 void ELFObjectWriter::writeDataSection(const VariableDeclarationList &Vars, in writeDataSection() function in Ice::ELFObjectWriter
DIceTargetLoweringMIPS32.cpp5672 Writer->writeDataSection(Vars, llvm::ELF::R_MIPS_32, SectionSuffix, IsPIC); in lowerGlobals()
DIceTargetLoweringARM32.cpp6795 Writer->writeDataSection(Vars, llvm::ELF::R_ARM_ABS32, SectionSuffix, in lowerGlobals()
DIceTargetLoweringX8664.cpp7032 Writer->writeDataSection(Vars, FK_Abs, SectionSuffix, IsPIC); in lowerGlobals()
DIceTargetLoweringX8632.cpp7766 Writer->writeDataSection(Vars, FK_Abs, SectionSuffix, IsPIC); in lowerGlobals()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DWasmObjectWriter.cpp321 void writeDataSection();
852 void WasmObjectWriter::writeDataSection() { in writeDataSection() function in WasmObjectWriter
1589 writeDataSection(); in writeObject()