LLVM 19.0.0git
Classes | Namespaces | Functions
FunctionInfo.h File Reference
#include "llvm/ADT/SmallString.h"
#include "llvm/DebugInfo/GSYM/ExtractRanges.h"
#include "llvm/DebugInfo/GSYM/InlineInfo.h"
#include "llvm/DebugInfo/GSYM/LineTable.h"
#include "llvm/DebugInfo/GSYM/LookupResult.h"
#include "llvm/DebugInfo/GSYM/StringTable.h"
#include <cstdint>

Go to the source code of this file.

Classes

struct  llvm::gsym::FunctionInfo
 Function information in GSYM files encodes information for one contiguous address range. More...
 

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
 
namespace  llvm::gsym
 

Functions

bool llvm::gsym::operator== (const FunctionInfo &LHS, const FunctionInfo &RHS)
 
bool llvm::gsym::operator!= (const FunctionInfo &LHS, const FunctionInfo &RHS)
 
bool llvm::gsym::operator< (const FunctionInfo &LHS, const FunctionInfo &RHS)
 This sorting will order things consistently by address range first, but then followed by increasing levels of debug info like inline information and line tables.
 
raw_ostreamllvm::gsym::operator<< (raw_ostream &OS, const FunctionInfo &R)