Home
last modified time | relevance | path

Searched defs:buf32 (Results 1 – 2 of 2) sorted by relevance

/llvm-project/lld/MachO/Arch/
H A DARM64Common.h112 auto *buf32 = reinterpret_cast<uint32_t *>(buf8); in writeStub() local
125 auto *buf32 = reinterpret_cast<uint32_t *>(buf8); in writeStubHelperHeader() local
146 auto *buf32 = reinterpret_cast<uint32_t *>(buf8); in writeStubHelperEntry() local
162 auto *buf32 = reinterpret_cast<uint32_t *>(buf); in writeObjCMsgSendFastStub() local
188 auto *buf32 = reinterpret_cast<uint32_t *>(buf); in writeObjCMsgSendSmallStub() local
/llvm-project/llvm/unittests/Support/
H A DUnicodeTest.cpp102 UTF32 buf32[1]; in TEST() local