Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmInfo.h154 bool NeedsLocalForSize = false; variable
536 bool needsLocalForSize() const { return NeedsLocalForSize; } in needsLocalForSize()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCAsmInfo.cpp175 NeedsLocalForSize = true; in PPCELFMCAsmInfo()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2837 bool NeedsLocalForSize = MAI->needsLocalForSize(); in SetupMachineFunction() local
2841 needFuncLabels(MF, *this) || NeedsLocalForSize || in SetupMachineFunction()
2845 if (NeedsLocalForSize) in SetupMachineFunction()