Home
last modified time | relevance | path

Searched defs:printFlags (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Frontend/HLSL/
H A DHLSLRootSignature.cpp39 static raw_ostream &printFlags(raw_ostream &OS, const T Value, in printFlags() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DScopedPrinter.h198 template <typename T> void printFlags(StringRef Label, T Value) { in printFlags() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp635 std::string printFlags(T Value, ArrayRef<EnumEntry<TEnum>> EnumValues, in printFlags() function in __anonbcadc77c0111::GNUELFDumper
2338 void printFlags(T Value, ArrayRef<EnumEntry<TFlag>> Flags, raw_ostream &OS) { in printFlags() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp1802 void VPIRFlags::printFlags(raw_ostream &O) const { in printFlags() function in VPIRFlags