|
|
|
@ -49,9 +49,11 @@ struct Parser |
|
|
|
ParserResult^ ParseHeader(const std::string& File); |
|
|
|
ParserResult^ ParseHeader(const std::string& File); |
|
|
|
ParserResult^ ParseLibrary(const std::string& File); |
|
|
|
ParserResult^ ParseLibrary(const std::string& File); |
|
|
|
ParserResultKind ParseArchive(llvm::StringRef File, |
|
|
|
ParserResultKind ParseArchive(llvm::StringRef File, |
|
|
|
llvm::MemoryBuffer *Buffer); |
|
|
|
llvm::MemoryBuffer *Buffer, |
|
|
|
|
|
|
|
CppSharp::AST::NativeLibrary^ NativeLib); |
|
|
|
ParserResultKind ParseSharedLib(llvm::StringRef File, |
|
|
|
ParserResultKind ParseSharedLib(llvm::StringRef File, |
|
|
|
llvm::MemoryBuffer *Buffer); |
|
|
|
llvm::MemoryBuffer *Buffer, |
|
|
|
|
|
|
|
CppSharp::AST::NativeLibrary^ NativeLib); |
|
|
|
|
|
|
|
|
|
|
|
protected: |
|
|
|
protected: |
|
|
|
|
|
|
|
|
|
|
|
|