OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FixedValue
(Results
1 - 10
of
10
) sorted by null
/external/llvm/lib/Target/ARM/
ARMMachObjectWriter.cpp
35
uint64_t &
FixedValue
);
41
uint64_t &
FixedValue
);
52
MCValue Target, uint64_t &
FixedValue
);
129
uint64_t &
FixedValue
) {
146
FixedValue
+= SecAddr;
158
FixedValue
-= Writer->getSectionAddress(B_SD->getFragment()->getParent());
196
? (
FixedValue
& 0xffff) : ((
FixedValue
& 0xffff0000) >> 16);
227
uint64_t &
FixedValue
) {
242
FixedValue
+= SecAddr
[
all
...]
/external/llvm/lib/Target/X86/
X86MachObjectWriter.cpp
33
uint64_t &
FixedValue
);
40
uint64_t &
FixedValue
);
48
uint64_t &
FixedValue
);
55
uint64_t &
FixedValue
);
65
MCValue Target, uint64_t &
FixedValue
) {
68
FixedValue
);
71
FixedValue
);
105
uint64_t &
FixedValue
) {
249
FixedValue
= Res;
325
FixedValue
= Value
[
all
...]
/external/llvm/include/llvm/MC/
MCMachObjectWriter.h
70
uint64_t &
FixedValue
) = 0;
206
uint64_t &
FixedValue
);
212
uint64_t &
FixedValue
);
216
MCValue Target, uint64_t &
FixedValue
);
MCObjectWriter.h
81
uint64_t &
FixedValue
) = 0;
/external/llvm/lib/Target/PowerPC/
PPCAsmBackend.cpp
31
MCValue Target, uint64_t &
FixedValue
) {}
/external/llvm/lib/MC/
MCAssembler.cpp
554
uint64_t
FixedValue
;
555
if (!EvaluateFixup(Layout, Fixup, &F, Target,
FixedValue
)) {
559
getWriter().RecordRelocation(*this, Layout, &F, Fixup, Target,
FixedValue
);
561
return
FixedValue
;
624
uint64_t
FixedValue
= HandleFixup(Layout, *DF, Fixup);
626
DF->getContents().size(),
FixedValue
);
634
uint64_t
FixedValue
= HandleFixup(Layout, *IF, Fixup);
636
IF->getCode().size(),
FixedValue
);
WinCOFFObjectWriter.cpp
180
uint64_t &
FixedValue
);
634
uint64_t &
FixedValue
) {
665
FixedValue
= b - a;
667
// between the two symbols. Update
FixedValue
to account for the delta, and
672
FixedValue
= Target.getConstant();
683
FixedValue
+= Layout.getFragmentOffset(coff_symbol->MCData->Fragment)
705
FixedValue
+= 4;
ELFObjectWriter.h
266
MCValue Target, uint64_t &
FixedValue
);
MachObjectWriter.cpp
359
uint64_t &
FixedValue
) {
361
Target,
FixedValue
);
ELFObjectWriter.cpp
397
uint64_t &
FixedValue
) {
443
FixedValue
= Value;
[
all
...]
Completed in 617 milliseconds