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

/frameworks/compile/mclinker/lib/MC/
H A DMCLDFile.cpp1 //===- MCLDFile.cpp -------------------------------------------------------===//
9 #include "mcld/MC/MCLDFile.h"
19 // MCLDFile
20 MCLDFile::MCLDFile() function in class:MCLDFile
24 MCLDFile::MCLDFile(llvm::StringRef pName) function in class:MCLDFile
28 MCLDFile::MCLDFile(llvm::StringRef pName, function in class:MCLDFile
34 MCLDFile
[all...]
/frameworks/compile/mclinker/include/mcld/MC/
H A DMCLDFile.h1 //===- MCLDFile.h ---------------------------------------------------------===//
10 // MCLDFile represents a file, the content of the file is stored in LDContext.
35 /** \class MCLDFile
36 * \brief MCLDFile represents the file being linked or produced.
38 * MCLDFile is the storage of name, path and type
39 * A MCLDFile just refers to LDContext, not owns it.
43 class MCLDFile : private Uncopyable class in namespace:mcld
58 MCLDFile();
59 MCLDFile(llvm::StringRef pName);
60 MCLDFile(llv
[all...]

Completed in 145 milliseconds