Home
last modified time | relevance | path

Searched refs:ModuleLocation (Results 1 – 2 of 2) sorted by relevance

/external/compiler-rt/lib/ubsan/
Dubsan_diag.h22 class ModuleLocation {
27 ModuleLocation() : ModuleName(0), Offset(0) {} in ModuleLocation() function
28 ModuleLocation(const char *ModuleName, uptr Offset) in ModuleLocation() function
47 ModuleLocation ModuleLoc;
54 Location(ModuleLocation Loc) : in Location()
69 ModuleLocation getModuleLocation() const { in getModuleLocation()
Dubsan_diag.cc74 return ModuleLocation(Info.module, Info.module_offset); in getFunctionLocation()