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

1 2

  /external/llvm/include/llvm/IR/
DebugLoc.h 1 //===- DebugLoc.h - Debug Location Information ------------------*- C++ -*-===//
32 /// To avoid extra includes, \a DebugLoc doubles the \a DILocation API with a
34 class DebugLoc {
38 DebugLoc() {}
39 DebugLoc(DebugLoc &&X) : Loc(std::move(X.Loc)) {}
40 DebugLoc(const DebugLoc &X) : Loc(X.Loc) {}
41 DebugLoc &operator=(DebugLoc &&X)
    [all...]
  /external/llvm/lib/IR/
DebugLoc.cpp 1 //===-- DebugLoc.cpp - Implement DebugLoc class ---------------------------===//
10 #include "llvm/IR/DebugLoc.h"
16 // DebugLoc Implementation
18 DebugLoc::DebugLoc(const DILocation *L) : Loc(const_cast<DILocation *>(L)) {}
19 DebugLoc::DebugLoc(const MDNode *L) : Loc(const_cast<MDNode *>(L)) {}
21 DILocation *DebugLoc::get() const {
25 unsigned DebugLoc::getLine() const
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
DebugLoc.h 1 //===---- llvm/Support/DebugLoc.h - Debug Location Information --*- C++ -*-===//
24 /// DebugLoc - Debug location id. This is carried by Instruction, SDNode,
27 class DebugLoc {
28 friend struct DenseMapInfo<DebugLoc>;
31 /// not equal to the tombstone key or DebugLoc().
32 static DebugLoc getEmptyKey() {
33 DebugLoc DL;
39 /// is not equal to the empty key or DebugLoc().
40 static DebugLoc getTombstoneKey() {
41 DebugLoc DL
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DebugLoc.h 1 //===- DebugLoc.h - Debug Location Information ------------------*- C++ -*-===//
32 /// To avoid extra includes, \a DebugLoc doubles the \a DILocation API with a
34 class DebugLoc {
38 DebugLoc() = default;
41 DebugLoc(const DILocation *L);
49 explicit DebugLoc(const MDNode *N);
72 /// \brief Create a new DebugLoc.
74 /// Create a new DebugLoc at the specified line/col and scope/inline. This
77 /// If \c !Scope, returns a default-constructed \a DebugLoc.
80 static DebugLoc get(unsigned Line, unsigned Col, const MDNode *Scope
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DebugLoc.h 1 //===- DebugLoc.h - Debug Location Information ------------------*- C++ -*-===//
32 /// To avoid extra includes, \a DebugLoc doubles the \a DILocation API with a
34 class DebugLoc {
38 DebugLoc() = default;
41 DebugLoc(const DILocation *L);
49 explicit DebugLoc(const MDNode *N);
72 /// \brief Create a new DebugLoc.
74 /// Create a new DebugLoc at the specified line/col and scope/inline. This
77 /// If \c !Scope, returns a default-constructed \a DebugLoc.
80 static DebugLoc get(unsigned Line, unsigned Col, const MDNode *Scope
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
DebugLoc.h 1 //===- DebugLoc.h - Debug Location Information ------------------*- C++ -*-===//
32 /// To avoid extra includes, \a DebugLoc doubles the \a DILocation API with a
34 class DebugLoc {
38 DebugLoc() = default;
41 DebugLoc(const DILocation *L);
49 explicit DebugLoc(const MDNode *N);
72 /// \brief Create a new DebugLoc.
74 /// Create a new DebugLoc at the specified line/col and scope/inline. This
77 /// If \c !Scope, returns a default-constructed \a DebugLoc.
80 static DebugLoc get(unsigned Line, unsigned Col, const MDNode *Scope
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
DebugLoc.h 1 //===- DebugLoc.h - Debug Location Information ------------------*- C++ -*-===//
32 /// To avoid extra includes, \a DebugLoc doubles the \a DILocation API with a
34 class DebugLoc {
38 DebugLoc() = default;
41 DebugLoc(const DILocation *L);
49 explicit DebugLoc(const MDNode *N);
72 /// \brief Create a new DebugLoc.
74 /// Create a new DebugLoc at the specified line/col and scope/inline. This
77 /// If \c !Scope, returns a default-constructed \a DebugLoc.
80 static DebugLoc get(unsigned Line, unsigned Col, const MDNode *Scope
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
DebugLoc.h 1 //===- DebugLoc.h - Debug Location Information ------------------*- C++ -*-===//
32 /// To avoid extra includes, \a DebugLoc doubles the \a DILocation API with a
34 class DebugLoc {
38 DebugLoc() = default;
41 DebugLoc(const DILocation *L);
49 explicit DebugLoc(const MDNode *N);
72 /// \brief Create a new DebugLoc.
74 /// Create a new DebugLoc at the specified line/col and scope/inline. This
77 /// If \c !Scope, returns a default-constructed \a DebugLoc.
80 static DebugLoc get(unsigned Line, unsigned Col, const MDNode *Scope
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
DebugLoc.h 1 //===- DebugLoc.h - Debug Location Information ------------------*- C++ -*-===//
32 /// To avoid extra includes, \a DebugLoc doubles the \a DILocation API with a
34 class DebugLoc {
38 DebugLoc() = default;
41 DebugLoc(const DILocation *L);
49 explicit DebugLoc(const MDNode *N);
72 /// \brief Create a new DebugLoc.
74 /// Create a new DebugLoc at the specified line/col and scope/inline. This
77 /// If \c !Scope, returns a default-constructed \a DebugLoc.
80 static DebugLoc get(unsigned Line, unsigned Col, const MDNode *Scope
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
DebugLoc.h 1 //===- DebugLoc.h - Debug Location Information ------------------*- C++ -*-===//
32 /// To avoid extra includes, \a DebugLoc doubles the \a DILocation API with a
34 class DebugLoc {
38 DebugLoc() = default;
41 DebugLoc(const DILocation *L);
49 explicit DebugLoc(const MDNode *N);
72 /// \brief Create a new DebugLoc.
74 /// Create a new DebugLoc at the specified line/col and scope/inline. This
77 /// If \c !Scope, returns a default-constructed \a DebugLoc.
80 static DebugLoc get(unsigned Line, unsigned Col, const MDNode *Scope
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
DebugLoc.h 1 //===- DebugLoc.h - Debug Location Information ------------------*- C++ -*-===//
32 /// To avoid extra includes, \a DebugLoc doubles the \a DILocation API with a
34 class DebugLoc {
38 DebugLoc() = default;
41 DebugLoc(const DILocation *L);
49 explicit DebugLoc(const MDNode *N);
72 /// \brief Create a new DebugLoc.
74 /// Create a new DebugLoc at the specified line/col and scope/inline. This
77 /// If \c !Scope, returns a default-constructed \a DebugLoc.
80 static DebugLoc get(unsigned Line, unsigned Col, const MDNode *Scope
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DebugLoc.h 1 //===- DebugLoc.h - Debug Location Information ------------------*- C++ -*-===//
32 /// To avoid extra includes, \a DebugLoc doubles the \a DILocation API with a
34 class DebugLoc {
38 DebugLoc() = default;
41 DebugLoc(const DILocation *L);
49 explicit DebugLoc(const MDNode *N);
72 /// \brief Create a new DebugLoc.
74 /// Create a new DebugLoc at the specified line/col and scope/inline. This
77 /// If \c !Scope, returns a default-constructed \a DebugLoc.
80 static DebugLoc get(unsigned Line, unsigned Col, const MDNode *Scope
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
DebugLoc.h 1 //===- DebugLoc.h - Debug Location Information ------------------*- C++ -*-===//
32 /// To avoid extra includes, \a DebugLoc doubles the \a DILocation API with a
34 class DebugLoc {
38 DebugLoc() = default;
41 DebugLoc(const DILocation *L);
49 explicit DebugLoc(const MDNode *N);
72 /// \brief Create a new DebugLoc.
74 /// Create a new DebugLoc at the specified line/col and scope/inline. This
77 /// If \c !Scope, returns a default-constructed \a DebugLoc.
80 static DebugLoc get(unsigned Line, unsigned Col, const MDNode *Scope
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
DebugLoc.h 1 //===- DebugLoc.h - Debug Location Information ------------------*- C++ -*-===//
32 /// To avoid extra includes, \a DebugLoc doubles the \a DILocation API with a
34 class DebugLoc {
38 DebugLoc() = default;
41 DebugLoc(const DILocation *L);
49 explicit DebugLoc(const MDNode *N);
72 /// \brief Create a new DebugLoc.
74 /// Create a new DebugLoc at the specified line/col and scope/inline. This
77 /// If \c !Scope, returns a default-constructed \a DebugLoc.
80 static DebugLoc get(unsigned Line, unsigned Col, const MDNode *Scope
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
DebugLoc.h 1 //===- DebugLoc.h - Debug Location Information ------------------*- C++ -*-===//
32 /// To avoid extra includes, \a DebugLoc doubles the \a DILocation API with a
34 class DebugLoc {
38 DebugLoc() = default;
41 DebugLoc(const DILocation *L);
49 explicit DebugLoc(const MDNode *N);
72 /// \brief Create a new DebugLoc.
74 /// Create a new DebugLoc at the specified line/col and scope/inline. This
77 /// If \c !Scope, returns a default-constructed \a DebugLoc.
80 static DebugLoc get(unsigned Line, unsigned Col, const MDNode *Scope
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
DebugLoc.h 1 //===- DebugLoc.h - Debug Location Information ------------------*- C++ -*-===//
32 /// To avoid extra includes, \a DebugLoc doubles the \a DILocation API with a
34 class DebugLoc {
38 DebugLoc() = default;
41 DebugLoc(const DILocation *L);
49 explicit DebugLoc(const MDNode *N);
72 /// \brief Create a new DebugLoc.
74 /// Create a new DebugLoc at the specified line/col and scope/inline. This
77 /// If \c !Scope, returns a default-constructed \a DebugLoc.
80 static DebugLoc get(unsigned Line, unsigned Col, const MDNode *Scope
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
DebugLoc.h 1 //===- DebugLoc.h - Debug Location Information ------------------*- C++ -*-===//
32 /// To avoid extra includes, \a DebugLoc doubles the \a DILocation API with a
34 class DebugLoc {
38 DebugLoc() = default;
41 DebugLoc(const DILocation *L);
49 explicit DebugLoc(const MDNode *N);
72 /// \brief Create a new DebugLoc.
74 /// Create a new DebugLoc at the specified line/col and scope/inline. This
77 /// If \c !Scope, returns a default-constructed \a DebugLoc.
80 static DebugLoc get(unsigned Line, unsigned Col, const MDNode *Scope
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
DebugLoc.h 1 //===- DebugLoc.h - Debug Location Information ------------------*- C++ -*-===//
32 /// To avoid extra includes, \a DebugLoc doubles the \a DILocation API with a
34 class DebugLoc {
38 DebugLoc() = default;
41 DebugLoc(const DILocation *L);
49 explicit DebugLoc(const MDNode *N);
72 /// \brief Create a new DebugLoc.
74 /// Create a new DebugLoc at the specified line/col and scope/inline. This
77 /// If \c !Scope, returns a default-constructed \a DebugLoc.
80 static DebugLoc get(unsigned Line, unsigned Col, const MDNode *Scope
    [all...]
  /external/llvm/lib/CodeGen/
LiveDebugValues.cpp 285 const DILocation *DebugLoc = MI.getDebugLoc();
286 const DILocation *InlinedAt = DebugLoc->getInlinedAt();
287 assert(Var->isValidLocationForIntrinsic(DebugLoc) &&
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
MIRYamlMapping.h 209 StringValue DebugLoc;
216 DebugExpr == Other.DebugExpr && DebugLoc == Other.DebugLoc;
247 YamlIO.mapOptional("di-location", Object.DebugLoc,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
MIRYamlMapping.h 209 StringValue DebugLoc;
216 DebugExpr == Other.DebugExpr && DebugLoc == Other.DebugLoc;
247 YamlIO.mapOptional("di-location", Object.DebugLoc,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
MIRYamlMapping.h 209 StringValue DebugLoc;
216 DebugExpr == Other.DebugExpr && DebugLoc == Other.DebugLoc;
247 YamlIO.mapOptional("di-location", Object.DebugLoc,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
MIRYamlMapping.h 209 StringValue DebugLoc;
216 DebugExpr == Other.DebugExpr && DebugLoc == Other.DebugLoc;
247 YamlIO.mapOptional("di-location", Object.DebugLoc,
  /external/clang/lib/CodeGen/
CGOpenMPRuntime.h 152 llvm::Value *DebugLoc;
    [all...]
  /external/llvm/include/llvm/CodeGen/
MIRYamlMapping.h 198 StringValue DebugLoc;
228 YamlIO.mapOptional("di-location", Object.DebugLoc,

Completed in 322 milliseconds

1 2