Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DExtractAPIConsumer.cpp416 auto ProductName = CI.getFrontendOpts().ProductName; in CreateASTConsumer() local
424 OS = createAdditionalSymbolGraphFile(CI, ProductName); in CreateASTConsumer()
433 CI.getFrontendOpts().Inputs.back().getKind().getLanguage(), ProductName); in CreateASTConsumer()
531 ProductName = CI.getFrontendOpts().ProductName; in CreateASTConsumer()
539 CI.getFrontendOpts().Inputs.back().getKind().getLanguage(), ProductName); in CreateASTConsumer()
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DExtractAPIActionBase.h38 std::string ProductName; variable
H A DAPI.h1434 const std::string &ProductName) in APISet() argument
1435 : Target(Target), Lang(Lang), ProductName(ProductName) {} in APISet()
1462 const std::string ProductName;
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.cpp1052 Serializer.serializeGraphToStream(OS, Options, API.ProductName, in serializeMainSymbolGraph()
1067 Serializer.serializeGraphToStream(MainOutput, Options, API.ProductName, in serializeWithExtensionGraphs()
1072 CreateOutputStream(ExtensionSGF.getKey() + "@" + API.ProductName)) in serializeWithExtensionGraphs()
1097 Serializer.serializeGraph(API.ProductName, in serializeSingleSymbolSGF()
1122 RelatedSymbol["moduleName"] = API.ProductName; in serializeSingleSymbolSGF()
/freebsd/contrib/libpcap/
H A Dpcap-dll.rc28 VALUE "ProductName", "libpcap"
/freebsd/contrib/libpcap/rpcapd/
H A Drpcapd.rc31 VALUE "ProductName", PACKAGE_NAME
/freebsd/sys/contrib/libsodium/builds/msvc/
H A Dresource.rc52 VALUE "ProductName", LIBSODIUM_PRODUCT_NAME
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dlibomp.rc.var45 VALUE "ProductName", "LLVM* OpenMP* Runtime Library\0"
/freebsd/contrib/sqlite3/
H A Dsqlite3.rc74 VALUE "ProductName", "SQLite"
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendOptions.h524 std::string ProductName; variable
/freebsd/sys/dev/mpi3mr/mpi/
H A Dmpi30_cnfg.h360 U8 ProductName[256]; /* 0xC0 */ member
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td1550 MarshallingInfoString<FrontendOpts<"ProductName">>;