Searched refs:SymAddr (Results 1 – 7 of 7) sorted by relevance
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86ELFRelocationInfo.cpp | 33 uint64_t SymAddr; SymI->getAddress(SymAddr); in createExprForRelocation() local 40 Sym->setVariableValue(MCConstantExpr::Create(SymAddr, Ctx)); in createExprForRelocation()
|
D | X86MachORelocationInfo.cpp | 34 uint64_t SymAddr; SymI->getAddress(SymAddr); in createExprForRelocation() local 42 Sym->setVariableValue(MCConstantExpr::Create(SymAddr, Ctx)); in createExprForRelocation()
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFContext.cpp | 657 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/ |
D | MachOObjectFile.cpp | 638 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/ |
D | AArch64ISelLowering.h | 417 SDValue LowerELFTLSDescCallSeq(SDValue SymAddr, SDLoc DL,
|
D | AArch64ISelLowering.cpp | 3109 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/ |
D | ExecutionEngine.cpp | 1277 if (void *SymAddr = in emitGlobals() local 1279 addGlobalMapping(&GV, SymAddr); in emitGlobals()
|