Searched refs:IMPORT_NAME (Results 1 – 16 of 16) 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/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/ |
D | COFFImportDumper.cpp | 40 case COFF::IMPORT_NAME: in dumpCOFFImportFile()
|
/external/python/cpython2/Include/ |
D | opcode.h | 115 #define IMPORT_NAME 108 /* Index in name list */ macro
|
/external/python/cpython3/Include/ |
D | opcode.h | 86 #define IMPORT_NAME 108 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/swiftshader/third_party/llvm-7.0/llvm/lib/Object/ |
D | COFFImportFile.cpp | 102 return IMPORT_NAME; in getNameType() 107 return IMPORT_NAME; in getNameType()
|
/external/python/cpython3/Lib/ |
D | modulefinder.py | 16 IMPORT_NAME = dis.opmap['IMPORT_NAME'] variable 350 if (op == IMPORT_NAME and i >= 2
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | COFF.h | 641 IMPORT_NAME = 1, enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/ |
D | COFF.h | 689 IMPORT_NAME = 1, enumerator
|
/external/llvm/include/llvm/Support/ |
D | COFF.h | 636 IMPORT_NAME = 1, enumerator
|
/external/python/cpython2/Python/ |
D | compile.c | 852 case IMPORT_NAME: in opcode_stack_effect() 1936 ADDOP_NAME(c, IMPORT_NAME, alias->name, names); in compiler_import() 2009 ADDOP_NAME(c, IMPORT_NAME, s->v.ImportFrom.module, names); in compiler_from_import() 2012 ADDOP_NAME(c, IMPORT_NAME, empty_string, names); in compiler_from_import()
|
D | ceval.c | 2599 TARGET(IMPORT_NAME) in PyEval_EvalFrameEx()
|
/external/python/cpython3/Python/ |
D | compile.c | 1025 case IMPORT_NAME: in stack_effect() 2812 ADDOP_NAME(c, IMPORT_NAME, alias->name, names); in compiler_import() 2878 ADDOP_NAME(c, IMPORT_NAME, s->v.ImportFrom.module, names); in compiler_from_import() 2881 ADDOP_NAME(c, IMPORT_NAME, empty_string, names); in compiler_from_import()
|
D | ceval.c | 2595 TARGET(IMPORT_NAME) { in _PyEval_EvalFrameDefault()
|
/external/python/cpython2/Doc/library/ |
D | dis.rst | 674 .. opcode:: IMPORT_NAME (namei)
|
/external/python/cpython3/Doc/library/ |
D | dis.rst | 921 .. opcode:: IMPORT_NAME (namei)
|