Searched refs:FunctionSymbol (Results 1 – 3 of 3) sorted by relevance
171 const MCSymbol *FunctionSymbol = getSymbol(F); in EmitInterruptVectorSection() local172 OutStreamer->emitSymbolValue(FunctionSymbol, TM.getProgramPointerSize()); in EmitInterruptVectorSection()
253 FunctionSymbol, enumerator621 FunctionSymbolNode() : SymbolNode(NodeKind::FunctionSymbol) {} in FunctionSymbolNode()
1147 const MCSymbol *FunctionSymbol = getFunctionBegin(); in emitBBAddrMapSection() local1151 OutStreamer->emitSymbolValue(FunctionSymbol, getPointerSize()); in emitBBAddrMapSection()1157 MBB.isEntryBlock() ? FunctionSymbol : MBB.getSymbol(); in emitBBAddrMapSection()1159 emitLabelDifferenceAsULEB128(MBBSymbol, FunctionSymbol); in emitBBAddrMapSection()1194 const MCSymbol *FunctionSymbol = getFunctionBegin(); in emitStackSizeSection() local1196 OutStreamer->emitSymbolValue(FunctionSymbol, TM.getProgramPointerSize()); in emitStackSizeSection()