Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h307 std::optional<std::string> getOutliningStyle() const { in getOutliningStyle() function
H A DAArch64AsmPrinter.cpp323 std::optional<std::string> OutlinerString = FI->getOutliningStyle(); in emitFunctionHeaderComment()