Searched refs:NextWinCFIID (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/MC/ |
D | MCStreamer.cpp | 521 static MCSection *getWinCFISection(MCContext &Context, unsigned *NextWinCFIID, in getWinCFISection() argument 529 unsigned UniqueID = TextSecCOFF->getOrAssignWinCFISectionID(NextWinCFIID); in getWinCFISection() 542 return getWinCFISection(getContext(), &NextWinCFIID, in getAssociatedPDataSection() 548 return getWinCFISection(getContext(), &NextWinCFIID, in getAssociatedXDataSection()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCStreamer.cpp | 766 static MCSection *getWinCFISection(MCContext &Context, unsigned *NextWinCFIID, in getWinCFISection() argument 775 unsigned UniqueID = TextSecCOFF->getOrAssignWinCFISectionID(NextWinCFIID); in getWinCFISection() 802 return getWinCFISection(getContext(), &NextWinCFIID, in getAssociatedPDataSection() 808 return getWinCFISection(getContext(), &NextWinCFIID, in getAssociatedXDataSection()
|
/external/llvm-project/llvm/lib/MC/ |
D | MCStreamer.cpp | 787 static MCSection *getWinCFISection(MCContext &Context, unsigned *NextWinCFIID, in getWinCFISection() argument 796 unsigned UniqueID = TextSecCOFF->getOrAssignWinCFISectionID(NextWinCFIID); in getWinCFISection() 822 return getWinCFISection(getContext(), &NextWinCFIID, in getAssociatedPDataSection() 828 return getWinCFISection(getContext(), &NextWinCFIID, in getAssociatedXDataSection()
|
/external/llvm/include/llvm/MC/ |
D | MCStreamer.h | 190 unsigned NextWinCFIID = 0; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCStreamer.h | 222 unsigned NextWinCFIID = 0; variable
|
/external/llvm-project/llvm/include/llvm/MC/ |
D | MCStreamer.h | 227 unsigned NextWinCFIID = 0; variable
|