/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | AddressRangeListImpl.cpp | 26 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 D | SBMemoryRegionInfoList.cpp | 35 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 D | Sparc.td | 79 "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 D | M68k.td | 62 "true", "Reserve A"#i#" register">; 66 "true", "Reserve D"#i#" register">;
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | EPCGenericRTDyldMemoryManager.cpp | 28 {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 D | EPCGenericJITLinkMemoryManager.cpp | 110 SAs.Reserve, in allocate()
|
H A D | SimpleRemoteEPC.cpp | 220 {SAs.Reserve, rt::SimpleExecutorMemoryManagerReserveWrapperName}, in createDefaultMemoryManager()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | AddressRangeListImpl.h | 33 void Reserve(size_t capacity);
|
H A D | UniqueCStringMap.h | 157 void Reserve(size_t n) { m_map.reserve(n); } in Reserve() function
|
/freebsd/sys/contrib/device-tree/src/arm64/qcom/ |
H A D | sdm630-sony-xperia-ganges-kirin.dts | 24 /* Reserve a bigger chunk of RAM for the higher-res display */
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFDebugRanges.cpp | 34 lldb_range_list.Reserve(extracted_list.getEntries().size()); in Extract()
|
H A D | NameToDIE.cpp | 104 m_map.Reserve(count); in Decode()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | EPCGenericJITLinkMemoryManager.h | 32 ExecutorAddr Reserve; member
|
H A D | EPCGenericRTDyldMemoryManager.h | 31 ExecutorAddr Reserve; member
|
H A D | MemoryMapper.h | 128 ExecutorAddr Reserve; member
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | COFFModuleDefinition.cpp | 303 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 D | HexagonVLIWPacketizer.h | 154 bool tryAllocateResourcesForConstExt(bool Reserve);
|
/freebsd/sys/dts/arm/ |
H A D | socfpga_cyclone5_sockit_sdmmc.dts | 38 /* Reserve first page for secondary CPU trampoline code */
|
H A D | socfpga_arria10_socdk_sdmmc.dts | 38 /* Reserve first page for secondary CPU trampoline code */
|
H A D | zynq-7000.dtsi | 34 // Reserve first half megabyte because it is not accessible to all
|
/freebsd/sys/contrib/device-tree/src/powerpc/fsl/ |
H A D | e6500_power_isa.dtsi | 61 fsl,eref-er; // Enhanced Reservations (Load and Reserve and Store Cond.)
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
H A D | Symtab.h | 39 void Reserve(size_t count);
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | MinidumpConstants.def | 134 HANDLE_MDMP_MEMSTATE(0x02000, Reserve, MEM_RESERVE)
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/COFF/ |
H A D | ObjectFileCOFF.cpp | 259 symtab.Reserve(symtab.GetNumSymbols() + m_object->getNumberOfSymbols()); in ParseSymtab()
|
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | Symtab.cpp | 51 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()
|