Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineFunction.h583 void setUseDebugInstrRef(bool UseInstrRef);
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineFunction.cpp1220 void MachineFunction::setUseDebugInstrRef(bool Use) { in setUseDebugInstrRef() function in MachineFunction
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp448 MF.setUseDebugInstrRef(YamlMF.UseDebugInstrRef); in setupDebugValueTracking()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp396 mf.setUseDebugInstrRef(InstrRef); in runOnMachineFunction()