Home
last modified time | relevance | path

Searched defs:ModuleInfo (Results 1 – 16 of 16) sorted by relevance

/external/clang/include/clang/Serialization/
DGlobalModuleIndex.h74 struct ModuleInfo { struct
75 ModuleInfo() : File(), Size(), ModTime() { } in ModuleInfo() function
100 llvm::SmallVector<ModuleInfo, 16> Modules; argument
/external/google-breakpad/src/client/solaris/handler/
Dsolaris_lwp.h64 struct ModuleInfo { struct
78 typedef bool (*ModuleCallback)(const ModuleInfo &module_info, void *context); argument
/external/libchrome/base/debug/
Dactivity_tracker.h804 struct BASE_EXPORT ModuleInfo { struct
810 ModuleInfo& operator=(ModuleInfo&& rhs); argument
811 ModuleInfo& operator=(const ModuleInfo& rhs); argument
814 bool is_loaded = false; // Was the last operation a load or unload?
815 uintptr_t address = 0; // Address of the last load operation.
816 int64_t load_time = 0; // Time of last change; set automatically.
820 size_t size = 0; // The size of the loaded module.
821 uint32_t timestamp = 0; // Opaque "timestamp" for the module.
822 uint32_t age = 0; // Opaque "age" for the module.
823 uint8_t identifier[16]; // Opaque identifier (GUID, etc.) for the module.
[all …]
Dactivity_tracker.cc1075 GlobalActivityTracker::ModuleInfo::ModuleInfo() {} in ModuleInfo() function in base::debug::GlobalActivityTracker::ModuleInfo
/external/ImageMagick/MagickCore/
Dmodule.h59 } ModuleInfo; typedef
/external/v8/src/ast/
Dmodules.h16 class ModuleInfo; variable
/external/python/cpython2/Demo/parser/
Dexample.py106 class ModuleInfo(SuiteInfoBase, SuiteFuncInfo): class
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_win.cc305 struct ModuleInfo { struct
306 const char *filepath;
307 uptr base_address;
308 uptr end_address;
/external/guice/core/src/com/google/inject/spi/
DElements.java148 private static class ModuleInfo { class in Elements
153 private ModuleInfo(Binder binder, ModuleSource moduleSource, boolean skipScanning) { in ModuleInfo() method in Elements.ModuleInfo
/external/python/cpython3/Lib/
Dpkgutil.py22 ModuleInfo = namedtuple('ModuleInfo', 'module_finder name ispkg') variable
/external/llvm/tools/llvm-lto/
Dllvm-lto.cpp164 struct ModuleInfo { struct
165 std::vector<bool> CanBeHidden;
/external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/mako/
Dtemplate.py575 class ModuleInfo(object): class
/external/python/cpython2/Lib/
Dinspect.py421 ModuleInfo = namedtuple('ModuleInfo', 'name suffix mode module_type') variable
/external/clang/lib/Serialization/
DASTWriter.cpp4584 struct ModuleInfo { in WriteASTCore() struct
4585 uint64_t ID; in WriteASTCore()
4586 Module *M; in WriteASTCore()
4587 ModuleInfo(uint64_t ID, Module *M) : ID(ID), M(M) {} in WriteASTCore() function
/external/google-breakpad/src/client/linux/handler/
Dexception_handler_unittest.cc810 TEST(ExceptionHandlerTest, ModuleInfo) { in TEST() argument
/external/v8/src/
Dobjects.h940 class ModuleInfo; variable