Lines Matching refs:FnStart
590 void SwitchToExTabSection(const MCSymbol &FnStart);
591 void SwitchToExIdxSection(const MCSymbol &FnStart);
603 MCSymbol *FnStart; member in __anond09109f60111::ARMELFStreamer
1081 inline void ARMELFStreamer::SwitchToExTabSection(const MCSymbol &FnStart) { in SwitchToExTabSection() argument
1083 SectionKind::getData(), FnStart); in SwitchToExTabSection()
1086 inline void ARMELFStreamer::SwitchToExIdxSection(const MCSymbol &FnStart) { in SwitchToExIdxSection() argument
1089 SectionKind::getData(), FnStart); in SwitchToExIdxSection()
1099 FnStart = nullptr; in Reset()
1114 assert(FnStart == nullptr); in emitFnStart()
1115 FnStart = getContext().createTempSymbol(); in emitFnStart()
1116 EmitLabel(FnStart); in emitFnStart()
1120 assert(FnStart && ".fnstart must precedes .fnend"); in emitFnEnd()
1127 SwitchToExIdxSection(*FnStart); in emitFnEnd()
1133 MCSymbolRefExpr::create(FnStart, in emitFnEnd()
1164 SwitchSection(&FnStart->getSection()); in emitFnEnd()
1214 SwitchToExTabSection(*FnStart); in FlushUnwindOpcodes()