Lines Matching full:skeleton
23 Skeleton(nullptr), BaseAddress(nullptr) {
34 // Don't use the address pool in non-fission or in the skeleton unit itself.
36 // pool from the skeleton - maybe even in non-fission (possibly fewer
39 if (!DD->useSplitDwarf() || !Skeleton)
266 // left in the skeleton CU and so not included.
413 (Skeleton ? Skeleton : this)->CURangeLists.push_back(std::move(List));
714 if (!Skeleton) {
829 return DD->useSplitDwarf() && Skeleton;
834 (DD->useSplitDwarf() && !Skeleton);