OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dragonfly
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
DragonFly.h
1
//===---
DragonFly
.h -
DragonFly
ToolChain Implementations ------*- C++ -*-===//
19
///
dragonfly
-- Directly call GNU Binutils assembler and linker
20
namespace
dragonfly
{
namespace in namespace:clang::driver::tools
24
: Tool("
dragonfly
::Assembler", "assembler", TC) {}
36
Linker(const ToolChain &TC) : Tool("
dragonfly
::Linker", "linker", TC) {}
46
} // end namespace
dragonfly
51
class LLVM_LIBRARY_VISIBILITY
DragonFly
: public Generic_ELF {
53
DragonFly
(const Driver &D, const llvm::Triple &Triple,
Completed in 14 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026