Home
last modified time | relevance | path

Searched defs:InstrSize (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DIndirectionUtils.cpp434 uint64_t InstrSize = 0; in addFunctionPointerRelocationsToCurrentSymbol() local
/openbsd-src/gnu/llvm/llvm/tools/llvm-profgen/
H A DProfiledBinary.cpp76 const SampleContextFrameVector &Context, uint32_t InstrSize) { in addInstructionForContext()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp3447 int64_t InstrSize = (Size > 16) ? 32 : 16; in emitUnrolled() local