OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GTy
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Analysis/
Lint.cpp
438
Type *
GTy
= GV->getType()->getElementType();
439
if (
GTy
->isSized())
440
BaseSize = DL->getTypeAllocSize(
GTy
);
442
if (BaseAlign == 0 &&
GTy
->isSized())
443
BaseAlign = DL->getABITypeAlignment(
GTy
);
/external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp
112
auto *
GTy
= DD->resolve(GV->getType());
132
addType(*VariableDIE,
GTy
);
190
addConstantValue(*VariableDIE, CI,
GTy
);
Completed in 59 milliseconds