Home
last modified time | relevance | path

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/
DRemark.h30 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/
DYAMLRemarkParser.cpp244 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()
DRemark.cpp64 if (const Optional<RemarkLocation> &Loc = unwrap(Arg)->Loc) in LLVMRemarkArgGetDebugLoc()
95 if (const Optional<RemarkLocation> &Loc = unwrap(Remark)->Loc) in LLVMRemarkEntryGetDebugLoc()
DYAMLRemarkSerializer.cpp24 Optional<RemarkLocation> RL, T FunctionName, in mapRemarkHeader()
76 template <> struct MappingTraits<RemarkLocation> {
77 static void mapping(IO &io, RemarkLocation &RL) { in mapping()
DYAMLRemarkParser.h93 Expected<RemarkLocation> parseDebugLoc(yaml::KeyValueNode &Node);
DBitstreamRemarkSerializer.cpp280 if (const Optional<RemarkLocation> &Loc = Remark.Loc) { in emitRemarkBlock()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DRemarkStreamer.cpp72 static Optional<remarks::RemarkLocation>
79 return remarks::RemarkLocation{File, Line, Col}; in toRemarkLocation()