Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-readobj/
DCOFFImportDumper.cpp40 case COFF::IMPORT_NAME: outs() << "Name type: name\n"; break; in dumpCOFFImportFile()
/external/python/cpython2/Include/
Dopcode.h115 #define IMPORT_NAME 108 /* Index in name list */ macro
/external/python/cpython2/Lib/
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/
DCOFF.h636 IMPORT_NAME = 1, enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DCOFF.h641 IMPORT_NAME = 1, enumerator
/external/python/cpython2/Python/
Dcompile.c852 case IMPORT_NAME: in opcode_stack_effect()
1929 ADDOP_NAME(c, IMPORT_NAME, alias->name, names); in compiler_import()
2006 ADDOP_NAME(c, IMPORT_NAME, s->v.ImportFrom.module, names); in compiler_from_import()
2009 ADDOP_NAME(c, IMPORT_NAME, empty_string, names); in compiler_from_import()
Dceval.c2587 TARGET(IMPORT_NAME) in PyEval_EvalFrameEx()
/external/python/cpython2/Doc/library/
Ddis.rst674 .. opcode:: IMPORT_NAME (namei)