Home
last modified time | relevance | path

Searched refs:verifyInput (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.h144 void verifyInput(const DWARFFile &File);
H A DDWARFLinkerImpl.cpp133 verifyInput(Context->InputDWARFFile); in link()
227 void DWARFLinkerImpl::verifyInput(const DWARFFile &File) { in verifyInput() function in DWARFLinkerImpl
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSampleProfileInference.cpp1221 void verifyInput(const FlowFunction &Func) { in verifyInput() function
1343 verifyInput(Func); in applyFlowInference()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinker.h380 void verifyInput(const DWARFFile &File);
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp2719 verifyInput(OptContext.File); in link()
3031 void DWARFLinker::verifyInput(const DWARFFile &File) { in verifyInput() function in llvm::DWARFLinker