OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Skeleton
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h
45
enum class UnitKind {
Skeleton
, Full };
56
///
Skeleton
unit associated with this unit.
57
DwarfCompileUnit *
Skeleton
= nullptr;
86
/// DWO ID for correlating
skeleton
and split units.
118
return
Skeleton
;
281
/// Set the
skeleton
unit associated with this unit.
282
void setSkeleton(DwarfCompileUnit &Skel) {
Skeleton
= &Skel; }
285
// DWARF v5 added the DWO ID to the header for split/
skeleton
units.
DwarfCompileUnit.cpp
48
// 3.1.2
Skeleton
Compilation Unit Entries:
51
// is a "
skeleton
" compilation unit with the tag DW_TAG_skeleton_unit"
52
if (DW->getDwarfVersion() >= 5 && Kind == UnitKind::
Skeleton
)
70
// Don't use the address pool in non-fission or in the
skeleton
unit itself.
71
if ((!DD->useSplitDwarf() || !
Skeleton
) && DD->getDwarfVersion() < 5)
384
// left in the
skeleton
CU and so not included.
566
(DD->getDwarfVersion() < 5 &&
Skeleton
?
Skeleton
->DU : DU)
567
->addRange(*(
Skeleton
?
Skeleton
: this), std::move(Range))
[
all
...]
DwarfDebug.cpp
1056
//
skeleton
CU and so we don't need to duplicate it here.
1076
// This CU is either a clang module DWO or a
skeleton
CU.
1080
// This is a prefabricated
skeleton
CU.
1187
// to the string offsets table. In a split DWARF scenario, only the
skeleton
1414
// Emit all frontend-produced
Skeleton
CUs, i.e., Clang modules.
2293
// For type units the offset is the offset of the
skeleton
DIE. For split dwarf
2385
if (auto *
Skeleton
= TheU->getSkeleton())
2386
TheU =
Skeleton
;
2938
// Describe the
skeleton
CU's offset and length, not the dwo file's.
3210
UnitKind::
Skeleton
);
[
all
...]
/src/distrib/syspkg/mk/
bsd.syspkg.mk
303
#
Skeleton
targets start here
Completed in 20 milliseconds
Indexes created Sun Sep 27 00:26:35 UTC 2026