Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/utils/TableGen/
H A DLLDBOptionDefEmitter.cpp178 for (auto &CommandRecordPair : getRecordsByName(Options, "Command")) { in EmitOptionDefs() local
179 emitOptions(CommandRecordPair.first, CommandRecordPair.second, OS); in EmitOptionDefs()