LLVM: lib/DebugInfo/GSYM/FunctionInfo.cpp File Reference (original) (raw)

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...

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.