Home
last modified time | relevance | path

Searched defs:SourceModule (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDSourceModule.h18 struct SourceModule { struct
20 std::vector<ConstString> path;
21 ConstString search_path;
22 ConstString sysroot;
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Lex/
HDModuleMap.h94 Module *SourceModule = nullptr; variable
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMAsmPrinter.cpp758 if (const Module *SourceModule = MMI->getModule()) { in emitAttributes() local