Lines Matching refs:Skeleton
23 Skeleton(nullptr), BaseAddress(nullptr) {
33 // Don't use the address pool in non-fission or in the skeleton unit itself.
35 // pool from the skeleton - maybe even in non-fission (possibly fewer
38 if (!DD->useSplitDwarf() || !Skeleton)
254 // left in the skeleton CU and so not included.
400 (Skeleton ? Skeleton : this)->CURangeLists.push_back(std::move(List));
708 if (!Skeleton) {
823 return DD->useSplitDwarf() && Skeleton;
828 (DD->useSplitDwarf() && !Skeleton);