Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DLinkerScript.h133 struct MemoryRegion { struct
134 MemoryRegion(StringRef name, Expr origin, Expr length, uint32_t flags, in MemoryRegion() function
139 std::string name;
140 Expr origin;
141 Expr length;
142 uint32_t flags;
143 uint32_t negFlags;
144 uint64_t curPos = 0;
/external/crosvm/vm_memory/src/
Dguest_memory.rs96 struct MemoryRegion { struct
103 impl MemoryRegion { impl
/external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
DMPIBugReporter.h85 RequestNodeVisitor(const MemRegion *const MemoryRegion, in RequestNodeVisitor()
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
DMPIBugReporter.h82 RequestNodeVisitor(const MemRegion *const MemoryRegion, in RequestNodeVisitor()
/external/crosvm/vm_control/src/
Dgdb.rs24 MemoryRegion(Vec<u8>), enumerator
/external/google-breakpad/src/processor/
Dpostfix_evaluator.h84 class MemoryRegion; variable
Dcfi_frame_info.h51 class MemoryRegion; variable
/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/
Dtpu_driver.proto20 enum MemoryRegion { HBM = 1; } enum