Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDDebugHandlerBase.cpp130 requestLabelBeforeInsn(R.first); in identifyScopeMarkers()
339 requestLabelBeforeInsn(Entry.getInstr()); in beginFunction()
348 requestLabelBeforeInsn(MI); in beginFunction()
HDCodeViewDebug.cpp1589 requestLabelBeforeInsn(&MI); in beginFunctionImpl()
3527 int64_t) { requestLabelBeforeInsn(&BranchMI); }); in discoverJumpTableBranches()
HDDwarfDebug.cpp2029 requestLabelBeforeInsn(MI); in beginInstruction()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDDebugHandlerBase.h107 void requestLabelBeforeInsn(const MachineInstr *MI) { in requestLabelBeforeInsn() function