HomeSort by: relevance | last modified time | path
    Searched defs:emitOps (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Bitcode/
BitcodeConvenience.h 162 /// This is the base case for \c emitOps.
165 template <typename FieldTy> static void emitOps(llvm::BitCodeAbbrev &abbrev) {
171 /// This is the recursive case for \c emitOps.
175 static void emitOps(llvm::BitCodeAbbrev &abbrev) {
179 emitOps<Next, Rest...>(abbrev);
384 detail::emitOps<IDField, Fields...>(*Abbrev);
BitcodeConvenience.h 162 /// This is the base case for \c emitOps.
165 template <typename FieldTy> static void emitOps(llvm::BitCodeAbbrev &abbrev) {
171 /// This is the recursive case for \c emitOps.
175 static void emitOps(llvm::BitCodeAbbrev &abbrev) {
179 emitOps<Next, Rest...>(abbrev);
384 detail::emitOps<IDField, Fields...>(*Abbrev);

Completed in 29 milliseconds