OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IncludeFile
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Support/
IncludeFile.cpp
1
//===- lib/Support/
IncludeFile
.cpp - Ensure Linking Of Implementation -----===//
10
// This file implements the
IncludeFile
constructor.
14
#include "llvm/Support/
IncludeFile
.h"
19
// llvm/Support/
IncludeFile
.h header for details.
20
IncludeFile
::
IncludeFile
(const void*) {}
/external/llvm/include/llvm/Support/
IncludeFile.h
1
//===- llvm/Support/
IncludeFile
.h - Ensure Linking Of Library ---*- C++ -*-===//
18
/// This macro is the public interface that
IncludeFile
.h exports. This gives
22
///
IncludeFile
class directly.
43
static const
IncludeFile
name ## LinkObj ( &name ## LinkVar ); \
71
/// <tt>static
IncludeFile
LinkMyModule(&LinkMyCodeStub);</tt><br/>
73
struct
IncludeFile
{
74
explicit
IncludeFile
(const void *);
Completed in 82 milliseconds