Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A Dppc64.cpp19 const char NullPointerContent[8] = {0x00, 0x00, 0x00, 0x00, variable
H A Dloongarch.cpp21 const char NullPointerContent[8] = {0x00, 0x00, 0x00, 0x00, variable
H A Dx86.cpp46 const char NullPointerContent[PointerSize] = {0x00, 0x00, 0x00, 0x00}; variable
H A Dx86_64.cpp82 const char NullPointerContent[PointerSize] = {0x00, 0x00, 0x00, 0x00, variable
H A Daarch64.cpp23 const char NullPointerContent[8] = {0x00, 0x00, 0x00, 0x00, variable
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A Dx86.h258 LLVM_ABI extern const char NullPointerContent[PointerSize];
280 auto &B = G.createContentBlock(PointerSection, NullPointerContent,
H A Dppc64.h77 LLVM_ABI extern const char NullPointerContent[8];
135 assert(G.getPointerSize() == sizeof(NullPointerContent) &&
138 Block &B = G.createContentBlock(PointerSection, NullPointerContent,
H A Dx86_64.h590 LLVM_ABI extern const char NullPointerContent[PointerSize];
612 auto &B = G.createContentBlock(PointerSection, NullPointerContent,
H A Dloongarch.h566 LLVM_ABI extern const char NullPointerContent[8];
568 return {reinterpret_cast<const char *>(NullPointerContent), in getGOTEntryBlockContent()
H A Daarch64.h701 LLVM_ABI extern const char NullPointerContent[PointerSize];
725 auto &B = G.createContentBlock(PointerSection, NullPointerContent,