|
LLVM 22.0.0git
|
#include "llvm/ADT/SmallString.h"#include "llvm/DebugInfo/GSYM/CallSiteInfo.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/MergedFunctionsInfo.h"#include "llvm/DebugInfo/GSYM/StringTable.h"#include "llvm/Support/Compiler.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. | |
| LLVM_ABI raw_ostream & | llvm::gsym::operator<< (raw_ostream &OS, const FunctionInfo &R) |