Home
last modified time | relevance | path

Searched refs:NullPointerContent (Results 1 – 10 of 10) sorted by relevance

/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A Daarch64.cpp23 const char NullPointerContent[8] = {0x00, 0x00, 0x00, 0x00,
21 const char NullPointerContent[8] = {0x00, 0x00, 0x00, 0x00, global() variable
H A Dloongarch.cpp21 const char NullPointerContent[8] = {0x00, 0x00, 0x00, 0x00, variable
H A Dppc64.cpp19 const char NullPointerContent[8] = {0x00, 0x00, 0x00, 0x00, variable
H A Di386.cpp48 const char NullPointerContent[PointerSize] = {0x00, 0x00, 0x00, 0x00}; variable
H A Dx86_64.cpp82 const char NullPointerContent[PointerSize] = {0x00, 0x00, 0x00, 0x00, in optimizeGOTAndStubAccesses()
76 const char NullPointerContent[PointerSize] = {0x00, 0x00, 0x00, 0x00, global() variable
/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A Di386.h264 extern const char NullPointerContent[PointerSize]; in applyFixup()
286 auto &B = G.createContentBlock(PointerSection, NullPointerContent,
H A Dloongarch.h565 extern const char NullPointerContent[8];
567 return {reinterpret_cast<const char *>(NullPointerContent),
H A Dppc64.h76 extern const char NullPointerContent[8];
134 assert(G.getPointerSize() == sizeof(NullPointerContent) &&
137 Block &B = G.createContentBlock(PointerSection, NullPointerContent,
H A Dx86_64.h589 extern const char NullPointerContent[PointerSize];
611 auto &B = G.createContentBlock(PointerSection, NullPointerContent, in visitEdge()
H A Daarch64.h700 extern const char NullPointerContent[PointerSize]; in visitEdge()
724 auto &B = G.createContentBlock(PointerSection, NullPointerContent, in createEntry()