OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GTy
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
Lint.cpp
453
Type *
GTy
= GV->getValueType();
454
if (
GTy
->isSized())
455
BaseSize = DL->getTypeAllocSize(
GTy
);
457
if (!BaseAlign &&
GTy
->isSized())
458
BaseAlign = DL->getABITypeAlign(
GTy
);
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonTargetObjectFile.cpp
344
const Type *
GTy
= GO->getValueType();
345
unsigned Size = getSmallestAddressableSize(
GTy
, GO, TM);
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp
144
const DIType *
GTy
= GV->getType();
164
if (
GTy
!= SDMDecl->getBaseType())
165
addType(*VariableDIE,
GTy
);
170
if (
GTy
)
171
addType(*VariableDIE,
GTy
);
Completed in 16 milliseconds
Indexes created Sun Sep 27 00:26:35 UTC 2026