OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ivarLayout
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/objc/
objc-next-runtime-abi-02.cc
637
const uint8_t * const
ivarLayout
;
684
/* const uint8_t * const
ivarLayout
; */
686
add_field_decl (cnst_strg_type, "
ivarLayout
", &chain);
3221
tree
ivarLayout
,
3250
/*
ivarLayout
*/
3252
if (
ivarLayout
)
3253
expr =
ivarLayout
;
3334
tree
ivarLayout
= NULL_TREE;
3444
/* TODO:
ivarLayout
needs t be built. */
3448
instanceSize,
ivarLayout
,
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/objc/
objc-next-runtime-abi-02.cc
637
const uint8_t * const
ivarLayout
;
684
/* const uint8_t * const
ivarLayout
; */
686
add_field_decl (cnst_strg_type, "
ivarLayout
", &chain);
3218
tree
ivarLayout
,
3247
/*
ivarLayout
*/
3249
if (
ivarLayout
)
3250
expr =
ivarLayout
;
3331
tree
ivarLayout
= NULL_TREE;
3441
/* TODO:
ivarLayout
needs t be built. */
3445
instanceSize,
ivarLayout
,
[
all
...]
/src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
MachODump.cpp
3417
uint64_t
ivarLayout
; // const uint8_t * (64-bit pointer)
3430
uint32_t
ivarLayout
; /* const uint8_t * (32-bit pointer) */
3726
sys::swapByteOrder(cro.
ivarLayout
);
3739
sys::swapByteOrder(cro.
ivarLayout
);
5175
outs() << "
ivarLayout
" << format("0x%" PRIx64, cro.
ivarLayout
)
5177
print_layout_map64(cro.
ivarLayout
, info);
5311
outs() << "
ivarLayout
" << format("0x%" PRIx32, cro.
ivarLayout
)
5313
print_layout_map32(cro.
ivarLayout
, info)
[
all
...]
Completed in 21 milliseconds
Indexes created Tue Sep 08 00:25:21 UTC 2026