Home
last modified time | relevance | path

Searched refs:FunctionSymbol (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/
H A DMSP430AsmPrinter.cpp171 const MCSymbol *FunctionSymbol = getSymbol(F); in EmitInterruptVectorSection() local
172 OutStreamer->emitSymbolValue(FunctionSymbol, TM.getProgramPointerSize()); in EmitInterruptVectorSection()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h252 FunctionSymbol, enumerator
620 FunctionSymbolNode() : SymbolNode(NodeKind::FunctionSymbol) {} in FunctionSymbolNode()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1133 const MCSymbol *FunctionSymbol = getFunctionBegin(); in emitBBAddrMapSection() local
1137 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() local
1182 OutStreamer->emitSymbolValue(FunctionSymbol, TM.getProgramPointerSize()); in emitStackSizeSection()