Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCStreamer.h335 MCSectionSubPair NewSection = I->first; in PopSection() local
337 if (OldSection != NewSection) in PopSection()
338 ChangeSection(NewSection.first, NewSection.second); in PopSection()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCStreamer.h375 MCSectionSubPair NewSection = I->first; in PopSection() local
377 if (OldSection != NewSection) in PopSection()
378 ChangeSection(NewSection.first, NewSection.second); in PopSection()
/external/swiftshader/third_party/subzero/src/
DIceELFObjectWriter.cpp109 T *NewSection = in createSection() local
112 return NewSection; in createSection()