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

/freebsd-10.2-release/contrib/llvm/lib/MC/
H A DMCWin64EH.cpp270 const MCSection *xdataSect = local
272 streamer.SwitchSection(xdataSect);
282 const MCSection *xdataSect = local
284 streamer.SwitchSection(xdataSect);
H A DMCAsmStreamer.cpp1164 const MCSection *xdataSect = getWin64EHTableSection(suffix, getContext()); local
1165 if (xdataSect)
1166 SwitchSectionNoChange(xdataSect);

Completed in 118 milliseconds