Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCStreamer.cpp773 const auto *TextSecCOFF = cast<MCSectionCOFF>(TextSec); in getWinCFISection() local
775 unsigned UniqueID = TextSecCOFF->getOrAssignWinCFISectionID(NextWinCFIID); in getWinCFISection()
780 if (TextSecCOFF->getCharacteristics() & COFF::IMAGE_SCN_LNK_COMDAT) { in getWinCFISection()
781 KeySym = TextSecCOFF->getCOMDATSymbol(); in getWinCFISection()
789 TextSecCOFF->getSectionName().split('$').second) in getWinCFISection()