MCPcopy Create free account

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

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

MethodgetZeroLatencyHeight
The maximum unweighted length of a path from the given node to an arbitrary node in which each edge has latency 0
suite/synctools/tablegen/include/llvm/CodeGen/MachinePipeliner.h:233
MethodgetZoneCritResIdx
suite/synctools/tablegen/include/llvm/CodeGen/MachineScheduler.h:747
Functionget_arch_info
(a)
bindings/python/capstone/sparc.py:49
Functionget_arch_info
(a)
bindings/python/capstone/arm64.py:101
Functionget_arch_info
(a)
bindings/python/capstone/wasm.py:69
Functionget_arch_info
(a)
bindings/python/capstone/tricore.py:50
Functionget_arch_info
(a)
bindings/python/capstone/x86.py:92
Functionget_arch_info
(a)
bindings/python/capstone/mips.py:46
Functionget_arch_info
(a)
bindings/python/capstone/xcore.py:48
Functionget_arch_info
(a)
bindings/python/capstone/riscv.py:47
Functionget_arch_info
(a)
bindings/python/capstone/evm.py:15
Functionget_arch_info
(a)
bindings/python/capstone/m680x.py:86
Functionget_arch_info
(a)
bindings/python/capstone/sh.py:64
Functionget_arch_info
(a)
bindings/python/capstone/tms320c64x.py:65
Functionget_arch_info
(a)
bindings/python/capstone/m68k.py:99
Functionget_arch_info
(a)
bindings/python/capstone/ppc.py:61
Functionget_arch_info
(a)
bindings/python/capstone/mos65xx.py:42
Functionget_arch_info
(a)
bindings/python/capstone/bpf.py:67
Functionget_arch_info
(a)
bindings/python/capstone/systemz.py:49
Functionget_arch_info
(a)
bindings/python/capstone/arm.py:80
Functionget_detail
Mapping.h:168
Functionget_detail_arm
suite/cstest/src/arm_detail.c:7
Functionget_detail_arm64
suite/cstest/src/arm64_detail.c:7
Functionget_detail_bpf
suite/cstest/src/bpf_detail.c:12
Functionget_detail_evm
suite/cstest/src/evm_detail.c:7
Functionget_detail_m680x
suite/cstest/src/m680x_detail.c:38
Functionget_detail_m68k
suite/cstest/src/m68k_detail.c:54
Functionget_detail_mips
suite/cstest/src/mips_detail.c:7
Functionget_detail_mos65xx
suite/cstest/src/mos65xx_detail.c:67
Functionget_detail_ppc
suite/cstest/src/ppc_detail.c:36
Functionget_detail_riscv
suite/cstest/src/riscv_detail.c:7
Functionget_detail_sparc
suite/cstest/src/sparc_detail.c:7
Functionget_detail_sysz
suite/cstest/src/systemz_detail.c:7
Functionget_detail_tms320c64x
suite/cstest/src/tms320c64x_detail.c:7
Functionget_detail_tricore
suite/cstest/src/tricore_detail.c:7
Functionget_detail_x86
suite/cstest/src/x86_detail.c:190
Functionget_detail_xcore
suite/cstest/src/xcore_detail.c:7
Functionget_first_insn
(filename)
suite/synctools/instrinfo-arch.py:33
Functionget_index
suite/cstest/src/capstone_test.c:125
Functionglobal_empty
suite/synctools/tablegen/include/llvm/IR/Module.h:607
Functionglobal_size
suite/synctools/tablegen/include/llvm/IR/Module.h:606
Methodglobal_variable_count
suite/synctools/tablegen/include/llvm/IR/DebugInfo.h:148
Methodglobal_variables
suite/synctools/tablegen/include/llvm/IR/DebugInfo.h:135
Functionglobals
suite/synctools/tablegen/include/llvm/IR/Module.h:609
Methodgroup
(int gid)
bindings/java/capstone/Capstone.java:248
MethodgroupName
(int id)
bindings/java/capstone/Capstone.java:244
Methodgroup_name
(self, group_id, default=None)
bindings/python/capstone/__init__.py:820
Methodgroups
(self)
bindings/python/capstone/__init__.py:715
MethodhandleAddEdge
suite/synctools/tablegen/include/llvm/CodeGen/RegAllocPBQP.h:309
MethodhandleChangedOperand
Default handling of a changed operand, which asserts. If subclasses pass themselves in as owners to a tracking node reference, they must provide an i
suite/synctools/tablegen/include/llvm/IR/Metadata.h:97
MethodhandleDiagnostics
Override handleDiagnostics to provide custom implementation. Return true if it handles diagnostics reporting properly otherwise return false to make L
suite/synctools/tablegen/include/llvm/IR/DiagnosticHandler.h:42
MethodhandleOperandChangeImpl
suite/synctools/tablegen/include/llvm/IR/Constants.h:54
Methodhandler_begin
Returns an iterator that points to the first handler in CatchSwitchInst.
suite/synctools/tablegen/include/llvm/IR/Instructions.h:4374
Methodhandler_end
Returns a read-only iterator that points one past the last handler in the CatchSwitchInst.
suite/synctools/tablegen/include/llvm/IR/Instructions.h:4392
Methodhandler_helper
suite/synctools/tablegen/include/llvm/IR/Instructions.h:4359
Methodhandlers
iteration adapter for range-for loops.
suite/synctools/tablegen/include/llvm/IR/Instructions.h:4403
MethodhasAddressTaken
Returns true if there are any uses of this basic block other than direct branches, switches, etc. to it.
suite/synctools/tablegen/include/llvm/IR/BasicBlock.h:448
MethodhasAddressTaken
Test whether this block is potentially the target of an indirect branch.
suite/synctools/tablegen/include/llvm/CodeGen/MachineBasicBlock.h:215
MethodhasAliasee
suite/synctools/tablegen/include/llvm/IR/ModuleSummaryIndex.h:472
MethodhasAllConstantIndices
Return true if all of the indices of this GEP are constant integers. If so, the result pointer and the first operand have a constant offset between th
suite/synctools/tablegen/include/llvm/IR/Operator.h:561
MethodhasAllZeroIndices
Return true if all of the indices of this GEP are zeros. If so, the result pointer and the first operand have the same value, just potentially differe
suite/synctools/tablegen/include/llvm/IR/Operator.h:548
MethodhasAllowContract
Test if this operation can be floating-point contracted (FMA).
suite/synctools/tablegen/include/llvm/IR/Operator.h:372
MethodhasAllowReassociation
suite/synctools/tablegen/include/llvm/CodeGen/SelectionDAGNodes.h:432
MethodhasAllowReciprocal
Test if this operation can use reciprocal multiply instead of division.
suite/synctools/tablegen/include/llvm/IR/Operator.h:367
MethodhasAndNot
Return true if the target has a bitwise and-not operation: X = ~A & B This can be used to simplify select or other instructions.
suite/synctools/tablegen/include/llvm/CodeGen/TargetLowering.h:706
MethodhasAndNotCompare
Return true if the target should transform: (X & Y) == Y ---> (~X & Y) == 0 (X & Y) != Y ---> (~X & Y) != 0 This may be profitable if the target has
suite/synctools/tablegen/include/llvm/CodeGen/TargetLowering.h:699
MethodhasAppendingLinkage
suite/synctools/tablegen/include/llvm/IR/GlobalValue.h:448
MethodhasApplied
suite/synctools/tablegen/include/llvm/ProfileData/SampleProfReader.h:288
MethodhasApproximateFuncs
suite/synctools/tablegen/include/llvm/CodeGen/SelectionDAGNodes.h:431
MethodhasArg
Whether this constraint corresponds to an argument.
suite/synctools/tablegen/include/llvm/IR/InlineAsm.h:176
MethodhasArgList
suite/synctools/tablegen/include/llvm/IR/IntrinsicInst.h:227
MethodhasArgument
Returns true if this CallSite passes the given Value* as an argument to the called function.
suite/synctools/tablegen/include/llvm/IR/InstrTypes.h:1387
MethodhasAtLeastLocalUnnamedAddr
Returns true if this value's address is not significant in this module. This attribute is intended to be used only by the code generator and LTO to al
suite/synctools/tablegen/include/llvm/IR/GlobalValue.h:205
MethodhasAtLeastOneValue
suite/synctools/tablegen/include/llvm/CodeGen/LiveInterval.h:301
MethodhasAttribute
suite/synctools/tablegen/include/llvm/ProfileData/SampleProf.h:561
MethodhasAttributes
Return true if any attributes exist.
suite/synctools/tablegen/include/llvm/IR/GlobalVariable.h:207
MethodhasAttributes
Return true if attributes exists in this set.
suite/synctools/tablegen/include/llvm/IR/Attributes.h:329
MethodhasAttributes
Return true if the builder has IR-level attributes.
suite/synctools/tablegen/include/llvm/IR/Attributes.h:1055
MethodhasAvailableExternallyLinkage
suite/synctools/tablegen/include/llvm/IR/GlobalValue.h:435
FunctionhasBBLabels
Returns true if basic block labels are to be generated for this function.
suite/synctools/tablegen/include/llvm/CodeGen/MachineFunction.h:626
FunctionhasBBSections
Returns true if this function has basic block sections enabled.
suite/synctools/tablegen/include/llvm/CodeGen/MachineFunction.h:619
MethodhasBigEndianPartOrdering
When splitting a value of the specified type into parts, does the Lo or Hi part come first? This usually follows the endianness, except for ppcf128,
suite/synctools/tablegen/include/llvm/CodeGen/TargetLowering.h:1593
MethodhasBitPreservingFPLogic
Return true if it is safe to transform an integer-domain bitwise operation into the equivalent floating-point operation. This should be set to true if
suite/synctools/tablegen/include/llvm/CodeGen/TargetLowering.h:645
MethodhasBitTest
Return true if the target has a bit-test instruction: (X & (1 << Y)) ==/!= 0 This knowledge can be used to prevent breaking the pattern, or creating i
suite/synctools/tablegen/include/llvm/CodeGen/TargetLowering.h:716
MethodhasBranchDivergence
suite/synctools/tablegen/include/llvm/CodeGen/BasicTTIImpl.h:260
MethodhasByValArgument
Determine if any call argument is an aggregate passed by value.
suite/synctools/tablegen/include/llvm/IR/InstrTypes.h:1900
MethodhasCSFlagInHash
suite/synctools/tablegen/include/llvm/ProfileData/InstrProf.h:886
MethodhasCSIRLevelProfile
suite/synctools/tablegen/include/llvm/ProfileData/InstrProfReader.h:207
MethodhasCSIRLevelProfile
suite/synctools/tablegen/include/llvm/ProfileData/InstrProfReader.h:501
MethodhasCSIRLevelProfile
suite/synctools/tablegen/include/llvm/ProfileData/InstrProfReader.h:569
MethodhasCalls
Return true if this sample record contains function calls.
suite/synctools/tablegen/include/llvm/ProfileData/SampleProf.h:362
MethodhasCalls
Return true if the current function has any function calls.
suite/synctools/tablegen/include/llvm/CodeGen/MachineFrameInfo.h:580
MethodhasChildren
suite/synctools/tablegen/include/llvm/CodeGen/DIE.h:102
MethodhasChildren
suite/synctools/tablegen/include/llvm/CodeGen/DIE.h:787
MethodhasClobberingOperandBundles
Return true if this operand bundle user has operand bundles that may write to the heap.
suite/synctools/tablegen/include/llvm/IR/InstrTypes.h:2052
MethodhasCodeFormat
suite/synctools/tablegen/include/llvm/TableGen/Record.h:648
MethodhasComdat
suite/synctools/tablegen/include/llvm/IR/GlobalObject.h:122
MethodhasComdat
suite/synctools/tablegen/include/llvm/IR/GlobalValue.h:222
MethodhasCommonLinkage
suite/synctools/tablegen/include/llvm/IR/GlobalValue.h:455
MethodhasCommutePreference
Returns true if the target has a preference on the operands order of the given machine instruction. And specify if \p Commute is required to get the d
suite/synctools/tablegen/include/llvm/CodeGen/TargetInstrInfo.h:474
← previousnext →8,101–8,200 of 12,151, ranked by callers