Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h500 void collectDebugInfoForJumpTables(const MachineFunction *MF, bool isThumb);
H A DCodeViewDebug.cpp3106 collectDebugInfoForJumpTables(MF, isThumb); in endFunctionImpl()
3530 void CodeViewDebug::collectDebugInfoForJumpTables(const MachineFunction *MF, in collectDebugInfoForJumpTables() function in CodeViewDebug