Home
last modified time | relevance | path

Searched refs:Reserve (Results 1 – 25 of 42) sorted by relevance

12

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DAddressRangeListImpl.cpp26 void AddressRangeListImpl::Reserve(size_t capacity) { in Reserve() function in AddressRangeListImpl
35 Reserve(GetSize() + list.GetSize()); in Append()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBMemoryRegionInfoList.cpp35 void Reserve(size_t capacity) { return m_regions.reserve(capacity); } in Reserve() function in MemoryRegionInfoListImpl
42 Reserve(GetSize() + list.GetSize()); in Append()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparc.td79 "Reserve G"#i#", making it unavailable as a GPR">;
82 "Reserve O"#i#", making it unavailable as a GPR">;
85 "Reserve L"#i#", making it unavailable as a GPR">;
88 "Reserve I"#i#", making it unavailable as a GPR">;
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68k.td62 "true", "Reserve A"#i#" register">;
66 "true", "Reserve D"#i#" register">;
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCGenericRTDyldMemoryManager.cpp28 {SAs.Reserve, rt::SimpleExecutorMemoryManagerReserveWrapperName}, in CreateWithDefaultBootstrapSymbols()
52 SAs.Reserve, Err, SAs.Instance, FinalizedAllocs)) { in ~EPCGenericRTDyldMemoryManager()
133 SAs.Reserve, TargetAllocAddr, SAs.Instance, TotalSize)) { in reserveAllocationSpace()
H A DEPCGenericJITLinkMemoryManager.cpp110 SAs.Reserve, in allocate()
H A DSimpleRemoteEPC.cpp220 {SAs.Reserve, rt::SimpleExecutorMemoryManagerReserveWrapperName}, in createDefaultMemoryManager()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DAddressRangeListImpl.h33 void Reserve(size_t capacity);
H A DUniqueCStringMap.h157 void Reserve(size_t n) { m_map.reserve(n); } in Reserve() function
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dsdm630-sony-xperia-ganges-kirin.dts24 /* Reserve a bigger chunk of RAM for the higher-res display */
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugRanges.cpp34 lldb_range_list.Reserve(extracted_list.getEntries().size()); in Extract()
H A DNameToDIE.cpp104 m_map.Reserve(count); in Decode()
/freebsd/contrib/llvm-project/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
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DCOFFModuleDefinition.cpp303 Error parseNumbers(uint64_t *Reserve, uint64_t *Commit) { in parseNumbers() argument
304 if (Error Err = readAsInt(Reserve)) in parseNumbers()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVLIWPacketizer.h154 bool tryAllocateResourcesForConstExt(bool Reserve);
/freebsd/sys/dts/arm/
H A Dsocfpga_cyclone5_sockit_sdmmc.dts38 /* Reserve first page for secondary CPU trampoline code */
H A Dsocfpga_arria10_socdk_sdmmc.dts38 /* Reserve first page for secondary CPU trampoline code */
H A Dzynq-7000.dtsi34 // Reserve first half megabyte because it is not accessible to all
/freebsd/sys/contrib/device-tree/src/powerpc/fsl/
H A De6500_power_isa.dtsi61 fsl,eref-er; // Enhanced Reservations (Load and Reserve and Store Cond.)
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymtab.h39 void Reserve(size_t count);
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMinidumpConstants.def134 HANDLE_MDMP_MEMSTATE(0x02000, Reserve, MEM_RESERVE)
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/COFF/
H A DObjectFileCOFF.cpp259 symtab.Reserve(symtab.GetNumSymbols() + m_object->getNumberOfSymbols()); in ParseSymtab()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymtab.cpp51 void Symtab::Reserve(size_t count) { in Reserve() function in Symtab
304 name_to_index.Reserve(num_symbols); in InitNameIndexes()
1220 cstr_map.Reserve(count); in DecodeCStrMap()

12