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

/external/clang/utils/TableGen/
H A DNeonEmitter.cpp20 // Additional validation code can be generated by this file when runHeader() is
541 // runHeader - Emit all the __builtin prototypes used in arm_neon.h
542 void runHeader(raw_ostream &o);
2172 /// runHeader - Emit a file with sections defining:
2176 void NeonEmitter::runHeader(raw_ostream &OS) { function in class:NeonEmitter
2400 NeonEmitter(Records).runHeader(OS);

Completed in 104 milliseconds