Home
last modified time | relevance | path

Searched refs:NoDebug (Results 1 - 24 of 24) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Denum-default-bitfield.rs119 impl NoDebug { impls
120 pub const NoDebug1: NoDebug = NoDebug(0);
122 impl NoDebug { impls
123 pub const NoDebug2: NoDebug = NoDebug(1);
125 impl ::std::ops::BitOr<NoDebug> for NoDebug {
129 NoDebug(self.0 | other.0) in bitor()
132 impl ::std::ops::BitOrAssign for NoDebug {
154 pub struct NoDebug(pub ::std::os::raw::c_uint); global() structure names
[all...]
H A Dno_debug_allowlisted.rs10 pub struct NoDebug { structure names
15 const UNINIT: ::std::mem::MaybeUninit<NoDebug> = in bindgen_test_layout_NoDebug()
19 ::std::mem::size_of::<NoDebug>(), in bindgen_test_layout_NoDebug()
21 concat!("Size of: ", stringify!(NoDebug)) in bindgen_test_layout_NoDebug()
24 ::std::mem::align_of::<NoDebug>(), in bindgen_test_layout_NoDebug()
26 concat!("Alignment of ", stringify!(NoDebug)) in bindgen_test_layout_NoDebug()
33 stringify!(NoDebug), in bindgen_test_layout_NoDebug()
H A Dissue-648-derive-debug-with-padding.rs13 pub struct NoDebug { structure names
18 const UNINIT: ::std::mem::MaybeUninit<NoDebug> = in bindgen_test_layout_NoDebug()
22 ::std::mem::size_of::<NoDebug>(), in bindgen_test_layout_NoDebug()
24 concat!("Size of: ", stringify!(NoDebug)) in bindgen_test_layout_NoDebug()
27 ::std::mem::align_of::<NoDebug>(), in bindgen_test_layout_NoDebug()
29 concat!("Alignment of ", stringify!(NoDebug)) in bindgen_test_layout_NoDebug()
36 stringify!(NoDebug), in bindgen_test_layout_NoDebug()
42 impl Default for NoDebug {
51 impl ::std::cmp::PartialEq for NoDebug {
52 fn eq(&self, other: &NoDebug)
[all...]
H A Dno_debug_opaque.rs11 pub struct NoDebug { structure names
17 ::std::mem::size_of::<NoDebug>(), in bindgen_test_layout_NoDebug()
19 concat!("Size of: ", stringify!(NoDebug)) in bindgen_test_layout_NoDebug()
22 ::std::mem::align_of::<NoDebug>(), in bindgen_test_layout_NoDebug()
24 concat!("Alignment of ", stringify!(NoDebug)) in bindgen_test_layout_NoDebug()
H A Denum.rs57 pub const NoDebug_NoDebug1: NoDebug = 0;
58 pub const NoDebug_NoDebug2: NoDebug = 1;
60 pub type NoDebug = ::std::os::raw::c_uint; types
H A Denum-default-consts.rs59 pub const NoDebug_NoDebug1: NoDebug = 0;
60 pub const NoDebug_NoDebug2: NoDebug = 1;
62 pub type NoDebug = ::std::os::raw::c_uint; types
H A Denum-default-module.rs63 pub mod NoDebug { modules
H A Denum-no-debug-rust.rs70 pub enum NoDebug { enum
H A Denum-default-rust.rs70 pub enum NoDebug { enum
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dno_debug_allowlisted.hpp1 // bindgen-flags: --allowlist-type "NoDebug" --no-debug "NoDebug"
3 class NoDebug { class
H A Dno_debug_opaque.hpp1 // bindgen-flags: --opaque-type "NoDebug" --no-debug "NoDebug"
3 class NoDebug { class
H A Dno_debug_bypass_impl_debug.hpp1 // bindgen-flags: --no-debug "NoDebug" --impl-debug --rust-target 1.40
9 class NoDebug { class
H A Dissue-648-derive-debug-with-padding.h6 struct NoDebug { struct
H A Denum.h22 enum NoDebug { enum
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DLexicalScopes.cpp52 // Don't attempt any lexical scope creation for a NoDebug compile unit. in initialize()
54 DICompileUnit::NoDebug) in initialize()
144 // Skip scopes inlined from a NoDebug compile unit. in getOrCreateLexicalScope()
146 DICompileUnit::NoDebug) in getOrCreateLexicalScope()
H A DLiveDebugValues.cpp1630 // Skip functions from NoDebug compilation units. in runOnMachineFunction()
1632 DICompileUnit::NoDebug) in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DLexicalScopes.h51 DICompileUnit::NoDebug && in LexicalScope()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp180 if (EK == DICompileUnit::NoDebug) in hasDebugInfo()
H A DDwarfDebug.cpp1073 assert(SP->getUnit()->getEmissionKind() != DICompileUnit::NoDebug);
1682 if (!SP || SP->getUnit()->getEmissionKind() == DICompileUnit::NoDebug)
1828 if (SP->getUnit()->getEmissionKind() == DICompileUnit::NoDebug)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DModule.cpp380 ((*this)->getEmissionKind() == DICompileUnit::NoDebug))
H A DDebugInfoMetadata.cpp545 .Case("NoDebug", NoDebug) in getEmissionKind()
563 case NoDebug: return "NoDebug"; in emissionKindString()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
H A DBTFDebug.cpp851 if (Unit->getEmissionKind() == DICompileUnit::NoDebug) { in beginFunctionImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp864 case DICompileUnit::NoDebug: in emitHeader()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1121 NoDebug = 0,

Completed in 25 milliseconds