HomeSort by relevance Sort by last modified time
    Searched refs:IncludeFile (Results 1 - 3 of 3) 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*) {}
CMakeLists.txt 72 IncludeFile.cpp
  /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 134 milliseconds