Home
last modified time | relevance | path

Searched refs:emitLSDA (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryEmitter.cpp156 void emitLSDA(BinaryFunction &BF, bool EmitColdPart);
386 emitLSDA(Function, EmitColdPart); in emitFunction()
861 void BinaryEmitter::emitLSDA(BinaryFunction &BF, bool EmitColdPart) { in emitLSDA() function in BinaryEmitter