Home
last modified time | relevance | path

Searched refs:FunctionBeginSym (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.h423 MCSymbol *FunctionBeginSym, *FunctionEndSym; variable
DDwarfDebug.cpp202 FunctionBeginSym = FunctionEndSym = 0; in DwarfDebug()
1644 FunctionBeginSym = Asm->GetTempSymbol("func_begin", Asm->getFunctionNumber()); in beginFunction()
1646 Asm->OutStreamer.EmitLabel(FunctionBeginSym); in beginFunction()
1679 LabelsBeforeInsn[MI] = FunctionBeginSym; in beginFunction()
1794 PrevLabel = FunctionBeginSym; in beginFunction()