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

  /external/llvm/include/llvm/
Linker.h 191 std::string ProgramName; ///< Name of the program being linked
  /external/mdnsresponder/mDNSPosix/
Client.c 35 mDNSexport const char ProgramName[] = "mDNSClientPosix";
37 static const char *gProgramName = ProgramName;
ProxyResponder.c 41 mDNSexport const char ProgramName[] = "mDNSProxyResponderPosix";
Identify.c 65 mDNSexport const char ProgramName[] = "mDNSIdentify";
Responder.c 51 mDNSexport const char ProgramName[] = "mDNSResponderPosix";
53 static const char *gProgramName = ProgramName;
NetMonitor.c 126 mDNSexport const char ProgramName[] = "mDNSNetMonitor";
    [all...]
  /external/llvm/tools/llvm-rtdyld/
llvm-rtdyld.cpp 108 static const char *ProgramName;
111 errs() << ProgramName << ": " << Type << ": " << Msg << "\n";
239 ProgramName = argv[0];
  /external/llvm/tools/macho-dump/
macho-dump.cpp 35 static const char *ProgramName;
38 errs() << ProgramName << ": " << Type << ": " << Msg << "\n";
431 ProgramName = argv[0];
  /external/llvm/lib/Support/
CommandLine.cpp 79 static char ProgramName[80] = "<premain>";
132 errs() << ProgramName << ": CommandLine Error: Argument '"
552 memcpy(ProgramName, ProgName.data(), Len);
553 ProgramName[Len] = '\0';
701 errs() << ProgramName << ": Unknown command line argument '"
706 errs() << ProgramName << ": Did you mean '-"
729 errs() << ProgramName
737 errs() << ProgramName
858 errs() << ProgramName << ": for the -" << ArgName;
    [all...]
  /external/mdnsresponder/mDNSShared/
dnsextd.c 66 mDNSexport const char ProgramName[] = "dnsextd";
    [all...]
uds_daemon.c 252 mDNSexport const char ProgramName[] = "mDNSResponder";
    [all...]

Completed in 312 milliseconds