Home
last modified time | relevance | path

Searched refs:SourceFileNameIdx (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Remarks/
H A DBitstreamRemarkParser.h62 std::optional<uint64_t> SourceFileNameIdx; member
69 std::optional<uint64_t> SourceFileNameIdx; member
/freebsd/contrib/llvm-project/llvm/lib/Remarks/
H A DBitstreamRemarkParser.cpp113 Parser.SourceFileNameIdx = Record[0]; in parseRecord()
132 Parser.TmpArgs.back().SourceFileNameIdx = Record[2]; in parseRecord()
552 if (Helper.SourceFileNameIdx && Helper.SourceLine && Helper.SourceColumn) { in processRemark()
553 Expected<StringRef> SourceFileName = (*StrTab)[*Helper.SourceFileNameIdx]; in processRemark()
592 if (Arg.SourceFileNameIdx && Arg.SourceLine && Arg.SourceColumn) { in processRemark()
594 (*StrTab)[*Arg.SourceFileNameIdx]) { in processRemark()