Searched refs:NextWinCFIID (Results 1 – 4 of 4) 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-7.0/llvm/lib/MC/ |
D | MCStreamer.cpp | 668 static MCSection *getWinCFISection(MCContext &Context, unsigned *NextWinCFIID, in getWinCFISection() argument 677 unsigned UniqueID = TextSecCOFF->getOrAssignWinCFISectionID(NextWinCFIID); in getWinCFISection() 704 return getWinCFISection(getContext(), &NextWinCFIID, in getAssociatedPDataSection() 710 return getWinCFISection(getContext(), &NextWinCFIID, in getAssociatedXDataSection()
|
/external/llvm/include/llvm/MC/ |
D | MCStreamer.h | 190 unsigned NextWinCFIID = 0; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/ |
D | MCStreamer.h | 212 unsigned NextWinCFIID = 0; variable
|