Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h507 void collectDebugInfoForJumpTables(const MachineFunction *MF, bool isThumb);
H A DCodeViewDebug.cpp3120 collectDebugInfoForJumpTables(MF, isThumb); in endFunctionImpl()
3542 void CodeViewDebug::collectDebugInfoForJumpTables(const MachineFunction *MF, in collectDebugInfoForJumpTables() function in CodeViewDebug