Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/interception/
Dinterception_win.cpp402 static size_t GetInstructionSize(uptr address, size_t* rel_offset = nullptr) { in GetInstructionSize() function
619 size_t instruction_size = GetInstructionSize(address + cursor); in RoundUpToInstrBoundary()
631 size_t instruction_size = GetInstructionSize(from + cursor, &rel_offset); in CopyInstructions()
728 size_t instruction_size = GetInstructionSize(old_func); in OverrideFunctionWithHotPatch()
/external/compiler-rt/lib/interception/
Dinterception_win.cc387 static size_t GetInstructionSize(uptr address) { in GetInstructionSize() function
555 size_t instruction_size = GetInstructionSize(address + cursor); in RoundUpToInstrBoundary()
642 size_t instruction_size = GetInstructionSize(old_func); in OverrideFunctionWithHotPatch()