Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A Dppc64.h76 extern const char NullPointerContent[8]; in pickStub()
134 assert(G.getPointerSize() == sizeof(NullPointerContent) && in getSectionName()
136 "NullPointerContent"); in visitEdge()
137 Block &B = G.createContentBlock(PointerSection, NullPointerContent, in visitEdge()
H A Di386.h279 extern const char NullPointerContent[PointerSize];
301 auto &B = G.createContentBlock(PointerSection, NullPointerContent,
H A Dloongarch.h260 extern const char NullPointerContent[8];
262 return {reinterpret_cast<const char *>(NullPointerContent), in getGOTEntryBlockContent()
H A Dx86_64.h533 extern const char NullPointerContent[PointerSize];
555 auto &B = G.createContentBlock(PointerSection, NullPointerContent,
H A Daarch64.h619 extern const char NullPointerContent[PointerSize];
643 auto &B = G.createContentBlock(PointerSection, NullPointerContent,
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A Dppc64.cpp19 const char NullPointerContent[8] = {0x00, 0x00, 0x00, 0x00, variable
H A Daarch64.cpp21 const char NullPointerContent[8] = {0x00, 0x00, 0x00, 0x00, variable
H A Dloongarch.cpp21 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.cpp76 const char NullPointerContent[PointerSize] = {0x00, 0x00, 0x00, 0x00, variable