Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/utils/TableGen/
DLLDBPropertyDefEmitter.cpp24 static void emitPropertyEnum(Record *Property, raw_ostream &OS) { in emitPropertyEnum() function
151 static void emitPropertyEnum(std::string PropertyName, in emitPropertyEnum() function
164 emitPropertyEnum(R, OS); in emitPropertyEnum()
187 emitPropertyEnum(PropertyRecordPair.first, PropertyRecordPair.second, OS); in EmitPropertyEnumDefs()