Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DDebugObjectManagerPlugin.cpp59 Error validateInBounds(StringRef Buffer, const char *Name) const;
73 Error ELFDebugObjectSection<ELFT>::validateInBounds(StringRef Buffer, in validateInBounds() function in llvm::orc::ELFDebugObjectSection
358 if (Error Err = Section->validateInBounds(this->getBuffer(), Name.data())) in recordSection()