Home
last modified time | relevance | path

Searched defs:CodeWords (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/llvm/include/llvm/Support/
H A DARMWinEH.h344 uint8_t CodeWords() const { in CodeWords() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DARMWinEH.h394 uint8_t CodeWords() const { in CodeWords() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/
DARMWinEH.h477 uint8_t CodeWords() const { in CodeWords() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
H A DARMWinEH.h477 uint8_t CodeWords() const { in CodeWords() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DARMWinEH.h477 uint8_t CodeWords() const { in CodeWords() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DARMWinEH.h477 uint8_t CodeWords() const { in CodeWords() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DARMWinEH.h477 uint8_t CodeWords() const { in CodeWords() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/
H A DMCWin64EH.cpp1262 uint32_t CodeWords = TotalCodeBytes / 4; in ARM64EmitUnwindInfoForSegment() local
2400 uint32_t CodeWords = TotalCodeBytes / 4; in ARMEmitUnwindInfo() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCWin64EH.cpp574 uint32_t CodeWords = TotalCodeBytes / 4; in ARM64EmitUnwindInfo() local
/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/windows/
H A Dbindings.rs53886 pub fn CodeWords(&self) -> DWORD { in CodeWords() method
53927 let CodeWords: u32 = unsafe { ::std::mem::transmute(CodeWords) }; localVariable