/external/llvm-project/lld/include/lld/Core/ |
D | Simple.h | 202 Reference::KindValue kindValue, uint64_t off, in addReference() argument 206 SimpleReference(ns, arch, kindValue, off, target, a); in addReference() 228 return (lhs->kindValue() < rhs->kindValue()); in sortReferences()
|
D | Reference.h | 61 KindValue kindValue() const { return _kindValue; } in kindValue() function
|
D | DefinedAtom.h | 328 Reference::KindValue kindValue, uint64_t off, in addReference() argument
|
/external/llvm-project/lld/lib/ReaderWriter/MachO/ |
D | ArchHandler_x86_64.cpp | 46 switch (ref.kindValue()) { in isGOTAccess() 64 return ref.kindValue() == ripRel32Tlv; in isTLVAccess() 70 assert(ref->kindValue() == ripRel32Tlv); in updateReferenceToTLV() 79 switch (ref->kindValue()) { in updateReferenceToGOT() 344 return (ref.kindValue() == branch32); in isCallSite() 351 Reference::KindValue kind = ref.kindValue(); in isPointer() 582 switch (static_cast<X86_64Kind>(ref.kindValue())) { in applyFixupFinal() 666 switch (static_cast<X86_64Kind>(ref.kindValue())) { in applyFixupRelocatable() 776 switch (static_cast<X86_64Kind>(ref.kindValue())) { in appendSectionRelocations()
|
D | ArchHandler.cpp | 57 return (ref.kindValue() == info.lazyPointerReferenceToFinal.kind); in isLazyPointer() 158 ref->kindValue() == unwindRefToFunctionKind()) { in fdeTargetFunction()
|
D | ArchHandler_arm64.cpp | 47 switch (ref.kindValue()) { in isGOTAccess() 70 switch (ref->kindValue()) { in updateReferenceToGOT() 319 return (ref.kindValue() == branch26); in isCallSite() 326 Reference::KindValue kind = ref.kindValue(); in isPointer() 598 switch (static_cast<Arm64Kind>(ref.kindValue())) { in applyFixupFinal() 700 switch (static_cast<Arm64Kind>(ref.kindValue())) { in applyFixupRelocatable() 783 switch (static_cast<Arm64Kind>(ref.kindValue())) { in appendSectionRelocations()
|
D | ArchHandler_x86.cpp | 236 return (ref.kindValue() == branch32); in isCallSite() 240 return (ref.kindValue() == pointer32); in isPointer() 447 switch (static_cast<X86Kind>(ref.kindValue())) { in applyFixupFinal() 492 switch (static_cast<X86Kind>(ref.kindValue())) { in applyFixupRelocatable() 564 switch (static_cast<X86Kind>(ref.kindValue())) { in appendSectionRelocations()
|
D | ArchHandler_arm.cpp | 301 switch (ref.kindValue()) { in isCallSite() 313 return (ref.kindValue() == pointer32); in isPointer() 317 switch (ref.kindValue()) { in isNonCallBranch() 346 if (ref2->kindValue() != lazyPointer) in stubName() 916 switch (static_cast<ArmKind>(ref.kindValue())) { in applyFixupFinal() 1081 switch (static_cast<ArmKind>(ref.kindValue())) { in applyFixupRelocatable() 1197 switch (static_cast<ArmKind>(ref.kindValue())) { in appendSectionRelocations() 1408 if (ref->kindValue() == modeThumbCode) in isThumbFunction()
|
D | LayoutPass.cpp | 82 ref->kindValue(), kindValStr)) { in showCycleDetectedError() 343 r->kindValue() != lld::Reference::kindLayoutAfter) in buildFollowOnTable()
|
D | MachONormalizedFileFromAtoms.cpp | 1393 if (_archHandler.isDataInCodeTransition(ref->kindValue())) { in buildDataInCodeArray() 1501 if (hr->kindValue() == _archHandler.lazyImmediateLocationKind()) { in fixLazyReferenceImm()
|
D | MachONormalizedFileToAtoms.cpp | 1237 assert(ref->kindValue() == refKind && in processFDE()
|
/external/auto/value/src/main/java/com/google/auto/value/processor/ |
D | AutoOneOfProcessor.java | 137 AnnotationValue kindValue = in mirrorForKindType() local 139 Object value = kindValue.getValue(); in mirrorForKindType()
|
/external/llvm-project/lld/lib/Core/ |
D | Resolver.cpp | 306 ref->kindValue() == lld::Reference::kindAssociate) { in updateReferences() 339 return (ref->kindValue() == lld::Reference::kindLayoutAfter); in isBackref()
|
/external/llvm-project/clang/include/clang/APINotes/ |
D | Types.h | 537 unsigned kindValue = (static_cast<unsigned>(kind)) in addTypeInfo() local 539 NullabilityPayload |= kindValue; in addTypeInfo()
|
/external/llvm-project/lld/lib/ReaderWriter/YAML/ |
D | ReaderWriterYAML.cpp | 747 ref->kindValue()), in NormalizedReference() 753 _mappedKind.value = ref->kindValue(); in NormalizedReference() 912 Reference::KindValue kindValue, uint64_t off, in addReference() argument 915 auto node = new (file().allocator()) SimpleReference(ns, arch, kindValue, in addReference()
|
/external/llvm-project/flang/lib/Lower/ |
D | IO.cpp | 1466 mlir::Value kindValue = in genInquireStatement() local 1471 buff, len, kindValue, sourceFile, line, in genInquireStatement()
|