LLVM
12.0.0git
|
#include "llvm/ADT/Optional.h"
#include "llvm/DebugInfo/GSYM/InlineInfo.h"
#include "llvm/DebugInfo/GSYM/LineTable.h"
#include "llvm/DebugInfo/GSYM/LookupResult.h"
#include "llvm/DebugInfo/GSYM/Range.h"
#include "llvm/DebugInfo/GSYM/StringTable.h"
#include <tuple>
#include <vector>
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 | |
llvm | |
This class represents lattice values for constants. | |
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 inlining being valid and line tables. More... | |
raw_ostream & | llvm::gsym::operator<< (raw_ostream &OS, const FunctionInfo &R) |