Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCContext.h467 MCSectionELF *createELFGroupSection(const MCSymbolELF *Group);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCContext.cpp429 MCSectionELF *MCContext::createELFGroupSection(const MCSymbolELF *Group) { in createELFGroupSection() function in MCContext
DELFObjectWriter.cpp1113 MCSectionELF *Group = Ctx.createELFGroupSection(SignatureSymbol); in writeObject()