Searched refs:mod_name (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/clang/test/Index/Core/ |
| H A D | external-source-symbol-attr.m | 3 #define EXT_DECL(mod_name) __attribute__((external_source_symbol(language="Swift", defined_in=mod_n… 4 #define GEN_DECL(mod_name) __attribute__((external_source_symbol(language="Swift", defined_in=mod_n… 5 #define PUSH_GEN_DECL(mod_name) push(GEN_DECL(mod_name), apply_to=any(enum, objc_interface, objc_ca…
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_symbolizer.cpp | 37 void AddressInfo::FillModuleInfo(const char *mod_name, uptr mod_offset, in FillModuleInfo() argument 39 module = internal_strdup(mod_name); in FillModuleInfo()
|
| H A D | sanitizer_symbolizer.h | 49 void FillModuleInfo(const char *mod_name, uptr mod_offset, ModuleArch arch);
|
| /llvm-project-15.0.7/lldb/third_party/Python/module/unittest2/unittest2/ |
| H A D | loader.py | 272 mod_name = os.path.splitext( 279 (mod_name, module_dir, expected_dir))
|
| /llvm-project-15.0.7/clang/test/Index/ |
| H A D | get-cursor.m | 157 #define GEN_DECL(mod_name) __attribute__((external_source_symbol(language="Swift", defined_in=mod_n…
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.cpp | 4567 std::string mod_name; in LoadModules() local 4573 valid &= modInfo.get_name(mod_name); in LoadModules() 4582 FileSpec file(mod_name); in LoadModules()
|