Home
last modified time | relevance | path

Searched refs:CurrentFnSymForSize (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DFaultMaps.cpp40 MCSymbolRefExpr::create(AP.CurrentFnSymForSize, OutContext), OutContext); in recordFaultingOp()
44 MCSymbolRefExpr::create(AP.CurrentFnSymForSize, OutContext), OutContext); in recordFaultingOp()
H A DStackMaps.cpp345 MCSymbolRefExpr::create(AP.CurrentFnSymForSize, OutContext), OutContext); in recordStackMapOpers()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h118 MCSymbol *CurrentFnSymForSize = nullptr; variable
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1213 MCSymbolRefExpr::create(CurrentFnSymForSize, OutContext), OutContext); in EmitFunctionBody()
1619 CurrentFnSymForSize = CurrentFnSym; in SetupMachineFunction()
1627 CurrentFnSymForSize = CurrentFnBegin; in SetupMachineFunction()
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp1325 MCSymbol *Symbol1 = CurrentFnSymForSize; in EmitFunctionEntryLabel()