Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h585 bool parseDebugRecord(DbgRecord *&DR, PerFunctionState &PFS);
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp6673 if (parseDebugRecord(DR, PFS)) in parseBasicBlock()
6739 bool LLParser::parseDebugRecord(DbgRecord *&DR, PerFunctionState &PFS) { in parseDebugRecord() function in LLParser