Searched refs:Plugins (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-10.2-release/contrib/llvm/lib/Support/
H A DPluginLoader.cpp23 static ManagedStatic<std::vector<std::string> > Plugins; variable
33 Plugins->push_back(Filename);
39 return Plugins.isConstructed() ? Plugins->size() : 0;
44 assert(Plugins.isConstructed() && num < Plugins->size() &&
46 return (*Plugins)[num];
/freebsd-10.2-release/lib/clang/liblldbPluginProcessElfCore/
H A DMakefile7 CFLAGS+=-I${.CURDIR}/../../../contrib/llvm/tools/lldb/source/Plugins/Process/POSIX
8 CFLAGS+=-I${.CURDIR}/../../../contrib/llvm/tools/lldb/source/Plugins/Process/Utility
10 SRCDIR= tools/lldb/source/Plugins/Process/elf-core
/freebsd-10.2-release/lib/clang/liblldbPluginProcessFreeBSD/
H A DMakefile8 CFLAGS+=-I${.CURDIR}/../../../contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD
9 CFLAGS+=-I${.CURDIR}/../../../contrib/llvm/tools/lldb/source/Plugins/Process/POSIX
11 SRCDIR= tools/lldb/source/Plugins/Process/FreeBSD
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/
H A DFrontendActions.cpp21 CI.getFrontendOpts().Plugins);
/freebsd-10.2-release/lib/clang/liblldbPluginProcessPOSIX/
H A DMakefile8 CFLAGS+=-I${.CURDIR}/../../../contrib/llvm/tools/lldb/source/Plugins/Process/POSIX
9 CFLAGS+=-I${.CURDIR}/../../../contrib/llvm/tools/lldb/source/Plugins/Process/Utility
10 CFLAGS+=-I${.CURDIR}/../../../contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD
12 SRCDIR= tools/lldb/source/Plugins/Process/POSIX
/freebsd-10.2-release/lib/clang/liblldb/
H A DMakefile7 CFLAGS+=-I${.CURDIR}/../../../contrib/llvm/tools/lldb/source/Plugins/Process/POSIX
/freebsd-10.2-release/lib/clang/liblldbPluginABISysV_x86_64/
H A DMakefile7 SRCDIR= tools/lldb/source/Plugins/ABI/SysV-x86_64
/freebsd-10.2-release/lib/clang/liblldbPluginCXXItaniumABI/
H A DMakefile7 SRCDIR= tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI
/freebsd-10.2-release/lib/clang/liblldbPluginDisassemblerLLVM/
H A DMakefile7 SRCDIR= tools/lldb/source/Plugins/Disassembler/llvm
/freebsd-10.2-release/lib/clang/liblldbPluginDynamicLoaderPosixDYLD/
H A DMakefile7 SRCDIR= tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD
/freebsd-10.2-release/lib/clang/liblldbPluginDynamicLoaderStatic/
H A DMakefile7 SRCDIR= tools/lldb/source/Plugins/DynamicLoader/Static
/freebsd-10.2-release/lib/clang/liblldbPluginInstructionARM/
H A DMakefile7 SRCDIR= tools/lldb/source/Plugins/Instruction/ARM
/freebsd-10.2-release/lib/clang/liblldbPluginObjectContainerBSDArchive/
H A DMakefile7 SRCDIR= tools/lldb/source/Plugins/ObjectContainer/BSD-Archive
/freebsd-10.2-release/lib/clang/liblldbPluginObjectFileELF/
H A DMakefile7 SRCDIR= tools/lldb/source/Plugins/ObjectFile/ELF
/freebsd-10.2-release/lib/clang/liblldbPluginPlatformFreeBSD/
H A DMakefile7 SRCDIR= tools/lldb/source/Plugins/Platform/FreeBSD
/freebsd-10.2-release/lib/clang/liblldbPluginPlatformGDB/
H A DMakefile7 SRCDIR= tools/lldb/source/Plugins/Platform/gdb-server
/freebsd-10.2-release/lib/clang/liblldbPluginSymbolFileSymtab/
H A DMakefile7 SRCDIR= tools/lldb/source/Plugins/SymbolFile/Symtab
/freebsd-10.2-release/lib/clang/liblldbPluginSymbolVendorELF/
H A DMakefile7 SRCDIR= tools/lldb/source/Plugins/SymbolVendor/ELF
/freebsd-10.2-release/lib/clang/liblldbPluginUnwindAssemblyInstEmulation/
H A DMakefile7 SRCDIR= tools/lldb/source/Plugins/UnwindAssembly/InstEmulation
/freebsd-10.2-release/lib/clang/liblldbPluginUnwindAssemblyX86/
H A DMakefile7 SRCDIR= tools/lldb/source/Plugins/UnwindAssembly/x86
/freebsd-10.2-release/lib/clang/liblldbPluginProcessGDBRemote/
H A DMakefile7 SRCDIR= tools/lldb/source/Plugins/Process/gdb-remote
/freebsd-10.2-release/lib/clang/liblldbPluginProcessUtility/
H A DMakefile7 SRCDIR= tools/lldb/source/Plugins/Process/Utility
/freebsd-10.2-release/lib/clang/liblldbPluginSymbolFileDWARF/
H A DMakefile7 SRCDIR= tools/lldb/source/Plugins/SymbolFile/DWARF
/freebsd-10.2-release/lib/clang/liblldbTarget/
H A DMakefile7 CFLAGS+=-I${.CURDIR}/../../../contrib/llvm/tools/lldb/source/Plugins/Process/Utility
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp198 e = Clang->getFrontendOpts().Plugins.size(); i != e; ++i) {
199 const std::string &Path = Clang->getFrontendOpts().Plugins[i];
224 ento::printCheckerHelp(llvm::outs(), Clang->getFrontendOpts().Plugins);

Completed in 85 milliseconds

12