HomeSort by relevance Sort by last modified time
    Searched refs:Skeleton (Results 1 - 8 of 8) sorted by null

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 42 /// Skeleton unit associated with this unit.
43 DwarfCompileUnit *Skeleton;
91 return Skeleton;
190 /// Set the skeleton unit associated with this unit.
191 void setSkeleton(DwarfCompileUnit &Skel) { Skeleton = &Skel; }
252 return (Skeleton ? Skeleton : this)->CURangeLists;
DwarfCompileUnit.cpp 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;
    [all...]
DwarfDebug.cpp 417 // skeleton CU and so we don't need to duplicate it here.
443 // This CU is either a clang module DWO or a skeleton CU.
447 // This is a prefabricated skeleton CU.
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 52 /// Skeleton unit associated with this unit.
53 DwarfCompileUnit *Skeleton = nullptr;
86 /// DWO ID for correlating skeleton and split units.
114 return Skeleton;
222 /// Set the skeleton unit associated with this unit.
223 void setSkeleton(DwarfCompileUnit &Skel) { Skeleton = &Skel; }
226 // DWARF v5 added the DWO ID to the header for split/skeleton units.
293 return (Skeleton ? Skeleton : this)->CURangeLists;
DwarfCompileUnit.cpp 67 // Don't use the address pool in non-fission or in the skeleton unit itself.
69 // pool from the skeleton - maybe even in non-fission (possibly fewer
72 if (!DD->useSplitDwarf() || !Skeleton)
290 // left in the skeleton CU and so not included.
432 (Skeleton ? Skeleton : this)->CURangeLists.push_back(std::move(List));
    [all...]
DwarfDebug.cpp 565 // skeleton CU and so we don't need to duplicate it here.
591 // This CU is either a clang module DWO or a skeleton CU.
595 // This is a prefabricated skeleton CU.
667 // to the string offsets table. In a split DWARF scenario, only the skeleton
    [all...]
  /external/skia/samplecode/
SampleAAGeometry.cpp 958 SET_BUTTON(Skeleton);
    [all...]
  /external/skqp/samplecode/
SampleAAGeometry.cpp 958 SET_BUTTON(Skeleton);
    [all...]

Completed in 1115 milliseconds