OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RType
(Results
1 - 6
of
6
) sorted by null
/external/llvm/lib/Target/X86/MCTargetDesc/
X86MachORelocationInfo.cpp
82
unsigned
RType
= Obj->getAnyRelocationType(RENext);
83
if (
RType
!= RIT_X86_64_Unsigned)
/external/clang/test/CodeGen/
2008-03-24-BitField-And-Alloca.c
45
unsigned int
RType
: 4;
/external/llvm/lib/Analysis/
ScalarEvolution.cpp
478
unsigned LType = LHS->getSCEVType(),
RType
= RHS->getSCEVType();
479
if (LType !=
RType
)
480
return (int)LType - (int)
RType
;
[
all
...]
/external/llvm/lib/Object/
MachOObjectFile.cpp
904
uint64_t
RType
;
905
getRelocationType(Rel,
RType
);
919
if (
RType
> 6)
922
res = Table[
RType
];
938
if (
RType
> 9)
941
res = Table[
RType
];
957
if (
RType
> 9)
960
res = Table[
RType
];
982
res = Table[
RType
];
1028
unsigned
RType
= getAnyRelocationType(RENext)
[
all
...]
/system/core/libpixelflinger/codeflinger/
mips_opcode.h
70
}
RType
;
102
}
RType
;
/external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp
[
all
...]
Completed in 423 milliseconds