Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h513 std::vector<std::string> LoaderReplaceableFunctionNames; variable
604 return llvm::is_contained(LoaderReplaceableFunctionNames, FuncName); in isLoaderReplaceableFunctionName()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td7951 MarshallingInfoStringVector<CodeGenOpts<"LoaderReplaceableFunctionNames">>;