Home
last modified time | relevance | path

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

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