Home
last modified time | relevance | path

Searched refs:Skeleton (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h44 enum class UnitKind { Skeleton, Full }; enumerator
56 DwarfCompileUnit *Skeleton = nullptr; variable
120 return Skeleton; in getSkeleton()
277 void setSkeleton(DwarfCompileUnit &Skel) { Skeleton = &Skel; } in setSkeleton()
H A DDwarfCompileUnit.cpp51 if (DW->getDwarfVersion() >= 5 && Kind == UnitKind::Skeleton) in GetCompileUnitType()
69 if ((Skeleton || !DD->useSplitDwarf()) && Label) in addLabelAddress()
73 if ((!DD->useSplitDwarf() || !Skeleton) && DD->getDwarfVersion() < 5) in addLabelAddress()
580 (DD->getDwarfVersion() < 5 && Skeleton ? Skeleton->DU : DU) in addScopeRangeList()
581 ->addRange(*(Skeleton ? Skeleton : this), std::move(Range)); in addScopeRangeList()
1371 if (!Skeleton && !DD->useSectionsAsReferences()) { in emitHeader()
1376 dwarf::UnitType UT = Skeleton ? dwarf::DW_UT_split_compile in emitHeader()
1556 return DD->useSplitDwarf() && Skeleton; in isDwoUnit()
1565 (DD->useSplitDwarf() && !Skeleton); in includeMinimalInlineScopes()
H A DDwarfDebug.cpp2493 if (auto *Skeleton = TheU->getSkeleton()) in emitDebugPubSection() local
2494 TheU = Skeleton; in emitDebugPubSection()
3323 UnitKind::Skeleton); in constructSkeletonCU()
/openbsd-src/usr.bin/file/magdir/
H A Dvorbis43 # non-Vorbis content: Skeleton
44 >>28 string fishead\0 \b, Skeleton
/openbsd-src/lib/libc/rpc/
H A DREADME224 4) Skeleton routines and manual pages are provided which describe the
/openbsd-src/gnu/llvm/llvm/docs/TableGen/
H A DBackGuide.rst474 The Backend Skeleton
/openbsd-src/usr.bin/lex/
H A DONEWS1228 - Skeleton header files done away with.
H A DChangeLog3228 * Makefile.am, mkskel.sh: Skeleton is now passed through m4 (before
3699 BOTH ISO and new-style. Skeleton now compiles cleanly under
4458 Skeleton now includes proper C++ standard headers. Relocated
/openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/
H A DChangeLog-92971561 * v850-dis.c: New file. Skeleton for disassembler support.
/openbsd-src/gnu/usr.bin/binutils/opcodes/
H A DChangeLog-92971561 * v850-dis.c: New file. Skeleton for disassembler support.