LLVM 22.0.0git
DependencyTracker.cpp File Reference

Go to the source code of this file.

Classes

 A broken link in the keep chain. More...

Functions

static bool isNamespaceLikeEntry (const DWARFDebugInfoEntry *Entry)
bool isAlreadyMarked (const CompileUnit::DIEInfo &Info, CompileUnit::DieOutputPlacement NewPlacement)
bool isAlreadyMarked (const UnitEntryPairTy &Entry, CompileUnit::DieOutputPlacement NewPlacement)
static CompileUnit::DieOutputPlacement getFinalPlacementForEntry (const UnitEntryPairTy &Entry, CompileUnit::DieOutputPlacement Placement)

Function Documentation

◆ getFinalPlacementForEntry()

◆ isAlreadyMarked() [1/2]

◆ isAlreadyMarked() [2/2]

bool isAlreadyMarked ( const UnitEntryPairTy & Entry,
CompileUnit::DieOutputPlacement NewPlacement )

Definition at line 324 of file DependencyTracker.cpp.

References isAlreadyMarked().

◆ isNamespaceLikeEntry()