OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getMagic
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Object/
MachOUniversal.h
61
if (Parent->
getMagic
() == MachO::FAT_MAGIC)
63
else // Parent->
getMagic
() == MachO::FAT_MAGIC_64
67
if (Parent->
getMagic
() == MachO::FAT_MAGIC)
69
else // Parent->
getMagic
() == MachO::FAT_MAGIC_64
73
if (Parent->
getMagic
() == MachO::FAT_MAGIC)
75
else // Parent->
getMagic
() == MachO::FAT_MAGIC_64
79
if (Parent->
getMagic
() == MachO::FAT_MAGIC)
81
else // Parent->
getMagic
() == MachO::FAT_MAGIC_64
85
if (Parent->
getMagic
() == MachO::FAT_MAGIC)
87
else // Parent->
getMagic
() == MachO::FAT_MAGIC_6
[
all
...]
XCOFFObjectFile.h
337
uint16_t
getMagic
() const;
/src/external/apache2/llvm/dist/llvm/lib/Object/
MachOUniversal.cpp
51
if (Parent->
getMagic
() == MachO::FAT_MAGIC) {
55
} else { // Parent->
getMagic
() == MachO::FAT_MAGIC_64
72
if (Parent->
getMagic
() == MachO::FAT_MAGIC) {
75
} else { // Parent->
getMagic
() == MachO::FAT_MAGIC_64
92
if (Parent->
getMagic
() == MachO::FAT_MAGIC) {
94
} else { // Parent->
getMagic
() == MachO::FAT_MAGIC_64
111
if (Parent->
getMagic
() == MachO::FAT_MAGIC)
113
else // Parent->
getMagic
() == MachO::FAT_MAGIC_64
XCOFFObjectFile.cpp
489
uint16_t XCOFFObjectFile::
getMagic
() const {
/src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
xcoff2yaml.cpp
38
YAMLObj.Header.Magic = Obj.
getMagic
();
macho2yaml.cpp
609
YAML.Header.magic = Obj.
getMagic
();
/src/external/apache2/llvm/dist/llvm/lib/ProfileData/
InstrProfReader.cpp
307
return RawInstrProf::
getMagic
<IntPtrT>() == Magic ||
308
sys::getSwappedBytes(RawInstrProf::
getMagic
<IntPtrT>()) == Magic;
319
ShouldSwapBytes = Header->Magic != RawInstrProf::
getMagic
<IntPtrT>();
341
if (Magic != swap(RawInstrProf::
getMagic
<IntPtrT>()))
/src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
InstrProf.h
1108
template <class IntPtrT> inline uint64_t
getMagic
();
1109
template <> inline uint64_t
getMagic
<uint64_t>() {
1113
template <> inline uint64_t
getMagic
<uint32_t>() {
/src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
XCOFFDumper.cpp
53
W.printHex("Magic", Obj.
getMagic
());
/src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
MachODump.cpp
2134
if (UB->
getMagic
() == MachO::FAT_MAGIC)
2136
else // UB->
getMagic
() == MachO::FAT_MAGIC_64
Completed in 34 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026