Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64MachineFunctionInfo.h203 Optional<std::string> getOutliningStyle() const { return OutliningStyle; } in getOutliningStyle() function
DAArch64AsmPrinter.cpp220 Optional<std::string> OutlinerString = FI->getOutliningStyle(); in emitFunctionHeaderComment()