Searched refs:writeDataSection (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceELFObjectWriter.h | 65 void writeDataSection(const VariableDeclarationList &Vars,
|
D | IceELFObjectWriter.cpp | 312 void ELFObjectWriter::writeDataSection(const VariableDeclarationList &Vars, in writeDataSection() function in Ice::ELFObjectWriter
|
D | IceTargetLoweringMIPS32.cpp | 5672 Writer->writeDataSection(Vars, llvm::ELF::R_MIPS_32, SectionSuffix, IsPIC); in lowerGlobals()
|
D | IceTargetLoweringARM32.cpp | 6795 Writer->writeDataSection(Vars, llvm::ELF::R_ARM_ABS32, SectionSuffix, in lowerGlobals()
|
D | IceTargetLoweringX8664.cpp | 7032 Writer->writeDataSection(Vars, FK_Abs, SectionSuffix, IsPIC); in lowerGlobals()
|
D | IceTargetLoweringX8632.cpp | 7766 Writer->writeDataSection(Vars, FK_Abs, SectionSuffix, IsPIC); in lowerGlobals()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | WasmObjectWriter.cpp | 321 void writeDataSection(); 852 void WasmObjectWriter::writeDataSection() { in writeDataSection() function in WasmObjectWriter 1589 writeDataSection(); in writeObject()
|