Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCAsmInfo.cpp24 NeedsLocalForSize = true; in PPCELFMCAsmInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCAsmInfo.h160 bool NeedsLocalForSize = false; variable
642 bool needsLocalForSize() const { return NeedsLocalForSize; } in needsLocalForSize()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1968 bool NeedsLocalForSize = MAI->needsLocalForSize(); in SetupMachineFunction() local
1972 needFuncLabelsForEHOrDebugInfo(MF) || NeedsLocalForSize || in SetupMachineFunction()
1975 if (NeedsLocalForSize) in SetupMachineFunction()