Home
last modified time | relevance | path

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

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