OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Wed Jun 10 00:26:05 UTC 2026