Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DDebugObjectManagerPlugin.cpp54 Error validateInBounds(StringRef Buffer, const char *Name) const;
81 Error ELFDebugObjectSection<ELFT>::validateInBounds(StringRef Buffer, in validateInBounds() function in llvm::orc::ELFDebugObjectSection
360 if (Error Err = Section->validateInBounds(this->getBuffer(), Name.data())) in recordSection()