Home
last modified time | relevance | path

Searched refs:kindValue (Results 1 – 16 of 16) sorted by relevance

/external/llvm-project/lld/include/lld/Core/
DSimple.h202 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()
DReference.h61 KindValue kindValue() const { return _kindValue; } in kindValue() function
DDefinedAtom.h328 Reference::KindValue kindValue, uint64_t off, in addReference() argument
/external/llvm-project/lld/lib/ReaderWriter/MachO/
DArchHandler_x86_64.cpp46 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()
DArchHandler.cpp57 return (ref.kindValue() == info.lazyPointerReferenceToFinal.kind); in isLazyPointer()
158 ref->kindValue() == unwindRefToFunctionKind()) { in fdeTargetFunction()
DArchHandler_arm64.cpp47 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()
DArchHandler_x86.cpp236 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()
DArchHandler_arm.cpp301 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()
DLayoutPass.cpp82 ref->kindValue(), kindValStr)) { in showCycleDetectedError()
343 r->kindValue() != lld::Reference::kindLayoutAfter) in buildFollowOnTable()
DMachONormalizedFileFromAtoms.cpp1393 if (_archHandler.isDataInCodeTransition(ref->kindValue())) { in buildDataInCodeArray()
1501 if (hr->kindValue() == _archHandler.lazyImmediateLocationKind()) { in fixLazyReferenceImm()
DMachONormalizedFileToAtoms.cpp1237 assert(ref->kindValue() == refKind && in processFDE()
/external/auto/value/src/main/java/com/google/auto/value/processor/
DAutoOneOfProcessor.java137 AnnotationValue kindValue = in mirrorForKindType() local
139 Object value = kindValue.getValue(); in mirrorForKindType()
/external/llvm-project/lld/lib/Core/
DResolver.cpp306 ref->kindValue() == lld::Reference::kindAssociate) { in updateReferences()
339 return (ref->kindValue() == lld::Reference::kindLayoutAfter); in isBackref()
/external/llvm-project/clang/include/clang/APINotes/
DTypes.h537 unsigned kindValue = (static_cast<unsigned>(kind)) in addTypeInfo() local
539 NullabilityPayload |= kindValue; in addTypeInfo()
/external/llvm-project/lld/lib/ReaderWriter/YAML/
DReaderWriterYAML.cpp747 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/
DIO.cpp1466 mlir::Value kindValue = in genInquireStatement() local
1471 buff, len, kindValue, sourceFile, line, in genInquireStatement()