Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h244 Optional<std::string> getOutliningStyle() const { return OutliningStyle; } in getOutliningStyle() function
H A DAArch64AsmPrinter.cpp252 Optional<std::string> OutlinerString = FI->getOutliningStyle(); in emitFunctionHeaderComment()