Lines Matching refs:BinaryEmitter

114 class BinaryEmitter {  class
116 BinaryEmitter(const BinaryEmitter &) = delete;
117 BinaryEmitter &operator=(const BinaryEmitter &) = delete;
123 BinaryEmitter(MCStreamer &Streamer, BinaryContext &BC) in BinaryEmitter() function in __anon00ef77ed0111::BinaryEmitter
186 void BinaryEmitter::emitAll(StringRef OrgSecPrefix) { in emitAll()
217 void BinaryEmitter::emitFunctions() { in emitFunctions()
270 bool BinaryEmitter::emitFunction(BinaryFunction &Function, bool EmitColdPart) { in emitFunction()
394 void BinaryEmitter::emitFunctionBody(BinaryFunction &BF, bool EmitColdPart, in emitFunctionBody()
482 void BinaryEmitter::emitConstantIslands(BinaryFunction &BF, bool EmitColdPart, in emitConstantIslands()
632 SMLoc BinaryEmitter::emitLineInfo(const BinaryFunction &BF, SMLoc NewLoc, in emitLineInfo()
694 void BinaryEmitter::emitLineInfoEnd(const BinaryFunction &BF, in emitLineInfoEnd()
707 void BinaryEmitter::emitJumpTables(const BinaryFunction &BF) { in emitJumpTables()
753 void BinaryEmitter::emitJumpTable(const JumpTable &JT, MCSection *HotSection, in emitJumpTable()
813 void BinaryEmitter::emitCFIInstruction(const MCCFIInstruction &Inst) const { in emitCFIInstruction()
861 void BinaryEmitter::emitLSDA(BinaryFunction &BF, bool EmitColdPart) { in emitLSDA()
1028 void BinaryEmitter::emitDebugLineInfoForOriginalFunctions() { in emitDebugLineInfoForOriginalFunctions()
1076 void BinaryEmitter::emitDebugLineInfoForUnprocessedCUs() { in emitDebugLineInfoForUnprocessedCUs()
1116 void BinaryEmitter::emitDataSections(StringRef OrgSecPrefix) { in emitDataSections()
1135 BinaryEmitter(Streamer, BC).emitAll(OrgSecPrefix); in emitBinaryContext()
1140 BinaryEmitter(Streamer, BF.getBinaryContext()) in emitFunctionBody()