Home
last modified time | relevance | path

Searched refs:SAddr (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp156 uint64_t SAddr = SI->getAddress(); in getSectionByAddress() local
158 if ((Addr >= SAddr) && (Addr < SAddr + SSize)) in getSectionByAddress()
/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp3467 Address SAddr(S, Ctx.getTypeAlignInChars(Ctx.getSizeType())); in emitTargetCall() local
3470 SAddr); in emitTargetCall()