Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCAsmInfo.h834 bool needsFunctionDescriptors() const { return NeedsFunctionDescriptors; } in needsFunctionDescriptors() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp729 if (MAI->needsFunctionDescriptors()) in emitFunctionHeader()
793 if (MAI->needsFunctionDescriptors()) in emitFunctionHeader()
1948 if (!MAI->needsFunctionDescriptors()) { in SetupMachineFunction()