Searched refs:RemarkLocation (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Remarks/ |
D | Remark.h | 30 struct RemarkLocation { struct 38 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(RemarkLocation, LLVMRemarkDebugLocRef) argument 47 Optional<RemarkLocation> Loc; 83 Optional<RemarkLocation> Loc; 128 inline bool operator==(const RemarkLocation &LHS, const RemarkLocation &RHS) { 134 inline bool operator!=(const RemarkLocation &LHS, const RemarkLocation &RHS) { 138 inline bool operator<(const RemarkLocation &LHS, const RemarkLocation &RHS) {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/ |
D | YAMLRemarkParser.cpp | 244 if (Expected<RemarkLocation> MaybeLoc = parseDebugLoc(RemarkField)) in parseRemark() 320 Expected<RemarkLocation> 360 return RemarkLocation{*File, *Line, *Column}; in parseDebugLoc() 370 Optional<RemarkLocation> Loc; in parseArg() 385 if (Expected<RemarkLocation> MaybeLoc = parseDebugLoc(ArgEntry)) { in parseArg()
|
D | Remark.cpp | 64 if (const Optional<RemarkLocation> &Loc = unwrap(Arg)->Loc) in LLVMRemarkArgGetDebugLoc() 95 if (const Optional<RemarkLocation> &Loc = unwrap(Remark)->Loc) in LLVMRemarkEntryGetDebugLoc()
|
D | YAMLRemarkSerializer.cpp | 24 Optional<RemarkLocation> RL, T FunctionName, in mapRemarkHeader() 76 template <> struct MappingTraits<RemarkLocation> { 77 static void mapping(IO &io, RemarkLocation &RL) { in mapping()
|
D | YAMLRemarkParser.h | 93 Expected<RemarkLocation> parseDebugLoc(yaml::KeyValueNode &Node);
|
D | BitstreamRemarkSerializer.cpp | 280 if (const Optional<RemarkLocation> &Loc = Remark.Loc) { in emitRemarkBlock()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | RemarkStreamer.cpp | 72 static Optional<remarks::RemarkLocation> 79 return remarks::RemarkLocation{File, Line, Col}; in toRemarkLocation()
|