Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_x86_64.cpp40 static const uint8_t NullGOTEntryContent[8]; member in __anondb3c81460111::PerGraphGOTAndPLTStubsBuilder_ELF_x86_64
130 return {reinterpret_cast<const char *>(NullGOTEntryContent), in getGOTEntryBlockContent()
131 sizeof(NullGOTEntryContent)}; in getGOTEntryBlockContent()
144 const uint8_t PerGraphGOTAndPLTStubsBuilder_ELF_x86_64::NullGOTEntryContent[8] = member in PerGraphGOTAndPLTStubsBuilder_ELF_x86_64
H A DMachO_arm64.cpp474 return {reinterpret_cast<const char *>(NullGOTEntryContent), in getGOTEntryBlockContent()
475 sizeof(NullGOTEntryContent)}; in getGOTEntryBlockContent()
482 static const uint8_t NullGOTEntryContent[8]; member in __anond9e8b5920111::PerGraphGOTAndPLTStubsBuilder_MachO_arm64
489 PerGraphGOTAndPLTStubsBuilder_MachO_arm64::NullGOTEntryContent[8] = { member in __anond9e8b5920111::PerGraphGOTAndPLTStubsBuilder_MachO_arm64