Home
last modified time | relevance | path

Searched defs:AttributesInfo (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDIEAttributeCloner.h24 struct AttributesInfo { struct
26 StringEntry *Name = nullptr;
29 StringEntry *MangledName = nullptr;
32 bool HasLiveAddress = false;
35 bool IsDeclaration = false;
38 bool HasRanges = false;
41 bool HasStringOffsetBaseAttr = false;
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinker.h614 struct AttributesInfo { struct
616 DwarfStringPoolEntryRef Name, MangledName, NameWithoutTemplate;
640 AttributesInfo() = default; argument