Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DFunctionInfo.cpp23 EndOfList = 0u, enumerator
71 case InfoType::EndOfList: in decode()
174 Out.writeU32(InfoType::EndOfList); in encode()
223 case InfoType::EndOfList: in lookup()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp2822 unsigned StartxLength, unsigned EndOfList, in emitRangeList() argument
2905 Asm->OutStreamer->AddComment(StringifyEnum(EndOfList)); in emitRangeList()
2906 Asm->emitInt8(EndOfList); in emitRangeList()