Home
last modified time | relevance | path

Searched refs:getAsCompileUnit (Results 1 – 4 of 4) sorted by relevance

/src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DAcceleratorRecordsSaver.cpp218 OutUnit.getAsCompileUnit()->saveAcceleratorInfo(Info); in saveNameRecord()
232 OutUnit.getAsCompileUnit()->saveAcceleratorInfo(Info); in saveNamespaceRecord()
258 OutUnit.getAsCompileUnit()->saveAcceleratorInfo(Info); in saveObjCNameRecord()
277 OutUnit.getAsCompileUnit()->saveAcceleratorInfo(Info); in saveTypeRecord()
H A DDIEAttributeCloner.cpp297 DebugDieRefPatch{AttrOutOffset, OutUnit.getAsCompileUnit(), in cloneDieRefAttr()
462 std::optional<uint64_t> LowPC = OutUnit.getAsCompileUnit()->getLowPc(); in cloneScalarAttr()
466 Value = OutUnit.getAsCompileUnit()->getHighPc() - *LowPC; in cloneScalarAttr()
619 if (std::optional<uint64_t> LowPC = OutUnit.getAsCompileUnit()->getLowPc()) in cloneAddressAttr()
625 if (uint64_t HighPc = OutUnit.getAsCompileUnit()->getHighPc()) in cloneAddressAttr()
643 OutUnit.getAsCompileUnit()->getDebugAddrIndex(*Addr)) in cloneAddressAttr()
H A DDWARFLinkerCompileUnit.h593 CompileUnit *getAsCompileUnit();
H A DDWARFLinkerCompileUnit.cpp1811 return getAsCompileUnit(); in operator ->()
1824 CompileUnit *CompileUnit::OutputUnitVariantPtr::getAsCompileUnit() { in getAsCompileUnit() function in CompileUnit::OutputUnitVariantPtr