Home
last modified time | relevance | path

Searched refs:createRelocationSection (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceELFObjectWriter.cpp109 ELFObjectWriter::createRelocationSection(const ELFSection *RelatedSection) { in createRelocationSection() function in Ice::ELFObjectWriter
232 RelSection = createRelocationSection(Section); in writeFunctionCode()
363 RelSection = createRelocationSection(Section); in writeDataOfType()
374 RelSection = createRelocationSection(Section); in writeDataOfType()
587 RelSection = createRelocationSection(Section); in writeJumpTable()
DIceELFObjectWriter.h135 createRelocationSection(const ELFSection *RelatedSection);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DELFObjectWriter.cpp206 MCSectionELF *createRelocationSection(MCContext &Ctx,
782 MCSectionELF *ELFWriter::createRelocationSection(MCContext &Ctx, in createRelocationSection() function in ELFWriter
1107 MCSectionELF *RelSection = createRelocationSection(Ctx, Section); in writeObject()