LLVM 17.0.0git
|
#include "llvm/ProfileData/InstrProfCorrelator.h"
#include "llvm/DebugInfo/DIContext.h"
#include "llvm/DebugInfo/DWARF/DWARFContext.h"
#include "llvm/DebugInfo/DWARF/DWARFDie.h"
#include "llvm/DebugInfo/DWARF/DWARFExpression.h"
#include "llvm/DebugInfo/DWARF/DWARFFormValue.h"
#include "llvm/DebugInfo/DWARF/DWARFLocationExpression.h"
#include "llvm/DebugInfo/DWARF/DWARFUnit.h"
#include "llvm/Object/MachO.h"
#include "llvm/Support/Debug.h"
#include <optional>
Go to the source code of this file.
Namespaces | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. | |
Macros | |
#define | DEBUG_TYPE "correlator" |
Functions | |
Expected< object::SectionRef > | getCountersSection (const object::ObjectFile &Obj) |
Get the __llvm_prf_cnts section. | |
#define DEBUG_TYPE "correlator" |
Definition at line 21 of file InstrProfCorrelator.cpp.
Expected< object::SectionRef > getCountersSection | ( | const object::ObjectFile & | Obj | ) |
Get the __llvm_prf_cnts section.
Definition at line 26 of file InstrProfCorrelator.cpp.
References llvm::object::ObjectFile::sections().
Referenced by llvm::InstrProfCorrelator::Context::get().