Home
last modified time | relevance | path

Searched defs:magic (Results 1 – 25 of 51) sorted by relevance

123

/llvm-project/llvm/unittests/BinaryFormat/
H A DTestFileMagic.cpp98 file_magic magic; in TEST_F() member
100 #define DEFINE(magic) {#magic, magic, sizeof(magic), file_magic::magic} in TEST_F() argument
144 StringRef magic(i->magic_str, i->magic_str_len); in TEST_F() local
/llvm-project/lld/test/MachO/invalid/
H A Dinvalid-fat-narch.s9 magic: 0xCAFEBABE label
H A Dinvalid-fat-offset.s9 magic: 0xCAFEBABE label
/llvm-project/lld/MachO/
H A DTarget.h173 static constexpr uint32_t magic = llvm::MachO::MH_MAGIC_64; member
113 uint32_t magic; global() variable
157 static constexpr uint32_t magic = llvm::MachO::MH_MAGIC_64; global() member
H A DDriverUtils.cpp235 file_magic magic = identify_magic(mbref.getBuffer()); loadDylib() local
/llvm-project/clang/test/Analysis/
H A Drdar-6541136-region.c3 struct tea_cheese { unsigned magic; }; member
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Deasily-swappable-parameters-len3.cpp14 int magic(int Left, int Right, int X, int Y) { return 0; } in magic() function
/llvm-project/lldb/source/Plugins/ObjectContainer/Mach-O-Fileset/
H A DObjectContainerMachOFileset.cpp86 static uint32_t MachHeaderSizeFromMagic(uint32_t magic) { in MachHeaderSizeFromMagic() argument
255 uint32_t magic = data.GetU32(&offset); in MagicBytesMatch() local
/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.cpp157 bool ELFHeader::MagicBytesMatch(const uint8_t *magic) { in MagicBytesMatch()
161 unsigned ELFHeader::AddressSizeInBytes(const uint8_t *magic) { in AddressSizeInBytes()
/llvm-project/llvm/utils/TableGen/jupyter/tablegen_kernel/
H A Dkernel.py203 should_reset(self, magic) global() argument
[all...]
/llvm-project/compiler-rt/lib/asan/
H A Dasan_fake_stack.cpp29 ALWAYS_INLINE void SetShadow(uptr ptr, uptr size, uptr class_id, u64 magic) { in SetShadow()
80 void FakeStack::PoisonAll(u8 magic) { in PoisonAll()
H A Dasan_fake_stack.h23 uptr magic; // Modified by the instrumented code. member
/llvm-project/llvm/include/llvm/ProfileData/
H A DGCOV.h81 StringRef magic = buf.substr(0, 4); in readGCNOFormat() local
96 StringRef magic = buf.substr(0, 4); in readGCDAFormat() local
/llvm-project/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/
H A DObjectContainerUniversalMachO.cpp59 uint32_t magic = data.GetU32(&offset); in MagicBytesMatch() local
/llvm-project/lldb/source/Plugins/ObjectFile/PDB/
H A DObjectFilePDB.cpp169 llvm::file_magic magic; in loadPDBFile() local
/llvm-project/lldb/test/API/macosx/lc-note/kern-ver-str/
H A Dcreate-empty-corefile.cpp152 uint8_t magic[4]; in get_uuid_from_binary() local
/llvm-project/lldb/source/Plugins/ObjectFile/JSON/
H A DObjectFileJSON.cpp199 uint32_t magic = data.GetU8(&offset); in MagicBytesMatch() local
/llvm-project/llvm/include/llvm/ObjectYAML/
H A DMachOYAML.h63 llvm::yaml::Hex32 magic; member
150 llvm::yaml::Hex32 magic; member
/llvm-project/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderMacOSXDYLD.cpp199 uint32_t magic = data.GetU32(&offset); in DoInitialImageFetch() local
1179 GetByteOrderFromMagic(uint32_t magic) GetByteOrderFromMagic() argument
[all...]
/llvm-project/lld/test/MachO/
H A Dobj-file-with-stabs.s15 magic: 0xFEEDFACF label
/llvm-project/lldb/test/API/macosx/lc-note/firmware-corefile/
H A Dcreate-empty-corefile.cpp205 uint8_t magic[4]; get_uuid_from_binary() local
/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextLinux_i386.cpp74 uint32_t magic; // Identifier for core dumps. member
H A DRegisterContextLinux_x86_64.cpp67 uint64_t magic; // Identifier for core dumps. member
/llvm-project/llvm/lib/Support/
H A Dregex2.h133 int magic; member
/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.h167 uint16_t magic; member

123