Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h490 using ArgAuxType = std::variant<unsigned, const Init *>; variable
500 ArgAuxType Aux;
503 explicit ArgumentInit(const Init *Value, ArgAuxType Aux) in ArgumentInit()
514 static const ArgumentInit *get(const Init *Value, ArgAuxType Aux);
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp404 ArgAuxType Aux) { in ProfileArgumentInit()
418 const ArgumentInit *ArgumentInit::get(const Init *Value, ArgAuxType Aux) { in get()