Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMJITInfo.h171 void addIndirectSymAddr(void *SymAddr, intptr_t IndSymAddr) { in addIndirectSymAddr() argument
172 Sym2IndirectSymMap.insert(std::make_pair(SymAddr, IndSymAddr)); in addIndirectSymAddr()
/external/llvm/lib/DebugInfo/
DDWARFContext.cpp553 uint64_t SymAddr = 0; in DWARFContextInMemory() local
558 Sym.getAddress(SymAddr); in DWARFContextInMemory()
563 object::RelocToApply R(V.visit(Type, *reloc_i, 0, SymAddr)); in DWARFContextInMemory()
/external/llvm/lib/Object/
DMachOObjectFile.cpp674 uint64_t SymAddr= Entry->Value; in sectionContainsSymbol() local
675 Result = (SymAddr >= SectBegin) && (SymAddr < SectEnd); in sectionContainsSymbol()
679 uint64_t SymAddr= Entry->Value; in sectionContainsSymbol() local
680 Result = (SymAddr >= SectBegin) && (SymAddr < SectEnd); in sectionContainsSymbol()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h210 SDValue LowerTLSDescCall(SDValue SymAddr, SDValue DescAddr, DebugLoc DL,
DAArch64ISelLowering.cpp1928 SDValue AArch64TargetLowering::LowerTLSDescCall(SDValue SymAddr, in LowerTLSDescCall() argument
1957 Ops.push_back(SymAddr); in LowerTLSDescCall()
2018 SDValue SymAddr = DAG.getTargetGlobalAddress(GV, DL, PtrVT, 0); in LowerGlobalTLSAddress() local
2020 TPOff = LowerTLSDescCall(SymAddr, DescAddr, DL, DAG); in LowerGlobalTLSAddress()
2041 SDValue SymAddr = DAG.getTargetExternalSymbol("_TLS_MODULE_BASE_", PtrVT); in LowerGlobalTLSAddress() local
2043 ThreadBase = LowerTLSDescCall(SymAddr, DescAddr, DL, DAG); in LowerGlobalTLSAddress()
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp1081 if (void *SymAddr = in emitGlobals() local
1083 addGlobalMapping(I, SymAddr); in emitGlobals()