Home
last modified time | relevance | path

Searched defs:IfDefScope (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/mlir/include/mlir/TableGen/
DCodeGenHelpers.h26 IfDefScope(llvm::StringRef name, llvm::raw_ostream &os) : name(name), os(os) { in IfDefScope() function
/external/llvm-project/llvm/utils/TableGen/
DDirectiveEmitter.cpp26 class IfDefScope { class
28 IfDefScope(StringRef Name, raw_ostream &OS) : Name(Name), OS(OS) { in IfDefScope() function in __anon3a45d1e40111::IfDefScope