Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DBasicBlock.h102 bool validateDbgValues(bool Assert = true, bool Msg = false,
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DBasicBlock.cpp121 bool BasicBlock::validateDbgValues(bool Assert, bool Msg, raw_ostream *OS) { in validateDbgValues() function in BasicBlock
H A DVerifier.cpp2986 bool RetVal = BB.validateDbgValues(false, true, OS); in visitBasicBlock()