Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
H A DExecutorSharedMemoryMapperService.h50 std::vector<ExecutorAddr> Allocations; member
75 AllocationMap Allocations; variable
H A DSimpleExecutorMemoryManager.h63 AllocationsMap Allocations; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMemoryMapper.h113 std::vector<ExecutorAddr> Allocations; member
119 AllocationMap Allocations; variable
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DDynamicAllocator.h41 llvm::SmallVector<Allocation> Allocations; member
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h37 std::vector<void *> Allocations; variable
/freebsd/sys/contrib/dev/acpica/components/debugger/
H A Ddbexec.c548 UINT32 Allocations; in AcpiDbExecute() local
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_report.cpp514 struct Allocations { struct in __hwasan::__anon865875d10511::BaseReport
515 ArrayRef<SavedStackAllocations> stack;
516 ArrayRef<HeapAllocation> heap;
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMemoryMapper.cpp370 ArrayRef<ExecutorAddr> Allocations, in deinitialize()