Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCAsmInfo.cpp23 NeedsLocalForSize = true; in PPCELFMCAsmInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmInfo.h163 bool NeedsLocalForSize = false; variable
657 bool needsLocalForSize() const { return NeedsLocalForSize; } in needsLocalForSize()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2587 bool NeedsLocalForSize = MAI->needsLocalForSize(); in SetupMachineFunction() local
2591 needFuncLabels(MF, *MMI) || NeedsLocalForSize || in SetupMachineFunction()
2595 if (NeedsLocalForSize) in SetupMachineFunction()