Home
last modified time | relevance | path

Searched refs:mod_name (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/test/Index/Core/
H A Dexternal-source-symbol-attr.m3 #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 Dsanitizer_symbolizer.cpp37 void AddressInfo::FillModuleInfo(const char *mod_name, uptr mod_offset, in FillModuleInfo() argument
39 module = internal_strdup(mod_name); in FillModuleInfo()
H A Dsanitizer_symbolizer.h49 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 Dloader.py272 mod_name = os.path.splitext(
279 (mod_name, module_dir, expected_dir))
/llvm-project-15.0.7/clang/test/Index/
H A Dget-cursor.m157 #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 DProcessGDBRemote.cpp4567 std::string mod_name; in LoadModules() local
4573 valid &= modInfo.get_name(mod_name); in LoadModules()
4582 FileSpec file(mod_name); in LoadModules()