Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
DEPCGenericRTDyldMemoryManager.cpp71 auto &Seg = Unmapped.back().CodeAllocs; in allocateCodeSection()
89 IsReadOnly ? Unmapped.back().RODataAllocs : Unmapped.back().RWDataAllocs; in allocateDataSection()
145 Unmapped.push_back(SectionAllocGroup()); in reserveAllocationSpace()
146 Unmapped.back().RemoteCode = { in reserveAllocationSpace()
148 Unmapped.back().RemoteROData = { in reserveAllocationSpace()
149 Unmapped.back().RemoteCode.End, in reserveAllocationSpace()
151 Unmapped.back().RemoteRWData = { in reserveAllocationSpace()
152 Unmapped.back().RemoteROData.End, in reserveAllocationSpace()
192 for (auto &ObjAllocs : Unmapped) { in notifyObjectLoaded()
201 Unmapped.clear(); in notifyObjectLoaded()
/openbsd/src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
DEPCGenericRTDyldMemoryManager.h117 std::vector<SectionAllocGroup> Unmapped; variable
/openbsd/src/gnu/llvm/lldb/source/Commands/
DOptions.td515 "0 and repeating the command. Unmapped areas are included.">;