Searched defs:EmitCFISections (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/MC/
H A DMCObjectStreamer.cpp117 void MCObjectStreamer::EmitCFISections(bool EH, bool Debug) { function in class:MCObjectStreamer
118 MCStreamer::EmitCFISections(EH, Debug);
H A DMCStreamer.cpp255 void MCStreamer::EmitCFISections(bool EH, bool Debug) { function in class:MCStreamer
/external/swiftshader/third_party/LLVM/lib/MC/
H A DMCAsmStreamer.cpp205 virtual void EmitCFISections(bool EH, bool Debug);
801 void MCAsmStreamer::EmitCFISections(bool EH, bool Debug) { function in class:MCAsmStreamer
802 MCStreamer::EmitCFISections(EH, Debug);
H A DMCStreamer.cpp268 void MCStreamer::EmitCFISections(bool EH, bool Debug) { function in class:MCStreamer

Completed in 114 milliseconds