Home
last modified time | relevance | path

Searched refs:needsLocalForSize (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmInfo.h657 bool needsLocalForSize() const { return NeedsLocalForSize; } in needsLocalForSize() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2587 bool NeedsLocalForSize = MAI->needsLocalForSize(); in SetupMachineFunction()