OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IsPCRel
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/Target/ARM/
ARMMachObjectWriter.cpp
131
unsigned
IsPCRel
= Writer->isFixupKindPCRel(Asm, Fixup.getKind());
203
(
IsPCRel
<< 30) |
214
(
IsPCRel
<< 30) |
229
unsigned
IsPCRel
= Writer->isFixupKindPCRel(Asm, Fixup.getKind());
265
(
IsPCRel
<< 30) |
275
(
IsPCRel
<< 30) |
288
unsigned
IsPCRel
= Writer->isFixupKindPCRel(Asm, Fixup.getKind());
319
if (
IsPCRel
&& RelocType == macho::RIT_Vanilla)
363
if (
IsPCRel
)
374
(
IsPCRel
<< 24)
[
all
...]
/external/llvm/lib/Target/X86/
X86MachObjectWriter.cpp
106
unsigned
IsPCRel
= Writer->isFixupKindPCRel(Asm, Fixup.getKind());
122
if (
IsPCRel
) {
140
if (
IsPCRel
) {
160
if (
IsPCRel
)
194
(
IsPCRel
<< 24) |
241
if (
IsPCRel
)
261
if (
IsPCRel
) {
314
IsPCRel
= 1;
331
(
IsPCRel
<< 24) |
347
unsigned
IsPCRel
= Writer->isFixupKindPCRel(Asm, Fixup.getKind())
[
all
...]
/external/llvm/lib/MC/
MCAssembler.cpp
248
bool
IsPCRel
= Backend.getFixupKindInfo(
252
if (
IsPCRel
) {
293
assert((ShouldAlignPC ?
IsPCRel
: true) &&
296
if (
IsPCRel
) {
ELFObjectWriter.cpp
335
bool
IsPCRel
) const {
358
return ExplicitRelSym(Asm, Target, F, Fixup,
IsPCRel
);
381
return ExplicitRelSym(Asm, Target, F, Fixup,
IsPCRel
);
387
return ExplicitRelSym(Asm, Target, F, Fixup,
IsPCRel
);
403
bool
IsPCRel
= isFixupKindPCRel(Asm, Fixup.getKind());
407
RelocSymbol = SymbolToReloc(Asm, Target, *Fragment, Fixup,
IsPCRel
);
412
IsPCRel
= true;
444
unsigned Type = GetRelocType(Target, Fixup,
IsPCRel
,
[
all
...]
Completed in 512 milliseconds