OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FixedValue
(Results
1 - 12
of
12
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
ARMMachObjectWriter.cpp
38
uint64_t &
FixedValue
);
44
uint64_t &
FixedValue
);
49
const MCSymbol &S, uint64_t
FixedValue
);
58
uint64_t &
FixedValue
) override;
146
uint64_t &
FixedValue
) {
173
FixedValue
+= SecAddr;
188
FixedValue
-= Writer->getSectionAddress(SB->getFragment()->getParent());
212
// relocation, but it will be set in
FixedValue
if the base symbol
215
FixedValue
&= 0xfffffffe;
219
FixedValue
&= 0xfffffffe
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
X86MachObjectWriter.cpp
34
uint64_t &
FixedValue
);
41
uint64_t &
FixedValue
);
49
uint64_t &
FixedValue
);
53
MCValue Target, uint64_t &
FixedValue
);
62
uint64_t &
FixedValue
) override {
65
FixedValue
);
68
FixedValue
);
105
uint64_t &
FixedValue
) {
257
FixedValue
= Res;
353
FixedValue
= Value
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCObjectWriter.h
65
uint64_t &
FixedValue
) = 0;
MCMachObjectWriter.h
79
uint64_t &
FixedValue
) = 0;
240
MCValue Target, uint64_t &
FixedValue
) override;
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MachObjectWriter.cpp
46
uint64_t &
FixedValue
) override;
154
uint64_t &
FixedValue
) {
170
FixedValue
+= FixupOffset;
176
FixedValue
= 0;
400
FixedValue
= Value;
/src/external/apache2/llvm/dist/llvm/lib/MC/
MCAssembler.cpp
787
uint64_t
FixedValue
;
789
bool IsResolved = evaluateFixup(Layout, Fixup, &F, Target,
FixedValue
,
806
FixedValue
);
810
FixedValue
);
813
FixedValue
);
816
return std::make_tuple(Target,
FixedValue
, IsResolved);
933
uint64_t
FixedValue
;
936
std::tie(Target,
FixedValue
, IsResolved) =
938
getBackend().applyFixup(*this, Fixup, Target, Contents,
FixedValue
,
WinCOFFObjectWriter.cpp
212
MCValue Target, uint64_t &
FixedValue
) override;
718
uint64_t &
FixedValue
) {
761
FixedValue
= (OffsetOfRelocation - OffsetOfB) + Target.getConstant();
763
FixedValue
= Target.getConstant();
778
FixedValue
+= Layout.getSymbolOffset(A);
802
FixedValue
+= 4;
837
FixedValue
=
FixedValue
+ 4;
844
FixedValue
= 0;
XCOFFObjectWriter.cpp
412
uint64_t &
FixedValue
) {
454
// The
FixedValue
should be symbol's virtual address in this object file
456
FixedValue
= getVirtualAddress(SymA, SymASec) + Target.getConstant();
458
// The
FixedValue
should always be zero since the region handle is only
460
FixedValue
= 0;
463
// The
FixedValue
should be the TOC entry offset from the TOC-base plus any
471
FixedValue
= TOCEntryOffset;
512
FixedValue
-= getVirtualAddress(SymB, SymBSec);
ELFObjectWriter.cpp
260
MCValue Target, uint64_t &
FixedValue
) override;
1421
uint64_t &
FixedValue
) {
1477
FixedValue
= !RelocateWithSymbol && SymA && !SymA->isUndefined()
1481
Addend =
FixedValue
;
1482
FixedValue
= 0;
MachObjectWriter.cpp
466
uint64_t &
FixedValue
) {
474
Target,
FixedValue
);
WasmObjectWriter.cpp
279
MCValue Target, uint64_t &
FixedValue
) override;
439
uint64_t &
FixedValue
) {
499
FixedValue
= 0;
/src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/
RISCVAsmBackend.cpp
458
uint64_t
FixedValue
= 0;
462
FixedValue
);
Completed in 37 milliseconds
Indexes created Sun Aug 30 00:27:18 UTC 2026