Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
HDPPCMCAsmInfo.cpp23 NeedsLocalForSize = true; in PPCELFMCAsmInfo()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCAsmInfo.h123 bool NeedsLocalForSize = false; variable
514 bool needsLocalForSize() const { return NeedsLocalForSize; } in needsLocalForSize()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDAsmPrinter.cpp1710 bool NeedsLocalForSize = MAI->needsLocalForSize(); in SetupMachineFunction() local
1712 needFuncLabelsForEHOrDebugInfo(MF, MMI) || NeedsLocalForSize || in SetupMachineFunction()
1715 if (NeedsLocalForSize) in SetupMachineFunction()