Searched defs:IncludeFile (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Support/
H A DIncludeFile.cpp1 //===- 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*) {} function in class:IncludeFile
/external/llvm/include/llvm/Support/
H A DIncludeFile.h1 //===- 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 { struct in namespace:llvm
74 explicit IncludeFile(const void *);

Completed in 70 milliseconds