LLVM: llvm::jitlink::COFFDirectiveParser Class Reference (original) (raw)

Parser for the MSVC specific preprocessor directives. More...

#include "[ExecutionEngine/JITLink/COFFDirectiveParser.h](COFFDirectiveParser%5F8h%5Fsource.html)"

Public Member Functions
Expected< opt::InputArgList > parse (StringRef Str)

Detailed Description

Parser for the MSVC specific preprocessor directives.

https://docs.microsoft.com/en-us/cpp/preprocessor/comment-c-cpp?view=msvc-160

Definition at line 36 of file COFFDirectiveParser.h.

Member Function Documentation

parse()

Expected< opt::InputArgList > COFFDirectiveParser::parse ( StringRef Str )

Definition at line 50 of file COFFDirectiveParser.cpp.

References llvm::dbgs(), LLVM_DEBUG, llvm::make_error(), optTable, llvm::SmallVectorTemplateBase< T, bool >::push_back(), and llvm:🆑:TokenizeWindowsCommandLineNoCopy().


The documentation for this class was generated from the following files: