Home
last modified time | relevance | path

Searched defs:EmitColdPart (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryEmitter.cpp270 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()
861 void BinaryEmitter::emitLSDA(BinaryFunction &BF, bool EmitColdPart) { in emitLSDA()
1139 bool EmitColdPart, bool EmitCodeOnly) { in emitFunctionBody()