Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-readobj/
DCOFFImportDumper.cpp40 case COFF::IMPORT_NAME: outs() << "Name type: name\n"; break; in dumpCOFFImportFile()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DCOFFImportDumper.cpp40 case COFF::IMPORT_NAME: in dumpCOFFImportFile()
/external/python/cpython2/Include/
Dopcode.h115 #define IMPORT_NAME 108 /* Index in name list */ macro
/external/python/cpython3/Include/
Dopcode.h86 #define IMPORT_NAME 108 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/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DCOFFImportFile.cpp102 return IMPORT_NAME; in getNameType()
107 return IMPORT_NAME; in getNameType()
/external/python/cpython3/Lib/
Dmodulefinder.py16 IMPORT_NAME = dis.opmap['IMPORT_NAME'] variable
350 if (op == IMPORT_NAME and i >= 2
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DCOFF.h641 IMPORT_NAME = 1, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DCOFF.h689 IMPORT_NAME = 1, enumerator
/external/llvm/include/llvm/Support/
DCOFF.h636 IMPORT_NAME = 1, enumerator
/external/python/cpython2/Python/
Dcompile.c852 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()
Dceval.c2599 TARGET(IMPORT_NAME) in PyEval_EvalFrameEx()
/external/python/cpython3/Python/
Dcompile.c1025 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()
Dceval.c2595 TARGET(IMPORT_NAME) { in _PyEval_EvalFrameDefault()
/external/python/cpython2/Doc/library/
Ddis.rst674 .. opcode:: IMPORT_NAME (namei)
/external/python/cpython3/Doc/library/
Ddis.rst921 .. opcode:: IMPORT_NAME (namei)