OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getContainedType
(Results
1 - 5
of
5
) sorted by null
/external/llvm/include/llvm/
Type.h
283
///
getContainedType
- This method is used to implement the type iterator
287
Type *
getContainedType
(unsigned i) const {
/external/llvm/lib/Linker/
LinkModules.cpp
159
if (!areTypesIsomorphic(DstTy->
getContainedType
(i),
160
SrcTy->
getContainedType
(i)))
237
ElementTypes[i] = getImpl(Ty->
getContainedType
(i));
238
AnyChange |= ElementTypes[i] != Ty->
getContainedType
(i);
[
all
...]
/external/llvm/lib/ExecutionEngine/Interpreter/
ExternalFunctions.cpp
96
ExtName += getTypeID(FT->
getContainedType
(i));
/external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp
[
all
...]
Completed in 821 milliseconds