Home
last modified time | relevance | path

Searched defs:LocalFlags (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp90 static const EnumEntry<uint16_t> LocalFlags[] = { variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp68 static const EnumEntry<uint16_t> LocalFlags[] = { variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp76 static const EnumEntry<uint16_t> LocalFlags[] = { variable
/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/windows/
H A Dbindings.rs71077 pub fn LocalFlags(hMem: HLOCAL) -> UINT; in LocalFlags() function