Searched refs:IncludeFile (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/contrib/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
/freebsd-10.0-release/contrib/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 *);
/freebsd-10.0-release/sys/contrib/dev/acpica/compiler/
H A Dprutils.c245 FILE *IncludeFile; local
260 IncludeFile = PrOpenIncludeWithPrefix ("", Filename);
261 if (!IncludeFile)
276 IncludeFile = PrOpenIncludeWithPrefix (Gbl_DirectoryPath, Filename);
277 if (IncludeFile)
289 IncludeFile = PrOpenIncludeWithPrefix (NextDir->Dir, Filename);
290 if (IncludeFile)
325 FILE *IncludeFile; local
339 IncludeFile = fopen (Pathname, "r");
340 if (!IncludeFile)
[all...]
H A Daslfiles.c301 FILE *IncludeFile; local
314 IncludeFile = fopen (Pathname, "r");
315 if (!IncludeFile)
324 AslPushInputFileStack (IncludeFile, Pathname);
325 return (IncludeFile);
345 FILE *IncludeFile; local
378 IncludeFile = FlOpenIncludeWithPrefix ("", Op->Asl.Value.String);
379 if (!IncludeFile)
394 IncludeFile = FlOpenIncludeWithPrefix (Gbl_DirectoryPath, Op->Asl.Value.String);
395 if (IncludeFile)
[all...]
/freebsd-10.0-release/lib/clang/libllvmsupport/
H A DMakefile33 IncludeFile.cpp \

Completed in 118 milliseconds