OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:incorporatetype
(Results
1 - 5
of
5
) sorted by null
/external/llvm/lib/Analysis/IPA/
FindUsedTypes.cpp
28
//
IncorporateType
- Incorporate one type and all of its subtypes into the
31
void FindUsedTypes::
IncorporateType
(Type *Ty) {
40
IncorporateType
(*I);
44
IncorporateType
(V->getType());
64
IncorporateType
(I->getType());
70
IncorporateType
(MI->getType());
80
IncorporateType
(I.getType()); // Incorporate the type of the instruction
/external/llvm/lib/IR/
TypeFinder.cpp
29
incorporateType
(I->getType());
37
incorporateType
(I->getType());
45
incorporateType
(FI->getType());
62
incorporateType
(I.getType());
94
///
incorporateType
- This method adds the type to the list of used structures
96
void TypeFinder::
incorporateType
(Type *Ty) {
135
incorporateType
(V->getType());
/external/llvm/include/llvm/Analysis/
FindUsedTypes.h
45
///
IncorporateType
- Incorporate one type and all of its subtypes into the
48
void
IncorporateType
(Type *Ty);
/external/llvm/include/llvm/IR/
TypeFinder.h
61
///
incorporateType
- This method adds the type to the list of used
63
void
incorporateType
(Type *Ty);
/prebuilts/clang/linux-x86/host/3.4/bin/
llvm-link
Completed in 238 milliseconds