Searched refs:getAsCompileUnit (Results 1 – 4 of 4) sorted by relevance
218 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()
297 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()
593 CompileUnit *getAsCompileUnit();
1811 return getAsCompileUnit(); in operator ->()1824 CompileUnit *CompileUnit::OutputUnitVariantPtr::getAsCompileUnit() { in getAsCompileUnit() function in CompileUnit::OutputUnitVariantPtr