HomeSort by relevance Sort by last modified time
    Searched refs:ProgramName (Results 1 - 17 of 17) sorted by null

  /external/llvm/utils/
llvm-native-gcc 11 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/) {
llvm-native-gxx 11 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/llvm/tools/llvm-rtdyld/
llvm-rtdyld.cpp 80 static const char *ProgramName;
83 errs() << ProgramName << ": " << Type << ": " << Msg << "\n";
147 ProgramName = argv[0];
  /external/llvm/lib/Linker/
Linker.cpp 30 ProgramName(progname) { }
38 ProgramName(progname) { }
48 errs() << ProgramName << ": error: " << message << "\n";
56 errs() << ProgramName << ": warning: " << message << "\n";
  /external/mdnsresponder/mDNSShared/
mDNSDebug.c 69 mDNSPlatformWriteLogMsg(ProgramName, buffer, logLevel);
dnsextd.c 66 mDNSexport const char ProgramName[] = "dnsextd";
    [all...]
uds_daemon.c 252 mDNSexport const char ProgramName[] = "mDNSResponder";
    [all...]
  /external/mdnsresponder/mDNSPosix/
Client.c 35 mDNSexport const char ProgramName[] = "mDNSClientPosix";
37 static const char *gProgramName = ProgramName;
Responder.c 51 mDNSexport const char ProgramName[] = "mDNSResponderPosix";
53 static const char *gProgramName = ProgramName;
ProxyResponder.c 41 mDNSexport const char ProgramName[] = "mDNSProxyResponderPosix";
Identify.c 65 mDNSexport const char ProgramName[] = "mDNSIdentify";
NetMonitor.c 126 mDNSexport const char ProgramName[] = "mDNSNetMonitor";
    [all...]
  /external/llvm/include/llvm/
Linker.h 299 std::string ProgramName; ///< Name of the program being linked
  /external/mdnsresponder/mDNSCore/
mDNSDebug.h 142 extern const char ProgramName[];
  /external/llvm/lib/Support/
CommandLine.cpp 79 static char ProgramName[80] = "<premain>";
132 errs() << ProgramName << ": CommandLine Error: Argument '"
554 memcpy(ProgramName, ProgName.data(), Len);
555 ProgramName[Len] = '\0';
703 errs() << ProgramName << ": Unknown command line argument '"
708 errs() << ProgramName << ": Did you mean '-"
731 errs() << ProgramName
739 errs() << ProgramName
862 errs() << ProgramName << ": for the -" << ArgName;
    [all...]
  /external/llvm/tools/macho-dump/
macho-dump.cpp 35 static const char *ProgramName;
38 errs() << ProgramName << ": " << Type << ": " << Msg << "\n";
371 ProgramName = argv[0];
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas     [all...]

Completed in 1952 milliseconds