Home
last modified time | relevance | path

Searched defs:Allocations (Results 1 – 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
HDExecutorSharedMemoryMapperService.h50 std::vector<ExecutorAddr> Allocations; member
75 AllocationMap Allocations; variable
HDSimpleExecutorMemoryManager.h63 AllocationsMap Allocations; variable
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
HDMemoryMapper.h113 std::vector<ExecutorAddr> Allocations; member
119 AllocationMap Allocations; variable
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/Interp/
HDDynamicAllocator.h41 llvm::SmallVector<Allocation> Allocations; member
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
HDInterpreter.h37 std::vector<void *> Allocations; variable
/freebsd-13-stable/sys/contrib/dev/acpica/components/debugger/
HDdbexec.c548 UINT32 Allocations; in AcpiDbExecute() local
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
HDhwasan_report.cpp514 struct Allocations { struct in __hwasan::__anonb834d78a0511::BaseReport
515 ArrayRef<SavedStackAllocations> stack;
516 ArrayRef<HeapAllocation> heap;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
HDMemoryMapper.cpp370 ArrayRef<ExecutorAddr> Allocations, in deinitialize()