Home
last modified time | relevance | path

Searched defs:Reserve (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCGenericJITLinkMemoryManager.h32 ExecutorAddr Reserve; member
H A DEPCGenericRTDyldMemoryManager.h31 ExecutorAddr Reserve; member
H A DMemoryMapper.h128 ExecutorAddr Reserve; member
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBMemoryRegionInfoList.cpp35 void Reserve(size_t capacity) { return m_regions.reserve(capacity); } in Reserve() function in MemoryRegionInfoListImpl
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DUniqueCStringMap.h157 void Reserve(size_t n) { m_map.reserve(n); } in Reserve() function
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DCOFFModuleDefinition.cpp293 Error parseNumbers(uint64_t *Reserve, uint64_t *Commit) { in parseNumbers()
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DRangeMap.h291 void Reserve(typename Collection::size_type size) { m_entries.reserve(size); } in Reserve() function
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonVLIWPacketizer.cpp293 bool HexagonPacketizerList::tryAllocateResourcesForConstExt(bool Reserve) { in tryAllocateResourcesForConstExt()
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DSymtab.cpp51 void Symtab::Reserve(size_t count) { in Reserve() function in Symtab