OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TYs
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/Analysis/
DebugInfo.h
762
/// addType - Add type into
Tys
.
773
iterator type_begin() const { return
TYs
.begin(); }
774
iterator type_end() const { return
TYs
.end(); }
779
unsigned type_count() const { return
TYs
.size(); }
785
SmallVector<MDNode *, 8>
TYs
; // Types
/external/llvm/lib/Analysis/
DebugInfo.cpp
905
/// addType - Add type into
Tys
.
913
TYs
.push_back(DT);
Completed in 78 milliseconds