Searched refs:getFunctionBegin (Results 1 – 5 of 5) sorted by relevance
201 MCSymbol *EHFuncBeginSym = Asm->getFunctionBegin(); in emitCSpecificHandlerTable()302 MCSymbol *LastLabel = Asm->getFunctionBegin(); in emitCXXFrameHandler3Table()
1132 LabelsBeforeInsn[Ranges.front().first] = Asm->getFunctionBegin(); in beginFunction()1141 LabelsBeforeInsn[I->first] = Asm->getFunctionBegin(); in beginFunction()1156 PrevLabel = Asm->getFunctionBegin(); in beginFunction()1194 TheCU.addRange(RangeSpan(Asm->getFunctionBegin(), Asm->getFunctionEnd())); in endFunction()
556 MCSymbol *EHFuncBeginSym = Asm->getFunctionBegin(); in emitExceptionTable()
282 attachLowHighPC(*SPDie, Asm->getFunctionBegin(), Asm->getFunctionEnd()); in updateSubprogramScopeDIE()
156 MCSymbol *getFunctionBegin() const { return CurrentFnBegin; } in getFunctionBegin() function