Lines Matching defs:Input
1 //===- Input.h ------------------------------------------------------------===//
10 // Input class inherits MCLDFile, which is used to represent a input file
26 /** \class Input
27 * \brief Input provides the information of a input file.
29 class Input
46 explicit Input(llvm::StringRef pName);
48 Input(llvm::StringRef pName,
51 Input(llvm::StringRef pName,
56 Input(llvm::StringRef pName,
62 ~Input();