Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DMachineFunction.cpp1210 if (llvm::debuginfoShouldUseDebugInstrRef(getTarget().getTargetTriple())) in shouldUseDebugInstrRef()