Home
last modified time | relevance | path

Searched defs:updateDebugInfo (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
H A DSSAUpdater.h171 virtual void updateDebugInfo(Instruction *I) const {} in updateDebugInfo() function
/aosp_15_r20/external/llvm/include/llvm/Transforms/Utils/
H A DSSAUpdater.h172 virtual void updateDebugInfo(Instruction *I) const { in updateDebugInfo() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Utils/
H A DSSAUpdater.h171 virtual void updateDebugInfo(Instruction *I) const {} in updateDebugInfo() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Transforms/Utils/
DSSAUpdater.h186 virtual void updateDebugInfo(Instruction *I) const {} in updateDebugInfo() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Transforms/Utils/
DSSAUpdater.h185 virtual void updateDebugInfo(Instruction *I) const {} in updateDebugInfo() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Transforms/Utils/
DSSAUpdater.h185 virtual void updateDebugInfo(Instruction *I) const {} in updateDebugInfo() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Transforms/Utils/
DSSAUpdater.h185 virtual void updateDebugInfo(Instruction *I) const {} in updateDebugInfo() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DX86DiscriminateMemOps.cpp57 void updateDebugInfo(MachineInstr *MI, const DILocation *Loc) { in updateDebugInfo() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86DiscriminateMemOps.cpp55 void updateDebugInfo(MachineInstr *MI, const DILocation *Loc) { in updateDebugInfo() function
/aosp_15_r20/external/tensorflow/tensorflow/tools/android/test/src/org/tensorflow/demo/tracking/
H A DObjectTracker.java273 final boolean updateDebugInfo) { in nextFrame()