Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp448 bool fixupDbgVariableRecord(DbgVariableRecord &I);
8569 AnyChange |= fixupDbgVariableRecord(DVR); in fixupDbgVariableRecordsOnInst()
8575 bool CodeGenPrepare::fixupDbgVariableRecord(DbgVariableRecord &DVR) { in fixupDbgVariableRecord() function in CodeGenPrepare