HomeSort by relevance Sort by last modified time
    Searched defs:SymAddr (Results 1 - 7 of 7) sorted by null

  /external/llvm/lib/Target/X86/MCTargetDesc/
X86ELFRelocationInfo.cpp 33 uint64_t SymAddr; SymI->getAddress(SymAddr);
40 Sym->setVariableValue(MCConstantExpr::Create(SymAddr, Ctx));
X86MachORelocationInfo.cpp 34 uint64_t SymAddr; SymI->getAddress(SymAddr);
42 Sym->setVariableValue(MCConstantExpr::Create(SymAddr, Ctx));
  /external/llvm/lib/MC/MCAnalysis/
MCObjectSymbolizer.cpp 158 uint64_t SymAddr;
159 Symbol.getAddress(SymAddr);
166 if (SymAddr == UnknownAddressOrSize || SymSize == UnknownAddressOrSize ||
170 if ( SymAddr == UValue ||
171 (SymAddr <= UValue && SymAddr + SymSize > UValue)) {
174 if (SymAddr != UValue) {
175 const MCExpr *Off = MCConstantExpr::Create(UValue - SymAddr, Ctx);
MCObjectDisassembler.cpp 189 uint64_t SymAddr;
190 Symbol.getAddress(SymAddr);
191 SymAddr = getEffectiveLoadAddr(SymAddr);
192 Calls.push_back(SymAddr);
193 Splits.push_back(SymAddr);
  /external/llvm/lib/DebugInfo/
DWARFContext.cpp 725 uint64_t SymAddr = 0;
729 Sym->getAddress(SymAddr);
734 object::RelocToApply R(V.visit(Type, Reloc, 0, SymAddr));
  /external/llvm/lib/Object/
MachOObjectFile.cpp 811 uint64_t SymAddr;
812 getSymbolAddress(Symb, SymAddr);
813 Result = (SymAddr >= SectBegin) && (SymAddr < SectEnd);
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]

Completed in 1213 milliseconds