Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A Dloongarch.h273 constexpr size_t StubEntrySize = 12; variable
274 extern const uint8_t LA64StubContent[StubEntrySize];
275 extern const uint8_t LA32StubContent[StubEntrySize];
279 return {reinterpret_cast<const char *>(StubContent), StubEntrySize}; in getStubBlockContent()
311 return G.addAnonymousSymbol(StubContentBlock, 0, StubEntrySize, true, false); in createAnonymousPointerJumpStub()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A Dloongarch.cpp24 const uint8_t LA64StubContent[StubEntrySize] = {
30 const uint8_t LA32StubContent[StubEntrySize] = {
H A DELF_riscv.cpp37 static constexpr size_t StubEntrySize = 16; member in __anon2c49048a0111::PerGraphGOTAndPLTStubsBuilder_ELF_riscv
39 static const uint8_t RV64StubContent[StubEntrySize];
40 static const uint8_t RV32StubContent[StubEntrySize];
62 return G.addAnonymousSymbol(StubContentBlock, 0, StubEntrySize, true, in createPLTStub()
109 return {reinterpret_cast<const char *>(StubContent), StubEntrySize}; in getStubBlockContent()
120 PerGraphGOTAndPLTStubsBuilder_ELF_riscv::RV64StubContent[StubEntrySize] = {
127 PerGraphGOTAndPLTStubsBuilder_ELF_riscv::RV32StubContent[StubEntrySize] = {