Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DJumpTable.h64 size_t OutputEntrySize; variable
/llvm-project-15.0.7/bolt/lib/Passes/
H A DJTFootprintReduction.cpp164 JumpTable->OutputEntrySize = 4; in tryOptimizeNonPIC()
203 JumpTable->OutputEntrySize = 4; in tryOptimizePIC()
H A DAsmDump.cpp109 MAP.OutStreamer->emitSymbolValue(JTEntry, JT->OutputEntrySize); in dumpJumpTableSymbols()
/llvm-project-15.0.7/bolt/lib/Core/
H A DJumpTable.cpp34 OutputEntrySize(EntrySize), Type(Type), Labels(Labels) {} in JumpTable()
H A DBinaryEmitter.cpp799 Streamer.emitSymbolValue(Entry, JT.OutputEntrySize); in emitJumpTable()