Thanks to visit codestin.com
Credit goes to llvm.org

LLVM 22.0.0git
FunctionInfo.cpp File Reference

Go to the source code of this file.

Enumerations

enum  InfoType : uint32_t {
  EndOfList = 0u , LineTableInfo = 1u , InlineInfo = 2u , MergedFunctionsInfo = 3u ,
  CallSiteInfo = 4u
}
 FunctionInfo information type that is used to encode the optional data that is associated with a FunctionInfo object. More...

Enumeration Type Documentation

◆ InfoType

FunctionInfo information type that is used to encode the optional data that is associated with a FunctionInfo object.

Enumerator
EndOfList 
LineTableInfo 
InlineInfo 
MergedFunctionsInfo 
CallSiteInfo 

Definition at line 22 of file FunctionInfo.cpp.