Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-dwarfutil/
H A Dllvm-dwarfutil.cpp181 static Error verifyOutput(const Options &Opts) { in verifyOutput() function
536 if (Error Err = verifyOutput(Opts)) in main()
/openbsd-src/gnu/llvm/llvm/tools/dsymutil/
H A Ddsymutil.cpp461 static bool verifyOutput(StringRef OutputFile, StringRef Arch, bool Verbose) { in verifyOutput() function
757 AllOK.fetch_and(verifyOutput( in main()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSampleProfileInference.cpp1244 void verifyOutput(const FlowFunction &Func) { in verifyOutput() function
1328 verifyOutput(Func); in applyFlowInference()