LLVM 20.0.0git
|
#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 , MergedFunctionsInfo = 3u } |
FunctionInfo information type that is used to encode the optional data that is associated with a FunctionInfo object. More... | |
FunctionInfo information type that is used to encode the optional data that is associated with a FunctionInfo object.
Enumerator | |
---|---|
EndOfList | |
LineTableInfo | |
InlineInfo | |
MergedFunctionsInfo |
Definition at line 22 of file FunctionInfo.cpp.