Home
last modified time | relevance | path

Searched refs:MapFlags (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dfuchsia.cpp91 zx_vm_option_t MapFlags = in map() local
98 MapFlags |= ZX_VM_SPECIFIC; in map()
99 Status = _zx_vmar_map(Vmar, MapFlags, Offset, Vmo, VmoSize, Size, &P); in map()
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dreal.cpp618 inline RealFlags MapFlags(decimal::ConversionResultFlags flags) { in MapFlags() function
638 return {*value, MapFlags(converted.flags)}; in Read()