Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp3756 Records.addExtraGlobal(DeclName->getValue(), in ParseDefset()
3837 Records.addExtraGlobal(DeclName->getValue(), Value); in ParseDefvar()
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h2035 void addExtraGlobal(StringRef Name, const Init *I) { in addExtraGlobal() function