Searched refs:IMPORT_NAME (Results 1 - 8 of 8) sorted by relevance

/external/llvm/tools/llvm-readobj/
H A DCOFFImportDumper.cpp40 case COFF::IMPORT_NAME: outs() << "Name type: name\n"; break;
/external/python/cpython2/Include/
H A Dopcode.h115 #define IMPORT_NAME 108 /* Index in name list */ macro
/external/python/cpython2/Lib/
H A Dmodulefinder.py19 IMPORT_NAME = dis.opmap['IMPORT_NAME'] variable
372 if (op == IMPORT_NAME and i >= 1
389 if (op == IMPORT_NAME and i >= 2
/external/llvm/include/llvm/Support/
H A DCOFF.h636 IMPORT_NAME = 1, enumerator in enum:llvm::COFF::ImportNameType
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DCOFF.h641 IMPORT_NAME = 1, enumerator in enum:llvm::COFF::ImportNameType
/external/python/cpython2/Python/
H A Dcompile.c852 case IMPORT_NAME:
1874 /* The IMPORT_NAME opcode was already generated. This function
1929 ADDOP_NAME(c, IMPORT_NAME, alias->name, names);
2006 ADDOP_NAME(c, IMPORT_NAME, s->v.ImportFrom.module, names);
2009 ADDOP_NAME(c, IMPORT_NAME, empty_string, names);
H A Dceval.c2587 TARGET(IMPORT_NAME)
/external/testng/ant/3rdparty/
H A Dcobertura.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sourceforge/ net/sourceforge/cobertura/ net/sourceforge/cobertura/ant/ ...

Completed in 489 milliseconds