Home
last modified time | relevance | path

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

/external/llvm/utils/
Dllvm-native-gcc11 chomp ($ProgramName = `basename $0`);
23 if ($ProgramName =~ /llvm-native-gcc/) {
56 if ($ProgramName =~ /llvm-native-gcc/) {
58 } elsif ($ProgramName =~ /native-build/) {
66 && (($ProgramName !~ /native-build/)
72 if ($ProgramName =~ /llvm-native-gcc/) {
74 } elsif ($ProgramName =~ /native-build/) {
166 if ($ProgramName eq /native-build/) {
169 } elsif ($ProgramName =~ /llvm-native-gcc/) {
Dllvm-native-gxx11 chomp ($ProgramName = `basename $0`);
23 if ($ProgramName =~ /llvm-native-gxx/) {
56 if ($ProgramName =~ /llvm-native-gxx/) {
58 } elsif ($ProgramName =~ /native-build/) {
66 && (($ProgramName !~ /native-build/)
72 if ($ProgramName =~ /llvm-native-gxx/) {
74 } elsif ($ProgramName =~ /native-build/) {
166 if ($ProgramName eq /native-build/) {
169 } elsif ($ProgramName =~ /llvm-native-gxx/) {
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas1279 procedure Rollback(const ProgramName: String;
1285 procedure DeleteProgram(const ProgramName: String); overload;
1289 procedure InsertAfter(const ProgramName: String; const T: IToken;
1291 procedure InsertAfter(const ProgramName: String; const Index: Integer;
1295 procedure InsertAfter(const ProgramName: String; const T: IToken;
1297 procedure InsertAfter(const ProgramName: String; const Index: Integer;
1302 procedure InsertBefore(const ProgramName: String; const T: IToken;
1304 procedure InsertBefore(const ProgramName: String; const Index: Integer;
1308 procedure InsertBefore(const ProgramName: String; const T: IToken;
1310 procedure InsertBefore(const ProgramName: String; const Index: Integer;
[all …]
/external/llvm/lib/Linker/
DLinker.cpp30 ProgramName(progname) { } in Linker()
38 ProgramName(progname) { } in Linker()
48 errs() << ProgramName << ": error: " << message << "\n"; in error()
56 errs() << ProgramName << ": warning: " << message << "\n"; in warning()
/external/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp99 static const char *ProgramName; variable
102 errs() << ProgramName << ": " << Type << ": " << Msg << "\n"; in Message()
168 ProgramName = argv[0]; in main()
/external/mdnsresponder/mDNSPosix/
DClient.c35 mDNSexport const char ProgramName[] = "mDNSClientPosix"; variable
37 static const char *gProgramName = ProgramName;
DResponder.c51 mDNSexport const char ProgramName[] = "mDNSResponderPosix"; variable
53 static const char *gProgramName = ProgramName;
DProxyResponder.c41 mDNSexport const char ProgramName[] = "mDNSProxyResponderPosix"; variable
DIdentify.c65 mDNSexport const char ProgramName[] = "mDNSIdentify"; variable
DNetMonitor.c126 mDNSexport const char ProgramName[] = "mDNSNetMonitor"; variable
/external/llvm/lib/Support/
DCommandLine.cpp79 static char ProgramName[80] = "<premain>"; variable
132 errs() << ProgramName << ": CommandLine Error: Argument '" in GetOptionInfo()
554 memcpy(ProgramName, ProgName.data(), Len); in ParseCommandLineOptions()
555 ProgramName[Len] = '\0'; in ParseCommandLineOptions()
703 errs() << ProgramName << ": Unknown command line argument '" in ParseCommandLineOptions()
708 errs() << ProgramName << ": Did you mean '-" in ParseCommandLineOptions()
731 errs() << ProgramName in ParseCommandLineOptions()
739 errs() << ProgramName in ParseCommandLineOptions()
862 errs() << ProgramName << ": for the -" << ArgName; in error()
1253 outs() << "USAGE: " << ProgramName << " [options]"; in operator =()
/external/mdnsresponder/mDNSShared/
DmDNSDebug.c69 mDNSPlatformWriteLogMsg(ProgramName, buffer, logLevel); in LogMsgWithLevelv()
Ddnsextd.c66 mDNSexport const char ProgramName[] = "dnsextd"; variable
Duds_daemon.c252 mDNSexport const char ProgramName[] = "mDNSResponder"; variable
/external/llvm/tools/macho-dump/
Dmacho-dump.cpp35 static const char *ProgramName; variable
38 errs() << ProgramName << ": " << Type << ": " << Msg << "\n"; in Message()
403 ProgramName = argv[0]; in main()
/external/mdnsresponder/mDNSCore/
DmDNSDebug.h142 extern const char ProgramName[];
/external/llvm/include/llvm/
DLinker.h299 std::string ProgramName; ///< Name of the program being linked variable