Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/MC/
H A DMCAsmInfo.h882 bool needsFunctionDescriptors() const { return NeedsFunctionDescriptors; } in needsFunctionDescriptors() function
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp898 if (MAI->needsFunctionDescriptors()) in emitFunctionHeader()
965 if (MAI->needsFunctionDescriptors()) in emitFunctionHeader()
2349 if (!MAI->needsFunctionDescriptors()) { in SetupMachineFunction()