OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:idFor
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/ADT/
UniqueVector.h
56
///
idFor
- return the ID for an existing entry. Returns 0 if the entry is
58
unsigned
idFor
(const T &Entry) const {
/external/llvm/lib/Bitcode/Writer/
ValueEnumerator.cpp
121
unsigned ComdatID = Comdats.
idFor
(C);
/external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp
734
EdgeTable[((Succs.
idFor
(Succ)-1) * Preds.size()) +
735
(Preds.
idFor
(BB)-1)] = cast<Constant>(Counter);
[
all
...]
Completed in 173 milliseconds