Searched refs:ModuleArch (Results 1 – 12 of 12) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_symbolizer.h | 34 ModuleArch module_arch; 47 void FillModuleInfo(const char *mod_name, uptr mod_offset, ModuleArch arch); 69 ModuleArch module_arch; 101 ModuleArch module_arch; 180 ModuleArch *module_arch);
|
| H A D | sanitizer_symbolizer_libcdep.cpp | 89 ModuleArch arch; in SymbolizePC() 109 ModuleArch arch; in SymbolizeData() 146 ModuleArch arch; in GetModuleNameAndOffsetForPC() 177 ModuleArch *module_arch) { in FindModuleNameAndOffsetForAddress() 436 ModuleArch arch) { in FormatAndSendCommand()
|
| H A D | sanitizer_stacktrace_printer.h | 61 uptr offset, ModuleArch arch,
|
| H A D | sanitizer_mac.h | 26 ModuleArch current_arch;
|
| H A D | sanitizer_procmaps.h | 58 ModuleArch arch;
|
| H A D | sanitizer_common.h | 690 enum ModuleArch { enum 745 inline const char *ModuleArchToString(ModuleArch arch) { in ModuleArchToString() 789 void set(const char *module_name, uptr base_address, ModuleArch arch, 799 ModuleArch arch() const { return arch_; } in arch() 828 ModuleArch arch_;
|
| H A D | sanitizer_symbolizer_internal.h | 147 ModuleArch arch);
|
| H A D | sanitizer_symbolizer.cpp | 36 ModuleArch mod_arch) { in FillModuleInfo()
|
| H A D | sanitizer_stacktrace_printer.cpp | 282 uptr offset, ModuleArch arch, in RenderModuleLocation()
|
| H A D | sanitizer_common.cpp | 136 ModuleArch arch, u8 uuid[kModuleUUIDSize], in set()
|
| H A D | sanitizer_procmaps_mac.cpp | 240 ModuleArch ModuleArchFromCpuType(cpu_type_t cputype, cpu_subtype_t cpusubtype) { in ModuleArchFromCpuType()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | LowerTypeTests.cpp | 1344 static bool isThumbFunction(Function *F, Triple::ArchType ModuleArch) { in isThumbFunction() argument 1357 return ModuleArch == Triple::thumb; in isThumbFunction() 1365 Triple::ArchType ModuleArch) { in selectJumpTableArmEncoding() argument 1366 if (ModuleArch != Triple::arm && ModuleArch != Triple::thumb) in selectJumpTableArmEncoding() 1367 return ModuleArch; in selectJumpTableArmEncoding() 1379 ++(isThumbFunction(F, ModuleArch) ? ThumbCount : ArmCount); in selectJumpTableArmEncoding()
|