Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCAsmInfo.h668 bool needsFunctionDescriptors() const { return NeedsFunctionDescriptors; } in needsFunctionDescriptors() function
/external/llvm-project/llvm/include/llvm/MC/
DMCAsmInfo.h709 bool needsFunctionDescriptors() const { return NeedsFunctionDescriptors; } in needsFunctionDescriptors() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp670 if (MAI->needsFunctionDescriptors() && in EmitFunctionHeader()
732 if (MAI->needsFunctionDescriptors()) in EmitFunctionHeader()
1689 if (MAI->needsFunctionDescriptors()) { in SetupMachineFunction()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp707 if (MAI->needsFunctionDescriptors()) in emitFunctionHeader()
771 if (MAI->needsFunctionDescriptors()) in emitFunctionHeader()
1836 if (!MAI->needsFunctionDescriptors()) { in SetupMachineFunction()