Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/JITLink/
H A DELF_riscv.cpp35 static constexpr size_t StubEntrySize = 16; member in __anoneb05c1ba0111::PerGraphGOTAndPLTStubsBuilder_ELF_riscv
37 static const uint8_t RV64StubContent[StubEntrySize];
38 static const uint8_t RV32StubContent[StubEntrySize];
60 return G.addAnonymousSymbol(StubContentBlock, 0, StubEntrySize, true, in createPLTStub()
103 return {reinterpret_cast<const char *>(StubContent), StubEntrySize}; in getStubBlockContent()
114 PerGraphGOTAndPLTStubsBuilder_ELF_riscv::RV64StubContent[StubEntrySize] = {
121 PerGraphGOTAndPLTStubsBuilder_ELF_riscv::RV32StubContent[StubEntrySize] = {