HomeSort by: relevance | last modified time | path
    Searched refs:ArchitectureName (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
llvm-objdump.h 137 StringRef ArchitectureName = StringRef(),
141 StringRef ArchitectureName, bool DumpDynamic);
145 StringRef ArchitectureName = "");
llvm-objdump.cpp 309 StringRef ArchitectureName) {
317 if (!ArchitectureName.empty())
318 errs() << " (for architecture " << ArchitectureName << ")";
1835 StringRef ArchitectureName, bool DumpDynamic) {
1847 printSymbol(O, *I, FileName, ArchiveName, ArchitectureName, DumpDynamic);
1862 printSymbol(O, *I, FileName, ArchiveName, ArchitectureName, DumpDynamic);
1867 StringRef ArchitectureName, bool DumpDynamic) {
1870 ArchitectureName);
1874 unwrapOrError(Symbol.getType(), FileName, ArchiveName, ArchitectureName);
1876 unwrapOrError(Symbol.getFlags(), FileName, ArchiveName, ArchitectureName);
    [all...]
MachODump.cpp 1893 StringRef ArchitectureName = StringRef()) {
1905 if (!ArchitectureName.empty())
1906 outs() << " (architecture " << ArchitectureName << ")";
1927 reportError(std::move(Err), FileName, ArchiveName, ArchitectureName);
1974 printSymbolTable(MachOOF, ArchiveName, ArchitectureName);
2205 StringRef ArchitectureName = StringRef()) {
2210 Filename, ArchitectureName);
2230 Filename, ArchitectureName),
2232 Filename, ArchitectureName),
2235 ArchitectureName));
    [all...]
  /src/external/apache2/llvm/dist/llvm/tools/llvm-nm/
llvm-nm.cpp 262 StringRef ArchitectureName = StringRef()) {
276 if (!ArchitectureName.empty())
277 errs() << " (for architecture " << ArchitectureName << ")";
291 StringRef ArchitectureName = StringRef()) {
295 if (!ArchitectureName.empty())
296 errs() << " (for architecture " << ArchitectureName << ")";
740 StringRef ArchitectureName) {
741 if (!ArchitectureName.empty())
742 S << "(for architecture " << ArchitectureName << "):";
754 StringRef ArchitectureName) {
    [all...]
  /src/external/apache2/llvm/dist/llvm/tools/llvm-size/
llvm-size.cpp 119 StringRef ArchitectureName = StringRef()) {
133 if (!ArchitectureName.empty())
134 errs() << " (for architecture " << ArchitectureName << ") ";
147 StringRef ArchitectureName = StringRef()) {
151 if (!ArchitectureName.empty())
152 errs() << " (for architecture " << ArchitectureName << ") ";
  /src/external/apache2/llvm/dist/llvm/tools/llvm-libtool-darwin/
llvm-libtool-darwin.cpp 179 static Error validateArchitectureName(StringRef ArchitectureName) {
180 if (!MachOObjectFile::isValidArch(ArchitectureName)) {
189 ArchitectureName.str().c_str(), OS.str().c_str());
  /src/external/apache2/llvm/dist/llvm/tools/llvm-lipo/
llvm-lipo.cpp 137 static void validateArchitectureName(StringRef ArchitectureName) {
138 if (!MachOObjectFile::isValidArch(ArchitectureName)) {
141 OS << "Invalid architecture: " << ArchitectureName

Completed in 21 milliseconds