OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:objc_method_description_t
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
MachODump.cpp
3690
// struct
objc_method_description_t
list[1];
3693
struct
objc_method_description_t
{
struct in namespace:__anon5681
3962
inline void swapStruct(struct
objc_method_description_t
&md) {
4673
struct
objc_method_description_t
md;
4698
if ((i + 1) * sizeof(struct
objc_method_description_t
) > left) {
4705
memcpy(&md, list + i * sizeof(struct
objc_method_description_t
),
4706
sizeof(struct
objc_method_description_t
));
Completed in 21 milliseconds
Indexes created Mon Sep 07 00:24:45 UTC 2026