Searched refs:IMPORT_NAME (Results 1 – 8 of 8) sorted by relevance
/external/llvm/tools/llvm-readobj/ |
D | COFFImportDumper.cpp | 40 case COFF::IMPORT_NAME: outs() << "Name type: name\n"; break; in dumpCOFFImportFile()
|
/external/python/cpython2/Include/ |
D | opcode.h | 115 #define IMPORT_NAME 108 /* Index in name list */ macro
|
/external/python/cpython2/Lib/ |
D | modulefinder.py | 19 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/ |
D | COFF.h | 636 IMPORT_NAME = 1, enumerator
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | COFF.h | 641 IMPORT_NAME = 1, enumerator
|
/external/python/cpython2/Python/ |
D | compile.c | 852 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()
|
D | ceval.c | 2587 TARGET(IMPORT_NAME) in PyEval_EvalFrameEx()
|
/external/python/cpython2/Doc/library/ |
D | dis.rst | 674 .. opcode:: IMPORT_NAME (namei)
|