MCPcopy Create free account

hub / github.com/capstone-engine/capstone / functions

Functions12,151 in github.com/capstone-engine/capstone

MethodgetDereferenceableOrNullBytes
Retrieve the number of dereferenceable_or_null bytes, if the dereferenceable_or_null attribute exists (zero is returned otherwise).
suite/synctools/tablegen/include/llvm/IR/Attributes.h:1090
MethodgetDerivedPtrIndex
The index into the associate statepoint's argument list which contains the pointer whose relocation this gc.relocate describes.
suite/synctools/tablegen/include/llvm/IR/IntrinsicInst.h:1352
MethodgetDescendants
suite/synctools/tablegen/include/llvm/CodeGen/MachineDominators.h:115
MethodgetDest
This is just like getRawDest, but it strips off any cast instructions (including addrspacecast) that feed it, giving the original input. The returned
suite/synctools/tablegen/include/llvm/IR/IntrinsicInst.h:704
MethodgetDest
suite/synctools/tablegen/include/llvm/IR/IntrinsicInst.h:1175
MethodgetDest
Get the current destination live range.
suite/synctools/tablegen/include/llvm/CodeGen/LiveInterval.h:968
MethodgetDestAddressSpace
Returns the address space of the result.
suite/synctools/tablegen/include/llvm/IR/Instructions.h:5309
MethodgetDestAddressSpace
suite/synctools/tablegen/include/llvm/IR/Operator.h:668
MethodgetDestAddressSpace
suite/synctools/tablegen/include/llvm/IR/IntrinsicInst.h:706
MethodgetDestAddressSpace
suite/synctools/tablegen/include/llvm/CodeGen/SelectionDAGNodes.h:1246
MethodgetDestAlign
suite/synctools/tablegen/include/llvm/IR/IntrinsicInst.h:717
MethodgetDestAlignment
FIXME: Remove this function once transition to Align is over. Use getDestAlign() instead.
suite/synctools/tablegen/include/llvm/IR/IntrinsicInst.h:712
MethodgetDestTy
Return the destination type, as a convenience
suite/synctools/tablegen/include/llvm/IR/InstrTypes.h:685
MethodgetDestTy
suite/synctools/tablegen/include/llvm/IR/Operator.h:649
MethodgetDestination
Return the specified destination.
suite/synctools/tablegen/include/llvm/IR/Instructions.h:3715
MethodgetDialect
suite/synctools/tablegen/include/llvm/IR/InlineAsm.h:70
MethodgetDieOffset
suite/synctools/tablegen/include/llvm/CodeGen/AccelTable.h:262
MethodgetDieOffset
suite/synctools/tablegen/include/llvm/CodeGen/AccelTable.h:283
MethodgetDieTag
suite/synctools/tablegen/include/llvm/CodeGen/AccelTable.h:263
MethodgetDieTag
suite/synctools/tablegen/include/llvm/CodeGen/AccelTable.h:284
MethodgetDirectiveLanguages
suite/synctools/tablegen/include/llvm/TableGen/DirectiveEmitter.h:63
MethodgetDirectivePrefix
suite/synctools/tablegen/include/llvm/TableGen/DirectiveEmitter.h:25
MethodgetDirectives
suite/synctools/tablegen/include/llvm/TableGen/DirectiveEmitter.h:49
MethodgetDirectory
suite/synctools/tablegen/include/llvm/IR/DebugInfoMetadata.h:617
MethodgetDirectory
suite/synctools/tablegen/include/llvm/IR/DebugInfoMetadata.h:1655
MethodgetDirectory
suite/synctools/tablegen/include/llvm/IR/DebugInfoMetadata.h:2575
MethodgetDirectory
suite/synctools/tablegen/include/llvm/IR/DebugInfoMetadata.h:3336
MethodgetDiscriminantValue
suite/synctools/tablegen/include/llvm/IR/DebugInfoMetadata.h:1054
MethodgetDiscriminator
suite/synctools/tablegen/include/llvm/IR/DebugInfoMetadata.h:1223
MethodgetDiscriminator
suite/synctools/tablegen/include/llvm/IR/DebugInfoMetadata.h:2220
MethodgetDiscriminatorMask
Get the bitmask the discriminators: For FS profiles, return the bit mask for this pass. For non FS profiles, return (unsigned) -1.
suite/synctools/tablegen/include/llvm/ProfileData/SampleProfReader.h:365
MethodgetDisplayName
suite/synctools/tablegen/include/llvm/IR/DebugInfoMetadata.h:3033
MethodgetDistance
The distance function, which indicates that operation V of iteration I depends on operations U of iteration I-distance.
suite/synctools/tablegen/include/llvm/CodeGen/MachinePipeliner.h:250
MethodgetDistinct
Return a distinct node. Return a distinct node -- i.e., a node that is not uniqued.
suite/synctools/tablegen/include/llvm/IR/Metadata.h:1230
MethodgetDistinct
suite/synctools/tablegen/include/llvm/IR/Metadata.h:1260
MethodgetDivergenceAnalysis
suite/synctools/tablegen/include/llvm/CodeGen/SelectionDAG.h:449
MethodgetDomTree
suite/synctools/tablegen/include/llvm/CodeGen/LiveRangeCalc.h:170
MethodgetDomain
Get the MDNode for this AliasScopeNode's domain.
suite/synctools/tablegen/include/llvm/IR/Metadata.h:1287
MethodgetDoubleElementsVectorType
This static method returns a VectorType with twice as many elements as the input type and the same element type.
suite/synctools/tablegen/include/llvm/IR/DerivedTypes.h:503
MethodgetDoubleElementsVectorType
suite/synctools/tablegen/include/llvm/IR/DerivedTypes.h:560
MethodgetDoubleElementsVectorType
suite/synctools/tablegen/include/llvm/IR/DerivedTypes.h:612
MethodgetDoubleNumVectorElementsVT
Return a VT for a vector type with the same element type but double the number of elements. The type returned may be an extended type.
suite/synctools/tablegen/include/llvm/CodeGen/ValueTypes.h:425
MethodgetDstAlign
suite/synctools/tablegen/include/llvm/CodeGen/TargetLowering.h:158
MethodgetDstOpKind
suite/synctools/tablegen/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h:113
MethodgetDstReg
suite/synctools/tablegen/include/llvm/CodeGen/MachineFrameInfo.h:63
MethodgetDstReg
Get the definition register of the loaded value.
suite/synctools/tablegen/include/llvm/CodeGen/GlobalISel/GenericMachineInstrs.h:81
MethodgetDuplicationFactor
suite/synctools/tablegen/include/llvm/IR/DebugInfoMetadata.h:2255
MethodgetDuplicationFactorFromDiscriminator
Returns the duplication factor for a given encoded discriminator \p D, or 1 if no value or 0 is encoded.
suite/synctools/tablegen/include/llvm/IR/DebugInfoMetadata.h:1808
MethodgetDwarfDebug
suite/synctools/tablegen/include/llvm/CodeGen/AsmPrinter.h:221
MethodgetEVTAlignment
Compute the default alignment value for the given type. FIXME: Remove once transition to Align is over.
suite/synctools/tablegen/include/llvm/CodeGen/SelectionDAG.h:2038
FunctiongetEffectiveCodeModel
Helper method for getting the code model, returning Default if CM does not have a value. The tiny and kernel models will produce an error, so targets
suite/synctools/tablegen/include/llvm/Target/TargetMachine.h:498
MethodgetElement
suite/synctools/tablegen/include/llvm/TableGen/Record.h:697
MethodgetElement
suite/synctools/tablegen/include/llvm/IR/DebugInfoMetadata.h:2635
MethodgetElementNum
suite/synctools/tablegen/include/llvm/TableGen/Record.h:1176
MethodgetElementOffset
suite/synctools/tablegen/include/llvm/IR/DataLayout.h:652
MethodgetElementOffsetInBits
suite/synctools/tablegen/include/llvm/IR/DataLayout.h:657
MethodgetElementSizeInBytes
suite/synctools/tablegen/include/llvm/IR/IntrinsicInst.h:846
MethodgetElementSizeInBytesCst
suite/synctools/tablegen/include/llvm/IR/IntrinsicInst.h:842
MethodgetElementType
suite/synctools/tablegen/include/llvm/TableGen/Record.h:194
MethodgetElementType
suite/synctools/tablegen/include/llvm/IR/DerivedTypes.h:328
MethodgetElementType
suite/synctools/tablegen/include/llvm/IR/DerivedTypes.h:422
MethodgetElementType
suite/synctools/tablegen/include/llvm/IR/DerivedTypes.h:673
MethodgetElements
suite/synctools/tablegen/include/llvm/IR/DebugInfoMetadata.h:1205
MethodgetElements
suite/synctools/tablegen/include/llvm/IR/DebugInfoMetadata.h:2631
MethodgetElements
suite/synctools/tablegen/include/llvm/IR/DebugInfoMetadata.h:3403
MethodgetElements
suite/synctools/tablegen/include/llvm/IR/DebugInfoMetadata.h:3612
FunctiongetEmpty
Create empty constant range with same bitwidth.
suite/synctools/tablegen/include/llvm/IR/ConstantRange.h:51
MethodgetEmptyKey
suite/synctools/tablegen/include/llvm/IR/ValueHandle.h:180
MethodgetEmptyKey
suite/synctools/tablegen/include/llvm/IR/ValueHandle.h:527
MethodgetEmptyKey
suite/synctools/tablegen/include/llvm/IR/Attributes.h:374
MethodgetEmptyKey
suite/synctools/tablegen/include/llvm/IR/Attributes.h:909
MethodgetEmptyKey
suite/synctools/tablegen/include/llvm/IR/Metadata.h:743
MethodgetEmptyKey
suite/synctools/tablegen/include/llvm/IR/Dominators.h:125
MethodgetEmptyKey
suite/synctools/tablegen/include/llvm/IR/ValueMap.h:301
MethodgetEmptyKey
suite/synctools/tablegen/include/llvm/IR/ModuleSummaryIndex.h:266
MethodgetEmptyKey
suite/synctools/tablegen/include/llvm/IR/ModuleSummaryIndex.h:839
MethodgetEmptyKey
suite/synctools/tablegen/include/llvm/IR/ModuleSummaryIndex.h:853
MethodgetEmptyKey
suite/synctools/tablegen/include/llvm/IR/DebugInfoMetadata.h:2954
MethodgetEmptyKey
Empty key: no key should be generated that has no DILocalVariable.
suite/synctools/tablegen/include/llvm/IR/DebugInfoMetadata.h:3730
MethodgetEmptyKey
suite/synctools/tablegen/include/llvm/ProfileData/SampleProf.h:1265
MethodgetEmptyKey
suite/synctools/tablegen/include/llvm/ProfileData/Coverage/CoverageMapping.h:1036
MethodgetEmptyKey
suite/synctools/tablegen/include/llvm/CodeGen/SelectionDAGNodes.h:232
MethodgetEmptyKey
suite/synctools/tablegen/include/llvm/CodeGen/MachineOperand.h:967
MethodgetEmptyKey
suite/synctools/tablegen/include/llvm/CodeGen/MachineInstr.h:1895
MethodgetEmptyKey
suite/synctools/tablegen/include/llvm/CodeGen/TargetInstrInfo.h:2010
MethodgetEmptyKey
suite/synctools/tablegen/include/llvm/CodeGen/Register.h:149
MethodgetEmptyKey
suite/synctools/tablegen/include/llvm/CodeGen/PBQP/CostAllocator.h:50
MethodgetEmptyKey
suite/synctools/tablegen/include/llvm/Frontend/OpenMP/OMPContext.h:195
MethodgetEnableTailMerge
suite/synctools/tablegen/include/llvm/CodeGen/TargetPassConfig.h:176
MethodgetEncoding
suite/synctools/tablegen/include/llvm/IR/DebugInfoMetadata.h:824
MethodgetEncoding
suite/synctools/tablegen/include/llvm/IR/DebugInfoMetadata.h:915
MethodgetEndIdx
Return the end index of this candidate.
suite/synctools/tablegen/include/llvm/CodeGen/MachineOutliner.h:95
MethodgetEndIndex
suite/synctools/tablegen/include/llvm/CodeGen/DbgEntityHistoryCalculator.h:82
MethodgetEntity
suite/synctools/tablegen/include/llvm/IR/DebugInfoMetadata.h:3400
MethodgetEntryKind
suite/synctools/tablegen/include/llvm/CodeGen/DbgEntityHistoryCalculator.h:83
MethodgetEntryKind
suite/synctools/tablegen/include/llvm/CodeGen/MachineJumpTableInfo.h:84
MethodgetEntryNode
suite/synctools/tablegen/include/llvm/IR/CFG.h:305
MethodgetEntryNode
suite/synctools/tablegen/include/llvm/IR/CFG.h:314
MethodgetEntryNode
suite/synctools/tablegen/include/llvm/IR/CFG.h:329
MethodgetEntryNode
suite/synctools/tablegen/include/llvm/IR/CFG.h:338
← previousnext →6,301–6,400 of 12,151, ranked by callers