Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp170 uint64_t SAddr = SI->getAddress(); in getSectionByAddress() local
172 if ((Addr >= SAddr) && (Addr < SAddr + SSize)) in getSectionByAddress()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp167 uint64_t SAddr = SI->getAddress(); in getSectionByAddress() local
169 if ((Addr >= SAddr) && (Addr < SAddr + SSize)) in getSectionByAddress()
/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp5654 Address SAddr(S, Ctx.getTypeAlignInChars(Ctx.getSizeType())); in emitOffloadingArrays() local
5657 SAddr); in emitOffloadingArrays()