Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DRISCVVEmitter.cpp246 bool emitExtDefStr(uint8_t Extensions, raw_ostream &o);
1176 bool NeedEndif = emitExtDefStr(PrevExt, OS); in emitArchMacroAndBody()
1182 NeedEndif = emitExtDefStr(CurExt, OS); in emitArchMacroAndBody()
1192 bool RVVEmitter::emitExtDefStr(uint8_t Extents, raw_ostream &OS) { in emitExtDefStr() function in RVVEmitter