Searched refs:xdataSect (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/MC/
H A DMCWin64EH.cpp250 const MCSection *xdataSect = local
252 streamer.SwitchSection(xdataSect);
262 const MCSection *xdataSect = local
264 streamer.SwitchSection(xdataSect);
H A DMCAsmStreamer.cpp1150 const MCSection *xdataSect = getWin64EHTableSection(suffix, getContext()); local
1151 if (xdataSect)
1152 SwitchSectionNoChange(xdataSect);

Completed in 56 milliseconds