Home
last modified time | relevance | path

Searched refs:getDrectveSection (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCWinCOFFStreamer.cpp291 SwitchSection(MFI->getDrectveSection()); in EmitCommonSymbol()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCObjectFileInfo.h387 MCSection *getDrectveSection() const { return DrectveSection; } in getDrectveSection() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1601 OutStreamer->SwitchSection(TLOF.getDrectveSection()); in doFinalization()
1627 OutStreamer->SwitchSection(TLOF.getDrectveSection()); in doFinalization()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp1450 MCSection *Sec = getDrectveSection(); in emitModuleMetadata()