HomeSort by relevance Sort by last modified time
    Searched defs:DbgLoc (Results 1 - 25 of 38) sorted by null

1 2

  /external/llvm/include/llvm/Analysis/
ScalarEvolutionExpander.h 95 DebugLoc DbgLoc;
104 DbgLoc(B.getCurrentDebugLocation()), SE(SE) {
115 Builder.SetCurrentDebugLocation(DbgLoc);
  /external/swiftshader/third_party/LLVM/include/llvm/
Instruction.h 35 DebugLoc DbgLoc; // 'dbg' Metadata cache.
128 return !DbgLoc.isUnknown() || hasMetadataHashEntry();
174 void setDebugLoc(const DebugLoc &Loc) { DbgLoc = Loc; }
177 const DebugLoc &getDebugLoc() const { return DbgLoc; }
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolutionExpander.h 96 DebugLoc DbgLoc;
105 DbgLoc(B.getCurrentDebugLocation()), SE(SE) {
116 Builder.SetCurrentDebugLocation(DbgLoc);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
FastISel.h 184 DebugLoc DbgLoc;
221 DebugLoc getCurDebugLoc() const { return DbgLoc; }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolutionExpander.h 96 DebugLoc DbgLoc;
105 DbgLoc(B.getCurrentDebugLocation()), SE(SE) {
116 Builder.SetCurrentDebugLocation(DbgLoc);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
FastISel.h 184 DebugLoc DbgLoc;
221 DebugLoc getCurDebugLoc() const { return DbgLoc; }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolutionExpander.h 96 DebugLoc DbgLoc;
105 DbgLoc(B.getCurrentDebugLocation()), SE(SE) {
116 Builder.SetCurrentDebugLocation(DbgLoc);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
FastISel.h 184 DebugLoc DbgLoc;
221 DebugLoc getCurDebugLoc() const { return DbgLoc; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolutionExpander.h 96 DebugLoc DbgLoc;
105 DbgLoc(B.getCurrentDebugLocation()), SE(SE) {
116 Builder.SetCurrentDebugLocation(DbgLoc);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
FastISel.h 184 DebugLoc DbgLoc;
221 DebugLoc getCurDebugLoc() const { return DbgLoc; }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolutionExpander.h 96 DebugLoc DbgLoc;
105 DbgLoc(B.getCurrentDebugLocation()), SE(SE) {
116 Builder.SetCurrentDebugLocation(DbgLoc);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
FastISel.h 184 DebugLoc DbgLoc;
221 DebugLoc getCurDebugLoc() const { return DbgLoc; }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolutionExpander.h 96 DebugLoc DbgLoc;
105 DbgLoc(B.getCurrentDebugLocation()), SE(SE) {
116 Builder.SetCurrentDebugLocation(DbgLoc);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
FastISel.h 184 DebugLoc DbgLoc;
221 DebugLoc getCurDebugLoc() const { return DbgLoc; }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolutionExpander.h 96 DebugLoc DbgLoc;
105 DbgLoc(B.getCurrentDebugLocation()), SE(SE) {
116 Builder.SetCurrentDebugLocation(DbgLoc);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
FastISel.h 184 DebugLoc DbgLoc;
221 DebugLoc getCurDebugLoc() const { return DbgLoc; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolutionExpander.h 96 DebugLoc DbgLoc;
105 DbgLoc(B.getCurrentDebugLocation()), SE(SE) {
116 Builder.SetCurrentDebugLocation(DbgLoc);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
FastISel.h 184 DebugLoc DbgLoc;
221 DebugLoc getCurDebugLoc() const { return DbgLoc; }
  /external/llvm/include/llvm/CodeGen/
FastISel.h 202 DebugLoc DbgLoc;
239 DebugLoc getCurDebugLoc() const { return DbgLoc; }
  /external/llvm/include/llvm/IR/
Instruction.h 42 DebugLoc DbgLoc; // 'dbg' Metadata cache.
151 bool hasMetadata() const { return DbgLoc || hasMetadataHashEntry(); }
231 void setDebugLoc(DebugLoc Loc) { DbgLoc = std::move(Loc); }
234 const DebugLoc &getDebugLoc() const { return DbgLoc; }
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
Instruction.h 42 DebugLoc DbgLoc; // 'dbg' Metadata cache.
165 bool hasMetadata() const { return DbgLoc || hasMetadataHashEntry(); }
256 void setDebugLoc(DebugLoc Loc) { DbgLoc = std::move(Loc); }
259 const DebugLoc &getDebugLoc() const { return DbgLoc; }
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Instruction.h 42 DebugLoc DbgLoc; // 'dbg' Metadata cache.
171 bool hasMetadata() const { return DbgLoc || hasMetadataHashEntry(); }
268 void setDebugLoc(DebugLoc Loc) { DbgLoc = std::move(Loc); }
271 const DebugLoc &getDebugLoc() const { return DbgLoc; }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Instruction.h 42 DebugLoc DbgLoc; // 'dbg' Metadata cache.
171 bool hasMetadata() const { return DbgLoc || hasMetadataHashEntry(); }
268 void setDebugLoc(DebugLoc Loc) { DbgLoc = std::move(Loc); }
271 const DebugLoc &getDebugLoc() const { return DbgLoc; }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Instruction.h 42 DebugLoc DbgLoc; // 'dbg' Metadata cache.
171 bool hasMetadata() const { return DbgLoc || hasMetadataHashEntry(); }
268 void setDebugLoc(DebugLoc Loc) { DbgLoc = std::move(Loc); }
271 const DebugLoc &getDebugLoc() const { return DbgLoc; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Instruction.h 42 DebugLoc DbgLoc; // 'dbg' Metadata cache.
171 bool hasMetadata() const { return DbgLoc || hasMetadataHashEntry(); }
268 void setDebugLoc(DebugLoc Loc) { DbgLoc = std::move(Loc); }
271 const DebugLoc &getDebugLoc() const { return DbgLoc; }

Completed in 387 milliseconds

1 2