Home | History | Annotate | Download | only in MC

Lines Matching refs:Function

325 /// Utility function to write the encoding to an object writer.
334 /// Utility function to emit the encoding to a streamer.
343 /// Utility function to encode a Dwarf pair of LineDelta and AddrDeltas.
731 Streamer.EmitSymbolValue(Frame.Function, Size);
746 // Personality Function
748 if (VerboseAsm) Streamer.AddComment("Personality Function");
898 if (IsEH && frame.Function && !MOFI->isFunctionEHFrameSymbolPrivate()) {
900 context.GetOrCreateSymbol(frame.Function->getName() + Twine(".eh"));
901 streamer.EmitEHSymAttributes(frame.Function, EHSym);