/external/llvm/lib/IR/ |
D | 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)) {} in DebugLoc() function in DebugLoc 19 DebugLoc::DebugLoc(const MDNode *L) : Loc(const_cast<MDNode *>(L)) {} in DebugLoc() function in DebugLoc 21 DILocation *DebugLoc::get() const { in get() 25 unsigned DebugLoc::getLine() const { in getLine() 26 assert(get() && "Expected valid DebugLoc"); in getLine() 30 unsigned DebugLoc::getCol() const { in getCol() 31 assert(get() && "Expected valid DebugLoc"); in getCol() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | DebugLoc.cpp | 1 //===-- DebugLoc.cpp - Implement DebugLoc class ---------------------------===// 9 #include "llvm/IR/DebugLoc.h" 16 // DebugLoc Implementation 18 DebugLoc::DebugLoc(const DILocation *L) : Loc(const_cast<DILocation *>(L)) {} in DebugLoc() function in DebugLoc 19 DebugLoc::DebugLoc(const MDNode *L) : Loc(const_cast<MDNode *>(L)) {} in DebugLoc() function in DebugLoc 21 DILocation *DebugLoc::get() const { in get() 25 unsigned DebugLoc::getLine() const { in getLine() 26 assert(get() && "Expected valid DebugLoc"); in getLine() 30 unsigned DebugLoc::getCol() const { in getCol() 31 assert(get() && "Expected valid DebugLoc"); in getCol() [all …]
|
/external/llvm-project/llvm/lib/IR/ |
D | DebugLoc.cpp | 1 //===-- DebugLoc.cpp - Implement DebugLoc class ---------------------------===// 9 #include "llvm/IR/DebugLoc.h" 16 // DebugLoc Implementation 18 DebugLoc::DebugLoc(const DILocation *L) : Loc(const_cast<DILocation *>(L)) {} in DebugLoc() function in DebugLoc 19 DebugLoc::DebugLoc(const MDNode *L) : Loc(const_cast<MDNode *>(L)) {} in DebugLoc() function in DebugLoc 21 DILocation *DebugLoc::get() const { in get() 25 unsigned DebugLoc::getLine() const { in getLine() 26 assert(get() && "Expected valid DebugLoc"); in getLine() 30 unsigned DebugLoc::getCol() const { in getCol() 31 assert(get() && "Expected valid DebugLoc"); in getCol() [all …]
|
/external/llvm/include/llvm/IR/ |
D | 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() {} in DebugLoc() function 39 DebugLoc(DebugLoc &&X) : Loc(std::move(X.Loc)) {} in DebugLoc() function 40 DebugLoc(const DebugLoc &X) : Loc(X.Loc) {} in DebugLoc() function 41 DebugLoc &operator=(DebugLoc &&X) { 45 DebugLoc &operator=(const DebugLoc &X) { 51 DebugLoc(const DILocation *L); 59 explicit DebugLoc(const MDNode *N); [all …]
|
D | DiagnosticInfo.h | 20 #include "llvm/IR/DebugLoc.h" 339 /// Common features for diagnostics with an associated DebugLoc 347 const DebugLoc &DLoc) in DiagnosticInfoWithDebugLocBase() 363 const DebugLoc &getDebugLoc() const { return DLoc; } in getDebugLoc() 370 DebugLoc DLoc; 386 const DebugLoc &DLoc, const Twine &Msg) in DiagnosticInfoOptimizationBase() 430 const DebugLoc &DLoc, const Twine &Msg) in DiagnosticInfoOptimizationRemark() 456 const DebugLoc &DLoc, const Twine &Msg) in DiagnosticInfoOptimizationRemarkMissed() 482 const DebugLoc &DLoc, in DiagnosticInfoOptimizationRemarkAnalysis() 502 const DebugLoc &DLoc, in DiagnosticInfoOptimizationRemarkAnalysis() [all …]
|
/external/llvm-project/llvm/test/tools/llvm-opt-report/Inputs/ |
D | dm.yaml | 4 DebugLoc: { File: Inputs/dm.c, Line: 3, Column: 12 } 10 DebugLoc: { File: Inputs/dm.c, Line: 2, Column: 0 } 16 DebugLoc: { File: Inputs/dm.c, Line: 7, Column: 3 } 20 DebugLoc: { File: Inputs/dm.c, Line: 2, Column: 0 } 23 DebugLoc: { File: Inputs/dm.c, Line: 6, Column: 0 } 33 DebugLoc: { File: Inputs/dm.c, Line: 7, Column: 3 } 37 DebugLoc: { File: Inputs/dm.c, Line: 2, Column: 0 } 40 DebugLoc: { File: Inputs/dm.c, Line: 6, Column: 0 } 45 DebugLoc: { File: Inputs/dm.c, Line: 11, Column: 3 } 49 DebugLoc: { File: Inputs/dm.c, Line: 2, Column: 0 } [all …]
|
D | or.yaml | 4 DebugLoc: { File: Inputs/or.c, Line: 2, Column: 14 } 15 DebugLoc: { File: Inputs/or.h, Line: 15, Column: 10 } 26 DebugLoc: { File: Inputs/or.h, Line: 13, Column: 3 } 41 DebugLoc: { File: Inputs/or.h, Line: 13, Column: 3 } 51 DebugLoc: { File: Inputs/or.h, Line: 15, Column: 3 } 66 DebugLoc: { File: Inputs/or.h, Line: 15, Column: 3 } 76 DebugLoc: { File: Inputs/or.h, Line: 15, Column: 17 } 91 DebugLoc: { File: Inputs/or.h, Line: 15, Column: 17 } 101 DebugLoc: { File: Inputs/or.h, Line: 9, Column: 3 } 111 DebugLoc: { File: Inputs/or.c, Line: 20, Column: 10 } [all …]
|
D | q2.yaml | 4 DebugLoc: { File: Inputs/q2.c, Line: 4, Column: 5 } 15 DebugLoc: { File: Inputs/q2.c, Line: 8, Column: 3 } 30 DebugLoc: { File: Inputs/q2.c, Line: 8, Column: 3 } 40 DebugLoc: { File: Inputs/q2.c, Line: 3, Column: 31 } 50 DebugLoc: { File: Inputs/q2.c, Line: 3, Column: 3 } 60 DebugLoc: { File: Inputs/q2.c, Line: 12, Column: 3 } 75 DebugLoc: { File: Inputs/q2.c, Line: 12, Column: 3 } 85 DebugLoc: { File: Inputs/q2.c, Line: 3, Column: 31 } 95 DebugLoc: { File: Inputs/q2.c, Line: 3, Column: 3 } 105 DebugLoc: { File: Inputs/q2.c, Line: 4, Column: 5 } [all …]
|
D | q.yaml | 4 DebugLoc: { File: Inputs/q.c, Line: 4, Column: 5 } 15 DebugLoc: { File: Inputs/q.c, Line: 8, Column: 3 } 30 DebugLoc: { File: Inputs/q.c, Line: 8, Column: 3 } 40 DebugLoc: { File: Inputs/q.c, Line: 3, Column: 3 } 50 DebugLoc: { File: Inputs/q.c, Line: 12, Column: 3 } 65 DebugLoc: { File: Inputs/q.c, Line: 12, Column: 3 } 75 DebugLoc: { File: Inputs/q.c, Line: 3, Column: 3 } 85 DebugLoc: { File: Inputs/q.c, Line: 4, Column: 5 } 94 DebugLoc: { File: Inputs/q.c, Line: 3, Column: 3 }
|
D | q3.yaml | 4 DebugLoc: { File: Inputs/q3.c, Line: 4, Column: 5 } 15 DebugLoc: { File: Inputs/q3.c, Line: 8, Column: 3 } 30 DebugLoc: { File: Inputs/q3.c, Line: 8, Column: 3 } 40 DebugLoc: { File: Inputs/q3.c, Line: 3, Column: 3 } 50 DebugLoc: { File: Inputs/q3.c, Line: 12, Column: 3 } 65 DebugLoc: { File: Inputs/q3.c, Line: 12, Column: 3 } 75 DebugLoc: { File: Inputs/q3.c, Line: 3, Column: 3 } 85 DebugLoc: { File: Inputs/q3.c, Line: 4, Column: 5 } 94 DebugLoc: { File: Inputs/q3.c, Line: 3, Column: 3 }
|
D | qx.yaml | 4 DebugLoc: { File: Inputs/q.cpp, Line: 4, Column: 5 } 15 DebugLoc: { File: Inputs/q.cpp, Line: 8, Column: 3 } 30 DebugLoc: { File: Inputs/q.cpp, Line: 8, Column: 3 } 40 DebugLoc: { File: Inputs/q.cpp, Line: 3, Column: 3 } 50 DebugLoc: { File: Inputs/q.cpp, Line: 12, Column: 3 } 65 DebugLoc: { File: Inputs/q.cpp, Line: 12, Column: 3 } 75 DebugLoc: { File: Inputs/q.cpp, Line: 3, Column: 3 } 85 DebugLoc: { File: Inputs/q.cpp, Line: 4, Column: 5 } 94 DebugLoc: { File: Inputs/q.cpp, Line: 3, Column: 3 }
|
/external/llvm-project/llvm/test/tools/opt-viewer/Inputs/basic/ |
D | or.yaml | 4 DebugLoc: { File: basic/or.c, Line: 2, Column: 14 } 15 DebugLoc: { File: basic/or.h, Line: 15, Column: 10 } 26 DebugLoc: { File: basic/or.h, Line: 13, Column: 3 } 41 DebugLoc: { File: basic/or.h, Line: 13, Column: 3 } 51 DebugLoc: { File: basic/or.h, Line: 15, Column: 3 } 66 DebugLoc: { File: basic/or.h, Line: 15, Column: 3 } 76 DebugLoc: { File: basic/or.h, Line: 15, Column: 17 } 91 DebugLoc: { File: basic/or.h, Line: 15, Column: 17 } 101 DebugLoc: { File: basic/or.h, Line: 9, Column: 3 } 111 DebugLoc: { File: basic/or.c, Line: 20, Column: 10 } [all …]
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | DebugLoc.h | 1 //===- DebugLoc.h - Debug Location Information ------------------*- C++ -*-===// 31 /// To avoid extra includes, \a DebugLoc doubles the \a DILocation API with a 33 class DebugLoc { 37 DebugLoc() = default; 40 DebugLoc(const DILocation *L); 48 explicit DebugLoc(const MDNode *N); 71 /// Create a new DebugLoc. 73 /// Create a new DebugLoc at the specified line/col and scope/inline. This 76 /// If \c !Scope, returns a default-constructed \a DebugLoc. 79 static DebugLoc get(unsigned Line, unsigned Col, const MDNode *Scope, [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | DebugLoc.h | 1 //===- DebugLoc.h - Debug Location Information ------------------*- C++ -*-===// 31 /// To avoid extra includes, \a DebugLoc doubles the \a DILocation API with a 33 class DebugLoc { 37 DebugLoc() = default; 40 DebugLoc(const DILocation *L); 48 explicit DebugLoc(const MDNode *N); 71 /// Create a new DebugLoc. 73 /// Create a new DebugLoc at the specified line/col and scope/inline. This 76 /// If \c !Scope, returns a default-constructed \a DebugLoc. 79 static DebugLoc get(unsigned Line, unsigned Col, const MDNode *Scope, [all …]
|
/external/llvm-project/llvm/test/tools/opt-viewer/Inputs/suppress/ |
D | s.opt.yaml | 4 DebugLoc: 18 DebugLoc: 32 DebugLoc: 46 DebugLoc: 60 DebugLoc: 74 DebugLoc: 81 DebugLoc: 87 DebugLoc: 100 DebugLoc: 109 DebugLoc: [all …]
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | 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-project/llvm/unittests/Remarks/ |
D | YAMLRemarksParsingTest.cpp | 108 "DebugLoc: { File: file.c, Line: 3, Column: 12 }\n" in TEST() 114 " DebugLoc: { File: file.c, Line: 2, Column: 0 }\n" in TEST() 128 " DebugLoc: { File: file.c, Line: 2, Column: 0 }\n" in TEST() 137 "DebugLoc: { File: file.c, Line: 3, Column: 12 }\n" in TEST() 144 "DebugLoc: { Line: 3, Column: 12, File: file.c }\n" in TEST() 151 " DebugLoc: { File: file.c, Line: 2, Column: 0 }\n" in TEST() 212 "DebugLoc: { Line: 3, Column: 12 }\n" in TEST() 214 "DebugLoc node incomplete.")); in TEST() 221 "DebugLoc: { File: file.c, Column: 12 }\n" in TEST() 223 "DebugLoc node incomplete.")); in TEST() [all …]
|
D | YAMLRemarksSerializerTest.cpp | 89 "DebugLoc: { File: path, Line: 3, Column: 4 }\n" in TEST() 95 " DebugLoc: { File: argpath, Line: 6, Column: 7 }\n" in TEST() 123 "DebugLoc: { File: path, Line: 3, Column: 4 }\n" in TEST() 129 " DebugLoc: { File: argpath, Line: 6, Column: 7 }\n" in TEST() 152 "DebugLoc: { File: 3, Line: 3, Column: 4 }\n" in TEST() 158 " DebugLoc: { File: 6, Line: 6, Column: 7 }\n" in TEST() 188 "DebugLoc: { File: 3, Line: 3, Column: 4 }\n" in TEST() 194 " DebugLoc: { File: 6, Line: 6, Column: 7 }\n" in TEST() 229 "DebugLoc: { File: path, Line: 3, Column: 4 }\n" in TEST() 235 " DebugLoc: { File: argpath, Line: 6, Column: 7 }\n" in TEST() [all …]
|
D | RemarksLinkingTest.cpp | 65 "DebugLoc: { File: file.c, Line: 3, Column: 12 }\n" in TEST() 72 "DebugLoc: { File: file.c, Line: 3, Column: 12 }\n" in TEST() 90 "DebugLoc: { File: file.c, Line: 3, Column: 12 }\n" in TEST() 96 "DebugLoc: { File: file.c, Line: 3, Column: 12 }\n" in TEST() 103 "DebugLoc: { File: file.c, Line: 3, Column: 12 }\n" in TEST() 114 "DebugLoc: { File: file.c, Line: 3, Column: 12 }\n" in TEST() 135 "DebugLoc: { File: file.c, Line: 3, Column: 12 }\n" in TEST() 141 "DebugLoc: { File: file.c, Line: 3, Column: 12 }\n" in TEST() 164 "DebugLoc: { File: file.c, Line: 3, Column: 12 }\n" in TEST() 171 "DebugLoc: { File: file.c, Line: 3, Column: 12 }\n" in TEST() [all …]
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86FrameLowering.h | 55 MachineBasicBlock::iterator MBBI, const DebugLoc &DL, 68 const DebugLoc &DL, 141 const DebugLoc &DL, int64_t NumBytes, bool InEpilogue) const; 175 const DebugLoc &DL, const MCCFIInstruction &CFIInst) const; 182 const DebugLoc &DL, bool RestoreSP = false) const; 199 MachineBasicBlock::iterator MBBI, const DebugLoc &DL, 205 const DebugLoc &DL, bool InProlog) const; 209 const DebugLoc &DL, 213 const DebugLoc &DL, bool InProlog) const; 218 const DebugLoc &DL, uint64_t Offset, [all …]
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | SDNodeDbgValue.h | 16 #include "llvm/IR/DebugLoc.h" 50 DebugLoc DL; 60 bool indir, DebugLoc dl, unsigned O) in SDDbgValue() 68 SDDbgValue(DIVariable *Var, DIExpression *Expr, const Value *C, DebugLoc dl, in SDDbgValue() 77 bool IsIndirect, DebugLoc DL, unsigned Order, in SDDbgValue() 116 /// Returns the DebugLoc. 117 DebugLoc getDebugLoc() const { return DL; } in getDebugLoc() 146 DebugLoc DL; 150 SDDbgLabel(MDNode *Label, DebugLoc dl, unsigned O) in SDDbgLabel() 156 /// Returns the DebugLoc. [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SDNodeDbgValue.h | 16 #include "llvm/IR/DebugLoc.h" 50 DebugLoc DL; 60 bool indir, DebugLoc dl, unsigned O) in SDDbgValue() 68 SDDbgValue(DIVariable *Var, DIExpression *Expr, const Value *C, DebugLoc dl, in SDDbgValue() 77 bool IsIndirect, DebugLoc DL, unsigned Order, in SDDbgValue() 116 /// Returns the DebugLoc. 117 DebugLoc getDebugLoc() const { return DL; } in getDebugLoc() 146 DebugLoc DL; 150 SDDbgLabel(MDNode *Label, DebugLoc dl, unsigned O) in SDDbgLabel() 156 /// Returns the DebugLoc. [all …]
|
/external/llvm-project/llvm/tools/opt-viewer/ |
D | optrecord.py | 100 # This handles [{'Caller': ..., 'DebugLoc': { 'File': ... }}] 109 # (('DebugLoc', (('File', ...) ... ))) -> [{'DebugLoc': {'File': ...} ....}] 130 return self.DebugLoc['File'] 134 return int(self.DebugLoc['Line']) 138 return self.DebugLoc['Column'] 154 dl = mapping.get('DebugLoc') 156 del mapping['DebugLoc'] 174 # optionally a DebugLoc. 181 if arg[0][0] == 'DebugLoc': 184 assert(arg[1][0] == 'DebugLoc') [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86FrameLowering.h | 54 MachineBasicBlock::iterator MBBI, const DebugLoc &DL, 63 const DebugLoc &DL) const; 129 const DebugLoc &DL, int64_t NumBytes, bool InEpilogue) const; 163 const DebugLoc &DL, const MCCFIInstruction &CFIInst) const; 170 const DebugLoc &DL, bool RestoreSP = false) const; 185 MachineBasicBlock::iterator MBBI, const DebugLoc &DL, 191 const DebugLoc &DL, bool InProlog) const; 196 const DebugLoc &DL, bool InProlog) const; 200 MachineBasicBlock::iterator MBBI, const DebugLoc &DL, 205 MachineBasicBlock::iterator MBBI, const DebugLoc &DL, [all …]
|
/external/llvm/lib/Target/X86/ |
D | 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,
|