OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ValueEnumerator
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
ValueEnumerator.h
1
//===- Bitcode/Writer/
ValueEnumerator
.h - Number values ---------*- C++ -*-===//
43
class
ValueEnumerator
{
141
ValueEnumerator
(const Module &M, bool ShouldPreserveUseListOrder);
142
ValueEnumerator
(const
ValueEnumerator
&) = delete;
143
ValueEnumerator
&operator=(const
ValueEnumerator
&) = delete;
168
assert(I != TypeMap.end() && "Type not in
ValueEnumerator
!");
178
assert(I != AttributeListMap.end() && "Attribute not in
ValueEnumerator
!");
186
assert(I != AttributeGroupMap.end() && "Attribute not in
ValueEnumerator
!");
[
all
...]
ValueEnumerator.cpp
1
//===-
ValueEnumerator
.cpp - Number values and types for bitcode writer ---===//
9
// This file implements the
ValueEnumerator
class.
13
#include "
ValueEnumerator
.h"
102
// This needs to match the order used by
ValueEnumerator
::
ValueEnumerator
()
103
// and
ValueEnumerator
::incorporateFunction().
158
// than
ValueEnumerator
, and match the code in predictValueUseListOrderImpl()
177
// Here we need to match the union of
ValueEnumerator
::incorporateFunction()
360
ValueEnumerator
::
ValueEnumerator
(const Module &M
[
all
...]
Completed in 18 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026