Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Remarks/
H A DBitstreamRemarkParser.h61 std::optional<uint64_t> FunctionNameIdx; member
/freebsd/contrib/llvm-project/llvm/lib/Remarks/
H A DBitstreamRemarkParser.cpp107 Parser.FunctionNameIdx = Record[3]; in parseRecord()
543 if (!Helper.FunctionNameIdx) in processRemark()
547 if (Expected<StringRef> FunctionName = (*StrTab)[*Helper.FunctionNameIdx]) in processRemark()