LLVM 19.0.0git
Public Member Functions | List of all members
llvm::jitlink::COFFDirectiveParser Class Reference

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

#include "ExecutionEngine/JITLink/COFFDirectiveParser.h"

Public Member Functions

Expected< opt::InputArgListparse (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)

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