Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DLiveDebugValues.h40 extern bool debuginfoShouldUseDebugInstrRef(const Triple &T);
H A DLiveDebugValues.cpp156 bool llvm::debuginfoShouldUseDebugInstrRef(const Triple &T) { in debuginfoShouldUseDebugInstrRef() function in llvm
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp1291 if (llvm::debuginfoShouldUseDebugInstrRef(getTarget().getTargetTriple())) in shouldUseDebugInstrRef()
H A DAssignmentTrackingAnalysis.cpp343 return debuginfoShouldUseDebugInstrRef(F.getParent()->getTargetTriple()); in shouldCoalesceFragments()