Lines Matching refs:FnStart
704 void SwitchToExTabSection(const MCSymbol &FnStart);
705 void SwitchToExIdxSection(const MCSymbol &FnStart);
719 MCSymbol *FnStart; member in __anonf150d5940111::ARMELFStreamer
1161 inline void ARMELFStreamer::SwitchToExTabSection(const MCSymbol &FnStart) { in SwitchToExTabSection() argument
1163 SectionKind::getData(), FnStart); in SwitchToExTabSection()
1166 inline void ARMELFStreamer::SwitchToExIdxSection(const MCSymbol &FnStart) { in SwitchToExIdxSection() argument
1169 SectionKind::getData(), FnStart); in SwitchToExIdxSection()
1180 FnStart = nullptr; in EHReset()
1195 assert(FnStart == nullptr); in emitFnStart()
1196 FnStart = getContext().createTempSymbol(); in emitFnStart()
1197 emitLabel(FnStart); in emitFnStart()
1201 assert(FnStart && ".fnstart must precedes .fnend"); in emitFnEnd()
1208 SwitchToExIdxSection(*FnStart); in emitFnEnd()
1219 MCSymbolRefExpr::create(FnStart, in emitFnEnd()
1250 switchSection(&FnStart->getSection()); in emitFnEnd()
1300 SwitchToExTabSection(*FnStart); in FlushUnwindOpcodes()