|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
include/llvm/MC/MCMachObjectWriter.h 152 uint64_t getSymbolAddress(const MCSymbol &S, const MCAsmLayout &Layout) const;
References
lib/MC/MCLinkerOptimizationHint.cpp 33 encodeULEB128(ObjWriter.getSymbolAddress(*Arg, Layout), OutStream);
lib/MC/MachObjectWriter.cpp 110 Address += getSymbolAddress(Target.getSymA()->getSymbol(), Layout);
112 Address += getSymbolAddress(Target.getSymB()->getSymbol(), Layout);
383 Address = getSymbolAddress(OrigSymbol, Layout);
979 uint64_t Start = getSymbolAddress(*Data->Start, Layout);
982 End = getSymbolAddress(*Data->End, Layout);
lib/Target/AArch64/MCTargetDesc/AArch64MachObjectWriter.cpp 284 Value += (!A->getFragment() ? 0 : Writer->getSymbolAddress(*A, Layout)) -
285 (!A_Base || !A_Base->getFragment() ? 0 : Writer->getSymbolAddress(
287 Value -= (!B->getFragment() ? 0 : Writer->getSymbolAddress(*B, Layout)) -
288 (!B_Base || !B_Base->getFragment() ? 0 : Writer->getSymbolAddress(
358 Value += Writer->getSymbolAddress(*Symbol, Layout);
lib/Target/ARM/MCTargetDesc/ARMMachObjectWriter.cpp 170 uint32_t Value = Writer->getSymbolAddress(*A, Layout);
187 Value2 = Writer->getSymbolAddress(B->getSymbol(), Layout);
284 uint32_t Value = Writer->getSymbolAddress(*A, Layout);
302 Value2 = Writer->getSymbolAddress(B->getSymbol(), Layout);
lib/Target/PowerPC/MCTargetDesc/PPCMachObjectWriter.cpp 212 uint32_t Value = Writer->getSymbolAddress(*A, Layout);
225 Value2 = Writer->getSymbolAddress(*SB, Layout);
lib/Target/X86/MCTargetDesc/X86MachObjectWriter.cpp 196 Value += Writer->getSymbolAddress(*A, Layout) -
197 (!A_Base ? 0 : Writer->getSymbolAddress(*A_Base, Layout));
198 Value -= Writer->getSymbolAddress(*B, Layout) -
199 (!B_Base ? 0 : Writer->getSymbolAddress(*B_Base, Layout));
247 Value += Writer->getSymbolAddress(*Symbol, Layout);
387 uint32_t Value = Writer->getSymbolAddress(*A, Layout);
410 Value2 = Writer->getSymbolAddress(*SB, Layout);
488 Writer->getSymbolAddress(SymB->getSymbol(), Layout) +