Home
last modified time | relevance | path

Searched refs:validateImpl (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lld/lib/Core/
H A DLinkingContext.cpp23 return validateImpl(); in validate()
/freebsd-13.1/contrib/llvm-project/lld/include/lld/Core/
H A DLinkingContext.h251 virtual bool validateImpl() = 0;
/freebsd-13.1/contrib/llvm-project/lld/include/lld/ReaderWriter/
H A DMachOLinkingContext.h91 bool validateImpl() override;
/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachOLinkingContext.cpp589 bool MachOLinkingContext::validateImpl() { in validateImpl() function in lld::MachOLinkingContext