Home
last modified time | relevance | path

Searched defs:ExeName (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileWrapper.cpp136 char ExeName[PATH_MAX+1]; in checkForOProfileProcEntry() local
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DToolRunner.cpp204 ErrorOr<std::string> llvm::FindProgramByName(const std::string &ExeName, in FindProgramByName() argument
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp9214 class ExeName : public ComposableParserImpl<ExeName> { class
9224 ExeName() : m_name( std::make_shared<std::string>( "<executable>" ) ) {} in ExeName() function in Catch::clara::detail::ExeName
9226 explicit ExeName( std::string &ref ) : ExeName() { in ExeName() function in Catch::clara::detail::ExeName
9231 explicit ExeName( LambdaT const& lambda ) : ExeName() { in ExeName() function in Catch::clara::detail::ExeName