Searched defs:EnumValues (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyEnumDumper.cpp49 auto EnumValues = Symbol.findAllChildren<PDBSymbolData>(); local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DScopedPrinter.h95 printEnum(StringRef Label, T Value, ArrayRef<EnumEntry<TEnum>> EnumValues) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordMapping.cpp82 getEnumName(CodeViewRecordIO &IO, T Value, ArrayRef<EnumEntry<TEnum>> EnumValues) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.h97 std::vector<struct BTF::BTFEnum> EnumValues; member in class:llvm::BTFTypeEnum
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp867 std::string printEnum(T Value, ArrayRef<EnumEntry<TEnum>> EnumValues) { argument
875 std::string printFlags(T Value, ArrayRef<EnumEntry<TEnum>> EnumValues, argument

Completed in 173 milliseconds