Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Support/
H A DDebugCounter.cpp45 DebugCounter::DebugCounter() { applyCLOptions(); } in DebugCounter()
116 void DebugCounter::applyCLOptions() { in applyCLOptions() function in DebugCounter
/llvm-project-15.0.7/mlir/include/mlir/Support/
H A DDebugCounter.h52 void applyCLOptions();
/llvm-project-15.0.7/llvm/tools/llvm-dwarfutil/
H A Dllvm-dwarfutil.cpp422 static Error applyCLOptions(const struct Options &Opts, ObjectFile &InputFile) { in applyCLOptions() function
506 applyCLOptions(Opts, *static_cast<ObjectFile *>((*BinOrErr).get()))) in main()