LLVM 19.0.0git
Enumerations
FunctionInfo.cpp File Reference
#include "llvm/DebugInfo/GSYM/FunctionInfo.h"
#include "llvm/DebugInfo/GSYM/FileWriter.h"
#include "llvm/DebugInfo/GSYM/GsymReader.h"
#include "llvm/DebugInfo/GSYM/LineTable.h"
#include "llvm/DebugInfo/GSYM/InlineInfo.h"
#include "llvm/Support/DataExtractor.h"
#include <optional>

Go to the source code of this file.

Enumerations

enum  InfoType : uint32_t { EndOfList = 0u , LineTableInfo = 1u , InlineInfo = 2u }
 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 

Definition at line 22 of file FunctionInfo.cpp.