Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/utils/TableGen/
H A DLLDBTableGenBackends.h33 void EmitPropertyDefs(RecordKeeper &RK, raw_ostream &OS);
H A DLLDBTableGen.cpp57 EmitPropertyDefs(Records, OS); in LLDBTableGenMain()
H A DLLDBPropertyDefEmitter.cpp170 void lldb_private::EmitPropertyDefs(RecordKeeper &Records, raw_ostream &OS) { in EmitPropertyDefs() function in lldb_private