Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryContext.cpp928 auto isBreakpoint = std::bind(&MCPlusBuilder::isBreakpoint, MIB.get(), _1); in hasValidCodePadding() local
929 if (skipInstructions(isBreakpoint) && Offset == BF.getMaxSize()) in hasValidCodePadding()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DMCPlusBuilder.h470 virtual bool isBreakpoint(const MCInst &Inst) const { in isBreakpoint() function
/llvm-project-15.0.7/bolt/lib/Target/X86/
H A DX86MCPlusBuilder.cpp190 bool isBreakpoint(const MCInst &Inst) const override { in isBreakpoint() function in __anoncef8f4420111::X86MCPlusBuilder