Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetClient.h66 Unmapped(std::move(Other.Unmapped)), in RCMemoryManager()
72 Unmapped = std::move(Other.Unmapped);
85 Unmapped.back().CodeAllocs.emplace_back(Size, Alignment); in allocateCodeSection()
87 Unmapped.back().CodeAllocs.back().getLocalAddress()); in allocateCodeSection()
98 Unmapped.back().RODataAllocs.emplace_back(Size, Alignment); in allocateDataSection()
100 Unmapped.back().RODataAllocs.back().getLocalAddress()); in allocateDataSection()
107 Unmapped.back().RWDataAllocs.emplace_back(Size, Alignment); in allocateDataSection()
109 Unmapped.back().RWDataAllocs.back().getLocalAddress()); in allocateDataSection()
120 Unmapped.push_back(ObjectAllocs()); in reserveAllocationSpace()
126 Unmapped.back().RemoteCodeAddr = *AddrOrErr; in reserveAllocationSpace()
[all …]
/external/python/cpython2/Doc/c-api/
Dunicode.rst923 and sequences work well. Unmapped character ordinals (ones which cause a
1025 and sequences work well. Unmapped character ordinals (ones which cause a
/external/python/cpython2/Doc/library/
Dstdtypes.rst1369 Unmapped characters are left untouched. Characters mapped to ``None`` are