Home
last modified time | relevance | path

Searched refs:SymAddr (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/Target/X86/MCTargetDesc/
DX86ELFRelocationInfo.cpp33 uint64_t SymAddr; SymI->getAddress(SymAddr); in createExprForRelocation() local
40 Sym->setVariableValue(MCConstantExpr::Create(SymAddr, Ctx)); in createExprForRelocation()
DX86MachORelocationInfo.cpp34 uint64_t SymAddr; SymI->getAddress(SymAddr); in createExprForRelocation() local
42 Sym->setVariableValue(MCConstantExpr::Create(SymAddr, Ctx)); in createExprForRelocation()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp657 uint64_t SymAddr = 0; in DWARFContextInMemory() local
660 Sym->getAddress(SymAddr); in DWARFContextInMemory()
663 object::RelocToApply R(V.visit(Type, Reloc, SymAddr)); in DWARFContextInMemory()
/external/llvm/lib/Object/
DMachOObjectFile.cpp638 uint64_t SymAddr; in sectionContainsSymbol() local
639 getSymbolAddress(Symb, SymAddr); in sectionContainsSymbol()
640 return (SymAddr >= SectBegin) && (SymAddr < SectEnd); in sectionContainsSymbol()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h417 SDValue LowerELFTLSDescCallSeq(SDValue SymAddr, SDLoc DL,
DAArch64ISelLowering.cpp3109 SDValue AArch64TargetLowering::LowerELFTLSDescCallSeq(SDValue SymAddr, SDLoc DL, in LowerELFTLSDescCallSeq() argument
3118 Ops.push_back(SymAddr); in LowerELFTLSDescCallSeq()
3185 SDValue SymAddr = DAG.getTargetExternalSymbol("_TLS_MODULE_BASE_", PtrVT, in LowerELFGlobalTLSAddress() local
3190 TPOff = LowerELFTLSDescCallSeq(SymAddr, DL, DAG); in LowerELFGlobalTLSAddress()
3210 SDValue SymAddr = in LowerELFGlobalTLSAddress() local
3214 TPOff = LowerELFTLSDescCallSeq(SymAddr, DL, DAG); in LowerELFGlobalTLSAddress()
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp1277 if (void *SymAddr = in emitGlobals() local
1279 addGlobalMapping(&GV, SymAddr); in emitGlobals()