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

1 2 3 4 5 6 7 8 91011>>

  /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/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/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/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-3957855/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-3960126/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-3977809/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-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-3957855/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-3960126/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-3977809/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-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...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
DebugLoc.cpp 1 //===-- DebugLoc.cpp - Implement DebugLoc class ---------------------------===//
10 #include "llvm/Support/DebugLoc.h"
16 // DebugLoc Implementation
19 MDNode *DebugLoc::getScope(const LLVMContext &Ctx) const {
36 MDNode *DebugLoc::getInlinedAt(const LLVMContext &Ctx) const {
48 void DebugLoc::getScopeAndInlinedAt(MDNode *&Scope, MDNode *&IA,
73 DebugLoc DebugLoc::get(unsigned Line, unsigned Col,
75 DebugLoc Result
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetSelectionDAGInfo.h 57 EmitTargetCodeForMemcpy(SelectionDAG &DAG, DebugLoc dl,
74 EmitTargetCodeForMemmove(SelectionDAG &DAG, DebugLoc dl,
90 EmitTargetCodeForMemset(SelectionDAG &DAG, DebugLoc dl,
  /external/swiftshader/third_party/LLVM/lib/Target/PTX/
PTXSelectionDAGInfo.h 33 SDValue EmitTargetCodeForMemcpy(SelectionDAG &DAG, DebugLoc dl,
42 SDValue EmitTargetCodeForMemset(SelectionDAG &DAG, DebugLoc dl,
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86SelectionDAGInfo.h 37 SDValue EmitTargetCodeForMemset(SelectionDAG &DAG, DebugLoc dl,
45 SDValue EmitTargetCodeForMemcpy(SelectionDAG &DAG, DebugLoc dl,
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
SelectionDAG.h 352 SDValue getGlobalAddress(const GlobalValue *GV, DebugLoc DL, EVT VT,
355 SDValue getTargetGlobalAddress(const GlobalValue *GV, DebugLoc DL, EVT VT,
388 SDValue getBasicBlock(MachineBasicBlock *MBB, DebugLoc dl);
390 SDValue getExternalSymbol(const char *Sym, DebugLoc dl, EVT VT);
395 SDValue getEHLabel(DebugLoc dl, SDValue Root, MCSymbol *Label);
399 SDValue getCopyToReg(SDValue Chain, DebugLoc dl, unsigned Reg, SDValue N) {
407 SDValue getCopyToReg(SDValue Chain, DebugLoc dl, unsigned Reg, SDValue N,
415 SDValue getCopyToReg(SDValue Chain, DebugLoc dl, SDValue Reg, SDValue N,
422 SDValue getCopyFromReg(SDValue Chain, DebugLoc dl, unsigned Reg, EVT VT) {
431 SDValue getCopyFromReg(SDValue Chain, DebugLoc dl, unsigned Reg, EVT VT
    [all...]
  /external/llvm/lib/Target/X86/
X86FrameLowering.h 56 const DebugLoc &DL, bool InProlog) const;
64 const DebugLoc &DL) const;
169 const DebugLoc &DL, const MCCFIInstruction &CFIInst) const;
176 const DebugLoc &DL, bool RestoreSP = false) const;
184 const DebugLoc &DL, bool InProlog) const;
190 const DebugLoc &DL, bool InProlog) const;
196 const DebugLoc &DL,
201 MachineBasicBlock::iterator MBBI, const DebugLoc &DL,
206 MachineBasicBlock::iterator MBBI, const DebugLoc &DL,
212 const DebugLoc &DL, int64_t Offset
    [all...]
  /external/clang/lib/CodeGen/
CGLoopInfo.h 21 #include "llvm/IR/DebugLoc.h"
71 llvm::DebugLoc Location);
104 llvm::DebugLoc Location = llvm::DebugLoc());
110 llvm::DebugLoc Location = llvm::DebugLoc());
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SDNodeDbgValue.h 18 #include "llvm/Support/DebugLoc.h"
49 DebugLoc DL;
54 SDDbgValue(MDNode *mdP, SDNode *N, unsigned R, uint64_t off, DebugLoc dl,
63 SDDbgValue(MDNode *mdP, const Value *C, uint64_t off, DebugLoc dl,
71 SDDbgValue(MDNode *mdP, unsigned FI, uint64_t off, DebugLoc dl, unsigned O) :
98 // Returns the DebugLoc.
99 DebugLoc getDebugLoc() { return DL; }
  /external/llvm/lib/Target/BPF/
BPFInstrInfo.h 34 const DebugLoc &DL, unsigned DestReg, unsigned SrcReg,
55 const DebugLoc &DL) const override;
  /external/llvm/lib/Target/NVPTX/
NVPTXInstrInfo.h 53 const DebugLoc &DL, unsigned DestReg, unsigned SrcReg,
69 const DebugLoc &DL) const override;
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyInstrInfo.h 41 const DebugLoc &DL, unsigned DestReg, unsigned SrcReg,
54 const DebugLoc &DL) const override;
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMSelectionDAGInfo.h 48 SDValue EmitTargetCodeForMemcpy(SelectionDAG &DAG, DebugLoc dl,
58 SDValue EmitTargetCodeForMemset(SelectionDAG &DAG, DebugLoc dl,
  /external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
BlackfinRegisterInfo.h 64 DebugLoc DL,
70 DebugLoc DL,

Completed in 2132 milliseconds

1 2 3 4 5 6 7 8 91011>>