Searched refs:runHeader (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/utils/TableGen/
H A DNeonEmitter.cpp20 // Additional validation code can be generated by this file when runHeader() is
365 // runHeader - Emit all the __builtin prototypes used in arm_neon.h
366 void runHeader(raw_ostream &o);
3188 /// runHeader - Emit a file with sections defining:
3192 void NeonEmitter::runHeader(raw_ostream &OS) { function in class:NeonEmitter
3418 NeonEmitter(Records).runHeader(OS);

Completed in 75 milliseconds