Searched refs:getFunctionBegin (Results 1 – 9 of 9) sorted by relevance
133 MCSymbol *Start = Asm->getFunctionBegin(); in getFunctionLocalOffsetAfterInsn()224 LabelsBeforeInsn[Ranges.front().first] = Asm->getFunctionBegin(); in beginFunction()234 LabelsBeforeInsn[I->first] = Asm->getFunctionBegin(); in beginFunction()255 PrevLabel = Asm->getFunctionBegin(); in beginFunction()
897 StartLabel = Asm->getFunctionBegin(); in computeIP2StateTable()1088 MCSymbol *FuncBeginSym = Asm->getFunctionBegin(); in emitCLRExceptionTable()
515 MCSymbol *EHFuncBeginSym = Asm->getFunctionBegin(); in emitExceptionTable()
335 attachLowHighPC(*SPDie, Asm->getFunctionBegin(), Asm->getFunctionEnd()); in updateSubprogramScopeDIE()
1586 TheCU.addRange(RangeSpan(Asm->getFunctionBegin(), Asm->getFunctionEnd())); in endFunctionImpl()
1020 const MCSymbol *FunctionSymbol = getFunctionBegin(); in emitStackSizeSection()
1287 CurFn->Begin = Asm->getFunctionBegin(); in beginFunctionImpl()
673 MCSymbol *FuncLabel = Asm->getFunctionBegin(); in beginFunctionImpl()722 MCSymbol *FuncLabel = Asm->getFunctionBegin(); in beginInstruction()
212 MCSymbol *getFunctionBegin() const { return CurrentFnBegin; } in getFunctionBegin() function