Lines Matching refs:FnStart
659 void SwitchToExTabSection(const MCSymbol &FnStart);
660 void SwitchToExIdxSection(const MCSymbol &FnStart);
672 MCSymbol *FnStart; member in __anond09109f60111::ARMELFStreamer
1100 inline void ARMELFStreamer::SwitchToExTabSection(const MCSymbol &FnStart) { in SwitchToExTabSection() argument
1105 FnStart); in SwitchToExTabSection()
1108 inline void ARMELFStreamer::SwitchToExIdxSection(const MCSymbol &FnStart) { in SwitchToExIdxSection() argument
1113 FnStart); in SwitchToExIdxSection()
1123 FnStart = nullptr; in Reset()
1138 assert(FnStart == nullptr); in emitFnStart()
1139 FnStart = getContext().CreateTempSymbol(); in emitFnStart()
1140 EmitLabel(FnStart); in emitFnStart()
1144 assert(FnStart && ".fnstart must precedes .fnend"); in emitFnEnd()
1151 SwitchToExIdxSection(*FnStart); in emitFnEnd()
1157 MCSymbolRefExpr::Create(FnStart, in emitFnEnd()
1188 SwitchSection(&FnStart->getSection()); in emitFnEnd()
1238 SwitchToExTabSection(*FnStart); in FlushUnwindOpcodes()