LLVM 19.0.0git
Functions
AccelTable.cpp File Reference
#include "llvm/CodeGen/AccelTable.h"
#include "DwarfCompileUnit.h"
#include "DwarfUnit.h"
#include "llvm/ADT/DenseSet.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/Twine.h"
#include "llvm/BinaryFormat/Dwarf.h"
#include "llvm/CodeGen/AsmPrinter.h"
#include "llvm/CodeGen/DIE.h"
#include "llvm/MC/MCStreamer.h"
#include "llvm/MC/MCSymbol.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/Target/TargetLoweringObjectFile.h"
#include <algorithm>
#include <cstddef>
#include <cstdint>
#include <limits>
#include <vector>

Go to the source code of this file.

Functions

static std::optional< dwarf::FormgetFormForIdxParent (const DenseSet< OffsetAndUnitID > &IndexedOffsets, std::optional< OffsetAndUnitID > ParentOffset)
 

Function Documentation

◆ getFormForIdxParent()

static std::optional< dwarf::Form > getFormForIdxParent ( const DenseSet< OffsetAndUnitID > &  IndexedOffsets,
std::optional< OffsetAndUnitID ParentOffset 
)
static