Searched refs:StubEntrySize (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
H A D | loongarch.h | 273 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 D | loongarch.cpp | 24 const uint8_t LA64StubContent[StubEntrySize] = { 30 const uint8_t LA32StubContent[StubEntrySize] = {
|
H A D | ELF_riscv.cpp | 37 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] = {
|