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()
252 FunctionSymbol, enumerator620 FunctionSymbolNode() : SymbolNode(NodeKind::FunctionSymbol) {} in FunctionSymbolNode()
1133 const MCSymbol *FunctionSymbol = getFunctionBegin(); in emitBBAddrMapSection() local1137 OutStreamer->emitSymbolValue(FunctionSymbol, getPointerSize()); in emitBBAddrMapSection()1143 MBB.isEntryBlock() ? FunctionSymbol : MBB.getSymbol(); in emitBBAddrMapSection()1145 emitLabelDifferenceAsULEB128(MBBSymbol, FunctionSymbol); in emitBBAddrMapSection()1180 const MCSymbol *FunctionSymbol = getFunctionBegin(); in emitStackSizeSection() local1182 OutStreamer->emitSymbolValue(FunctionSymbol, TM.getProgramPointerSize()); in emitStackSizeSection()