Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DRegionInfo.h428 /// PrintStyle - Print region in difference ways.
429 enum PrintStyle { PrintNone, PrintBB, PrintRN };
437 PrintStyle Style = PrintNone) const;
803 static typename RegionT::PrintStyle printStyle;
H A DRegionInfoImpl.h468 PrintStyle Style) const { in getExpandedRegion()
752 typename Tr::RegionT::PrintStyle RegionInfoBase<Tr>::printStyle = in buildRegionsTree()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DRegionInfo.cpp47 static cl::opt<Region::PrintStyle, true> printStyleX("print-region-style",
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp1036 enum PrintStyle { Hex, Number }; enum
1038 static void printAuxMemberHelper(PrintStyle Style, const char *MemberName, in printAuxMemberHelper()
1084 auto PrintAuxMember = [&](PrintStyle Style, const char *MemberName, in printAuxiliaryHeader()
1141 auto PrintAuxMember = [&](PrintStyle Style, const char *MemberName, in printAuxiliaryHeader()