Home
last modified time | relevance | path

Searched refs:NullGOTEntryContent (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/JITLink/
H A Daarch64.cpp21 const uint8_t NullGOTEntryContent[8] = {0x00, 0x00, 0x00, 0x00, variable
H A DELF_riscv.cpp36 static const uint8_t NullGOTEntryContent[8]; member in __anoneb05c1ba0111::PerGraphGOTAndPLTStubsBuilder_ELF_riscv
97 return {reinterpret_cast<const char *>(NullGOTEntryContent), in getGOTEntryBlockContent()
110 const uint8_t PerGraphGOTAndPLTStubsBuilder_ELF_riscv::NullGOTEntryContent[8] = member in __anoneb05c1ba0111::PerGraphGOTAndPLTStubsBuilder_ELF_riscv
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/JITLink/
H A Daarch64.h248 extern const uint8_t NullGOTEntryContent[8];
315 return {reinterpret_cast<const char *>(NullGOTEntryContent), in getGOTEntryBlockContent()
316 sizeof(NullGOTEntryContent)}; in getGOTEntryBlockContent()