Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/LiveDebugValues/
H A DLiveDebugValues.h39 extern bool debuginfoShouldUseDebugInstrRef(const Triple &T);
H A DLiveDebugValues.cpp131 bool llvm::debuginfoShouldUseDebugInstrRef(const Triple &T) { in debuginfoShouldUseDebugInstrRef() function in llvm
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineFunction.cpp1210 if (llvm::debuginfoShouldUseDebugInstrRef(getTarget().getTargetTriple())) in shouldUseDebugInstrRef()