Home
last modified time | relevance | path

Searched refs:beginCodeAlignment (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinterHandler.h78 virtual void beginCodeAlignment(const MachineBasicBlock &MBB) {} in beginCodeAlignment() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h749 void beginCodeAlignment(const MachineBasicBlock &MBB) override;
H A DDwarfDebug.cpp4124 void DwarfDebug::beginCodeAlignment(const MachineBasicBlock &MBB) { in beginCodeAlignment() function in DwarfDebug
H A DAsmPrinter.cpp4357 Handler->beginCodeAlignment(MBB); in emitBasicBlockStart()