Home
last modified time | relevance | path

Searched refs:RefKind (Results 1 – 25 of 77) sorted by relevance

1234

/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64ELFObjectWriter.cpp51 AArch64MCExpr::VariantKind RefKind = in getRelocType() local
53 AArch64MCExpr::VariantKind SymLoc = AArch64MCExpr::getSymbolLoc(RefKind); in getRelocType()
54 bool IsNC = AArch64MCExpr::isNotChecked(RefKind); in getRelocType()
118 if (RefKind == AArch64MCExpr::VK_DTPREL_HI12) in getRelocType()
120 if (RefKind == AArch64MCExpr::VK_TPREL_HI12) in getRelocType()
122 if (RefKind == AArch64MCExpr::VK_DTPREL_LO12_NC) in getRelocType()
124 if (RefKind == AArch64MCExpr::VK_DTPREL_LO12) in getRelocType()
126 if (RefKind == AArch64MCExpr::VK_TPREL_LO12_NC) in getRelocType()
128 if (RefKind == AArch64MCExpr::VK_TPREL_LO12) in getRelocType()
130 if (RefKind == AArch64MCExpr::VK_TLSDESC_LO12) in getRelocType()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64ELFObjectWriter.cpp58 AArch64MCExpr::VariantKind RefKind, in isNonILP32reloc() argument
62 switch (RefKind) { in isNonILP32reloc()
109 AArch64MCExpr::VariantKind RefKind = in getRelocType() local
111 AArch64MCExpr::VariantKind SymLoc = AArch64MCExpr::getSymbolLoc(RefKind); in getRelocType()
112 bool IsNC = AArch64MCExpr::isNotChecked(RefKind); in getRelocType()
185 if (IsILP32 && isNonILP32reloc(Fixup, RefKind, Ctx)) in getRelocType()
206 if (RefKind == AArch64MCExpr::VK_DTPREL_HI12) in getRelocType()
208 if (RefKind == AArch64MCExpr::VK_TPREL_HI12) in getRelocType()
210 if (RefKind == AArch64MCExpr::VK_DTPREL_LO12_NC) in getRelocType()
212 if (RefKind == AArch64MCExpr::VK_DTPREL_LO12) in getRelocType()
[all …]
DAArch64WinCOFFObjectWriter.cpp78 AArch64MCExpr::VariantKind RefKind = A64E->getKind(); in getRelocType() local
79 if (RefKind == AArch64MCExpr::VK_SECREL_LO12) in getRelocType()
81 if (RefKind == AArch64MCExpr::VK_SECREL_HI12) in getRelocType()
92 AArch64MCExpr::VariantKind RefKind = A64E->getKind(); in getRelocType() local
93 if (RefKind == AArch64MCExpr::VK_SECREL_LO12) in getRelocType()
DAArch64AsmBackend.cpp236 AArch64MCExpr::VariantKind RefKind = in adjustFixupValue() local
238 if (AArch64MCExpr::getSymbolLoc(RefKind) != AArch64MCExpr::VK_ABS && in adjustFixupValue()
239 AArch64MCExpr::getSymbolLoc(RefKind) != AArch64MCExpr::VK_SABS) { in adjustFixupValue()
256 if (AArch64MCExpr::getSymbolLoc(RefKind) == AArch64MCExpr::VK_SABS) { in adjustFixupValue()
257 switch (AArch64MCExpr::getAddressFrag(RefKind)) { in adjustFixupValue()
274 switch (AArch64MCExpr::getAddressFrag(RefKind)) { in adjustFixupValue()
291 if (RefKind & AArch64MCExpr::VK_NC) { in adjustFixupValue()
294 else if (AArch64MCExpr::getSymbolLoc(RefKind) == AArch64MCExpr::VK_SABS) { in adjustFixupValue()
426 AArch64MCExpr::VariantKind RefKind = in applyFixup() local
428 if (AArch64MCExpr::getSymbolLoc(RefKind) == AArch64MCExpr::VK_SABS) { in applyFixup()
[all …]
/external/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64ELFObjectWriter.cpp58 AArch64MCExpr::VariantKind RefKind, in isNonILP32reloc() argument
62 switch (RefKind) { in isNonILP32reloc()
112 AArch64MCExpr::VariantKind RefKind = in getRelocType() local
114 AArch64MCExpr::VariantKind SymLoc = AArch64MCExpr::getSymbolLoc(RefKind); in getRelocType()
115 bool IsNC = AArch64MCExpr::isNotChecked(RefKind); in getRelocType()
192 if (IsILP32 && isNonILP32reloc(Fixup, RefKind, Ctx)) in getRelocType()
211 if (RefKind == AArch64MCExpr::VK_DTPREL_HI12) in getRelocType()
213 if (RefKind == AArch64MCExpr::VK_TPREL_HI12) in getRelocType()
215 if (RefKind == AArch64MCExpr::VK_DTPREL_LO12_NC) in getRelocType()
217 if (RefKind == AArch64MCExpr::VK_DTPREL_LO12) in getRelocType()
[all …]
DAArch64WinCOFFObjectWriter.cpp53 AArch64MCExpr::VariantKind RefKind = A64E->getKind(); in getRelocType() local
54 switch (AArch64MCExpr::getSymbolLoc(RefKind)) { in getRelocType()
102 AArch64MCExpr::VariantKind RefKind = A64E->getKind(); in getRelocType() local
103 if (RefKind == AArch64MCExpr::VK_SECREL_LO12) in getRelocType()
105 if (RefKind == AArch64MCExpr::VK_SECREL_HI12) in getRelocType()
116 AArch64MCExpr::VariantKind RefKind = A64E->getKind(); in getRelocType() local
117 if (RefKind == AArch64MCExpr::VK_SECREL_LO12) in getRelocType()
DAArch64AsmBackend.cpp227 AArch64MCExpr::VariantKind RefKind = in adjustFixupValue() local
229 if (AArch64MCExpr::getSymbolLoc(RefKind) != AArch64MCExpr::VK_ABS && in adjustFixupValue()
230 AArch64MCExpr::getSymbolLoc(RefKind) != AArch64MCExpr::VK_SABS) { in adjustFixupValue()
231 if (!RefKind) { in adjustFixupValue()
258 if (AArch64MCExpr::getSymbolLoc(RefKind) == AArch64MCExpr::VK_SABS) { in adjustFixupValue()
259 switch (AArch64MCExpr::getAddressFrag(RefKind)) { in adjustFixupValue()
276 switch (AArch64MCExpr::getAddressFrag(RefKind)) { in adjustFixupValue()
293 if (RefKind & AArch64MCExpr::VK_NC) { in adjustFixupValue()
296 else if (AArch64MCExpr::getSymbolLoc(RefKind) == AArch64MCExpr::VK_SABS) { in adjustFixupValue()
435 AArch64MCExpr::VariantKind RefKind = in applyFixup() local
[all …]
/external/dokka/core/src/main/kotlin/Model/
DDocumentationNode.kt92 get() = references(RefKind.Owner).singleOrNull()?.to
94 get() = references(RefKind.Detail).map { it.to } in <lambda>()
96 get() = references(RefKind.Member).map { it.to }.sortedBy { it.name } in <lambda>()
98 get() = references(RefKind.InheritedMember).map { it.to } in <lambda>()
102 get() = references(RefKind.InheritedCompanionObjectMember).map { it.to } in <lambda>()
104 get() = references(RefKind.Extension).map { it.to } in <lambda>()
106 get() = references(RefKind.Inheritor).map { it.to } in <lambda>()
108 get() = references(RefKind.Override).map { it.to } in <lambda>()
110 get() = references(RefKind.Link).map { it.to } in <lambda>()
112 get() = references(RefKind.HiddenLink).map { it.to } in <lambda>()
[all …]
DDocumentationReference.kt5 enum class RefKind { in <lambda>() class
27 …DocumentationReference(val from: DocumentationNode, val to: DocumentationNode, val kind: RefKind) {
32 val kind: RefKind) {
50 fun link(fromNode: DocumentationNode, toSignature: String, kind: RefKind) { in link()
54 fun link(fromSignature: String, toNode: DocumentationNode, kind: RefKind) { in link()
58 fun link(fromSignature: String, toSignature: String, kind: RefKind) { in link()
/external/llvm-project/clang-tools-extra/clangd/index/
DRef.h30 enum class RefKind : uint8_t { enum
71 inline RefKind operator|(RefKind L, RefKind R) {
72 return static_cast<RefKind>(static_cast<uint8_t>(L) |
75 inline RefKind &operator|=(RefKind &L, RefKind R) { return L = L | R; }
76 inline RefKind operator&(RefKind A, RefKind B) {
77 return static_cast<RefKind>(static_cast<uint8_t>(A) &
81 llvm::raw_ostream &operator<<(llvm::raw_ostream &, RefKind);
90 RefKind Kind = RefKind::Unknown;
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCMCInstLower.cpp56 MCSymbolRefExpr::VariantKind RefKind = MCSymbolRefExpr::VK_None; in GetSymbolRef() local
62 RefKind = MCSymbolRefExpr::VK_PPC_TPREL_LO; in GetSymbolRef()
65 RefKind = MCSymbolRefExpr::VK_PPC_TPREL_HA; in GetSymbolRef()
68 RefKind = MCSymbolRefExpr::VK_PPC_DTPREL_LO; in GetSymbolRef()
71 RefKind = MCSymbolRefExpr::VK_PPC_GOT_TLSLD_LO; in GetSymbolRef()
74 RefKind = MCSymbolRefExpr::VK_PPC_TOC_LO; in GetSymbolRef()
78 RefKind = IsPCRel ? MCSymbolRefExpr::VK_PPC_TLS_PCREL in GetSymbolRef()
84 RefKind = MCSymbolRefExpr::VK_PLT; in GetSymbolRef()
86 RefKind = MCSymbolRefExpr::VK_PCREL; in GetSymbolRef()
88 RefKind = MCSymbolRefExpr::VK_PPC_GOT_PCREL; in GetSymbolRef()
[all …]
/external/dokka/core/src/main/kotlin/Java/
DJavaPsiDocumentationBuilder.kt101 refGraph.link(node, qualifiedName, RefKind.Link) in appendFile()
105 fun link(element: PsiElement?, node: DocumentationNode, kind: RefKind) { in appendFile()
124 node.append(annotation, RefKind.Deprecation) in appendFile()
127 node.append(annotation, RefKind.Annotation) in appendFile()
134 node.append(deprecationNode, RefKind.Deprecation) in appendFile()
138 node.append(deprecationNode, RefKind.Deprecation) in appendFile()
141 node.append(it, RefKind.Detail) in appendFile()
144 node.append(it, RefKind.Detail) in appendFile()
147 node.append(it, RefKind.Detail) in appendFile()
150 refGraph.link(node, it, RefKind.Detail) in appendFile()
[all …]
/external/dokka/core/src/main/kotlin/Kotlin/
DDocumentationBuilder.kt142 fun link(node: DocumentationNode, descriptor: DeclarationDescriptor, kind: RefKind) { in link()
146 …link(fromDescriptor: DeclarationDescriptor?, toDescriptor: DeclarationDescriptor?, kind: RefKind) { in link()
211 link(superclass, descriptor, RefKind.Inheritor) in appendSupertype()
213 link(descriptor, superclass, RefKind.Superclass) in appendSupertype()
233 append(DocumentationNode("dynamic", Content.Empty, kind), RefKind.Detail) in DocumentationNode()
266 node.append(targetNode, RefKind.ExternalType) in DocumentationNode()
267 … node.append(DocumentationNode(externalLink, Content.Empty, NodeKind.ExternalLink), RefKind.Link) in DocumentationNode()
272 … if (classifierDescriptor.isBoringBuiltinClass()) RefKind.HiddenLink else RefKind.Link in DocumentationNode()
280 ), RefKind.Detail in DocumentationNode()
286 append(node, RefKind.Detail) in DocumentationNode()
[all …]
DDescriptorDocumentationParser.kt141 it.getAttr(descriptor)?.let { append(it, RefKind.Detail) } in <lambda>()
144 append(apiLevel, RefKind.Detail) in <lambda>()
147 append(deprecatedLevel, RefKind.Detail) in <lambda>()
150 append(artifactId, RefKind.Detail) in <lambda>()
206 node.append(deprecationNode, RefKind.Deprecation) in <lambda>()
214 refGraph.link(node, classAttrSignature, RefKind.Detail) in <lambda>()
215 refGraph.link(classAttrSignature, node, RefKind.Owner) in <lambda>()
216 refGraph.link(classAttrSignature, it, RefKind.AttributeRef) in <lambda>()
220 refGraph.link(node, it, RefKind.HiddenLink) in <lambda>()
224 node.append(it, RefKind.Detail) in <lambda>()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCValue.h42 uint32_t RefKind = 0; variable
49 uint32_t getRefKind() const { return RefKind; } in getRefKind()
64 int64_t Val = 0, uint32_t RefKind = 0) {
69 R.RefKind = RefKind;
78 R.RefKind = 0; in get()
/external/llvm/include/llvm/MC/
DMCValue.h43 uint32_t RefKind; variable
49 uint32_t getRefKind() const { return RefKind; } in getRefKind()
64 int64_t Val = 0, uint32_t RefKind = 0) {
69 R.RefKind = RefKind;
78 R.RefKind = 0; in get()
/external/llvm-project/llvm/include/llvm/MC/
DMCValue.h40 uint32_t RefKind = 0; variable
47 uint32_t getRefKind() const { return RefKind; } in getRefKind()
62 int64_t Val = 0, uint32_t RefKind = 0) {
67 R.RefKind = RefKind;
76 R.RefKind = 0; in get()
/external/skia/src/sksl/ir/
DSkSLVariableReference.h36 using RefKind = VariableRefKind;
40 VariableReference(int offset, const Variable* variable, RefKind refKind);
46 RefKind refKind = RefKind::kRead) {
58 RefKind refKind() const { in refKind()
62 void setRefKind(RefKind refKind);
/external/llvm/lib/Target/AArch64/
DAArch64MCInstLower.cpp48 MCSymbolRefExpr::VariantKind RefKind = MCSymbolRefExpr::VK_None; in lowerSymbolOperandDarwin() local
51 RefKind = MCSymbolRefExpr::VK_GOTPAGE; in lowerSymbolOperandDarwin()
54 RefKind = MCSymbolRefExpr::VK_GOTPAGEOFF; in lowerSymbolOperandDarwin()
59 RefKind = MCSymbolRefExpr::VK_TLVPPAGE; in lowerSymbolOperandDarwin()
62 RefKind = MCSymbolRefExpr::VK_TLVPPAGEOFF; in lowerSymbolOperandDarwin()
67 RefKind = MCSymbolRefExpr::VK_PAGE; in lowerSymbolOperandDarwin()
70 RefKind = MCSymbolRefExpr::VK_PAGEOFF; in lowerSymbolOperandDarwin()
72 const MCExpr *Expr = MCSymbolRefExpr::create(Sym, RefKind, Ctx); in lowerSymbolOperandDarwin()
147 AArch64MCExpr::VariantKind RefKind; in lowerSymbolOperandELF() local
148 RefKind = static_cast<AArch64MCExpr::VariantKind>(RefFlags); in lowerSymbolOperandELF()
[all …]
/external/skqp/src/sksl/ir/
DSkSLVariableReference.h25 enum RefKind { enum
34 VariableReference(int offset, const Variable& variable, RefKind refKind = kRead_RefKind);
38 RefKind refKind() const { in refKind()
42 void setRefKind(RefKind refKind);
67 RefKind fRefKind;
/external/llvm/lib/Target/PowerPC/
DPPCMCInstLower.cpp85 MCSymbolRefExpr::VariantKind RefKind = MCSymbolRefExpr::VK_None; in GetSymbolRef() local
91 RefKind = MCSymbolRefExpr::VK_PPC_TPREL_LO; in GetSymbolRef()
94 RefKind = MCSymbolRefExpr::VK_PPC_TPREL_HA; in GetSymbolRef()
97 RefKind = MCSymbolRefExpr::VK_PPC_DTPREL_LO; in GetSymbolRef()
100 RefKind = MCSymbolRefExpr::VK_PPC_GOT_TLSLD_LO; in GetSymbolRef()
103 RefKind = MCSymbolRefExpr::VK_PPC_TOC_LO; in GetSymbolRef()
106 RefKind = MCSymbolRefExpr::VK_PPC_TLS; in GetSymbolRef()
111 RefKind = MCSymbolRefExpr::VK_PLT; in GetSymbolRef()
113 const MCExpr *Expr = MCSymbolRefExpr::create(Symbol, RefKind, Ctx); in GetSymbolRef()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64MCInstLower.cpp83 MCSymbolRefExpr::VariantKind RefKind = MCSymbolRefExpr::VK_None; in lowerSymbolOperandDarwin() local
86 RefKind = MCSymbolRefExpr::VK_GOTPAGE; in lowerSymbolOperandDarwin()
89 RefKind = MCSymbolRefExpr::VK_GOTPAGEOFF; in lowerSymbolOperandDarwin()
94 RefKind = MCSymbolRefExpr::VK_TLVPPAGE; in lowerSymbolOperandDarwin()
97 RefKind = MCSymbolRefExpr::VK_TLVPPAGEOFF; in lowerSymbolOperandDarwin()
102 RefKind = MCSymbolRefExpr::VK_PAGE; in lowerSymbolOperandDarwin()
105 RefKind = MCSymbolRefExpr::VK_PAGEOFF; in lowerSymbolOperandDarwin()
107 const MCExpr *Expr = MCSymbolRefExpr::create(Sym, RefKind, Ctx); in lowerSymbolOperandDarwin()
184 AArch64MCExpr::VariantKind RefKind; in lowerSymbolOperandELF() local
185 RefKind = static_cast<AArch64MCExpr::VariantKind>(RefFlags); in lowerSymbolOperandELF()
[all …]
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64MCInstLower.cpp83 MCSymbolRefExpr::VariantKind RefKind = MCSymbolRefExpr::VK_None; in lowerSymbolOperandDarwin() local
86 RefKind = MCSymbolRefExpr::VK_GOTPAGE; in lowerSymbolOperandDarwin()
89 RefKind = MCSymbolRefExpr::VK_GOTPAGEOFF; in lowerSymbolOperandDarwin()
94 RefKind = MCSymbolRefExpr::VK_TLVPPAGE; in lowerSymbolOperandDarwin()
97 RefKind = MCSymbolRefExpr::VK_TLVPPAGEOFF; in lowerSymbolOperandDarwin()
102 RefKind = MCSymbolRefExpr::VK_PAGE; in lowerSymbolOperandDarwin()
105 RefKind = MCSymbolRefExpr::VK_PAGEOFF; in lowerSymbolOperandDarwin()
107 const MCExpr *Expr = MCSymbolRefExpr::create(Sym, RefKind, Ctx); in lowerSymbolOperandDarwin()
184 AArch64MCExpr::VariantKind RefKind; in lowerSymbolOperandELF() local
185 RefKind = static_cast<AArch64MCExpr::VariantKind>(RefFlags); in lowerSymbolOperandELF()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCMCInstLower.cpp84 MCSymbolRefExpr::VariantKind RefKind = MCSymbolRefExpr::VK_None; in GetSymbolRef() local
90 RefKind = MCSymbolRefExpr::VK_PPC_TPREL_LO; in GetSymbolRef()
93 RefKind = MCSymbolRefExpr::VK_PPC_TPREL_HA; in GetSymbolRef()
96 RefKind = MCSymbolRefExpr::VK_PPC_DTPREL_LO; in GetSymbolRef()
99 RefKind = MCSymbolRefExpr::VK_PPC_GOT_TLSLD_LO; in GetSymbolRef()
102 RefKind = MCSymbolRefExpr::VK_PPC_TOC_LO; in GetSymbolRef()
105 RefKind = MCSymbolRefExpr::VK_PPC_TLS; in GetSymbolRef()
110 RefKind = MCSymbolRefExpr::VK_PLT; in GetSymbolRef()
116 const MCExpr *Expr = MCSymbolRefExpr::create(Symbol, RefKind, Ctx); in GetSymbolRef()
/external/llvm-project/llvm/tools/llvm-pdbutil/
DTypeReferenceTracker.cpp88 void TypeReferenceTracker::addOneTypeRef(TiRefKind RefKind, TypeIndex RefTI) { in addOneTypeRef() argument
91 (Ids && RefKind == TiRefKind::IndexRef) ? IdReferenced : TypeReferenced; in addOneTypeRef()
97 RefWorklist.push_back({RefKind, RefTI}); in addOneTypeRef()
127 TiRefKind RefKind; in markReferencedTypes() local
129 std::tie(RefKind, RefTI) = RefWorklist.pop_back_val(); in markReferencedTypes()
130 Optional<CVType> Rec = (Ids && RefKind == TiRefKind::IndexRef) in markReferencedTypes()

1234