MCPcopy Create free account

hub / github.com/btbd/smap / types & classes

Types & classes639 in github.com/btbd/smap

↓ 410 callersClassImVec2
example/imgui/imgui.h:105
↓ 145 callersClassImVec4
example/imgui/imgui.h:115
↓ 51 callersClassMem
smap/asmjit/asmjit/x86/x86operand.h:22
↓ 16 callersClassImm
Immediate operand. Immediate operand is usually part of instruction itself. It's inlined after or before the instruction opcode. Immediates can be on
smap/asmjit/asmjit/core/operand.h:1180
↓ 14 callersClassRegion
smap/region.h:6
↓ 11 callersClassGp
smap/asmjit/asmjit/x86/x86operand.h:24
↓ 10 callersClassLabel
Label (jump target or data location). Label represents a location in code typically used as a jump target, but may be also a reference to some data o
smap/asmjit/asmjit/core/operand.h:490
↓ 7 callersClassReg
smap/asmjit/asmjit/x86/x86operand.h:21
↓ 6 callersClassPair
example/imgui/imgui.h:1153
↓ 6 callersClassXmm
smap/asmjit/asmjit/x86/x86operand.h:32
↓ 5 callersClassBaseInst
Instruction id, options, and extraReg in a single structure. This structure exists mainly to simplify analysis and validation API that requires `BaseI
smap/asmjit/asmjit/core/inst.h:261
↓ 5 callersClassBaseMem
Base class for all memory operands. \note It's tricky to pack all possible cases that define a memory operand into just 16 bytes. The `BaseMem` split
smap/asmjit/asmjit/core/operand.h:929
↓ 5 callersClassBaseReg
smap/asmjit/asmjit/core/logging.h:25
↓ 5 callersClassYmm
smap/asmjit/asmjit/x86/x86operand.h:33
↓ 4 callersClassGpbLo
smap/asmjit/asmjit/x86/x86operand.h:26
↓ 4 callersClassImFontConfig
Runtime data for multiple fonts, bake multiple fonts into a single texture, TTF/OTF font loader
example/imgui/imgui.h:57
↓ 4 callersClassIterator
smap/asmjit/asmjit/core/support.h:1288
↓ 4 callersClassKReg
smap/asmjit/asmjit/x86/x86operand.h:36
↓ 4 callersClassOperand
Operand can contain register, memory location, immediate, or label.
smap/asmjit/asmjit/core/operand.h:412
↓ 4 callersClassReverseIterator
smap/asmjit/asmjit/core/support.h:1316
↓ 4 callersClassZmm
smap/asmjit/asmjit/x86/x86operand.h:34
↓ 3 callersClassMm
smap/asmjit/asmjit/x86/x86operand.h:35
↓ 3 callersClassMyKeyMatcher
smap/asmjit/asmjit/core/zonehash.cpp:127
↓ 3 callersClassSt
smap/asmjit/asmjit/x86/x86operand.h:40
↓ 2 callersClassBnd
smap/asmjit/asmjit/x86/x86operand.h:41
↓ 2 callersClassCReg
smap/asmjit/asmjit/x86/x86operand.h:38
↓ 2 callersClassDReg
smap/asmjit/asmjit/x86/x86operand.h:39
↓ 2 callersClassGpbHi
smap/asmjit/asmjit/x86/x86operand.h:27
↓ 2 callersClassGpd
smap/asmjit/asmjit/x86/x86operand.h:29
↓ 2 callersClassGpq
smap/asmjit/asmjit/x86/x86operand.h:30
↓ 2 callersClassGpw
smap/asmjit/asmjit/x86/x86operand.h:28
↓ 2 callersClassImColor
Configuration data when adding a font or merging fonts
example/imgui/imgui.h:58
↓ 2 callersClassImGuiStyleMod
example/imgui/imgui_internal.h:36
↓ 2 callersClassLabelByName
Only used to lookup a label from `_namedLabels`.
smap/asmjit/asmjit/core/codeholder.cpp:455
↓ 2 callersClassLiveRegData
smap/asmjit/asmjit/core/radefs_p.h:685
↓ 2 callersClassSReg
smap/asmjit/asmjit/x86/x86operand.h:37
↓ 2 callersClassTextRange
example/imgui/imgui.h:1097
↓ 2 callersClassVec
smap/asmjit/asmjit/x86/x86operand.h:31
↓ 1 callersClassBaseNode
smap/asmjit/asmjit/core/builder.h:35
↓ 1 callersClassBaseReg
Physical/Virtual register operand.
smap/asmjit/asmjit/core/operand.h:613
↓ 1 callersClassImDrawChannel
Forward declarations
example/imgui/imgui.h:49
↓ 1 callersClassImDrawListSharedData
A single draw command list (generally one per window)
example/imgui/imgui.h:53
↓ 1 callersClassImGuiColumnsSet
example/imgui/imgui_internal.h:417
↓ 1 callersClassImGuiContext
User data payload for drag and drop operations
example/imgui/imgui.h:69
↓ 1 callersClassImGuiMenuColumns
example/imgui/imgui_internal.h:38
↓ 1 callersClassImGuiWindow
example/imgui/imgui_internal.h:43
↓ 1 callersClassImGuiWindowSettings
example/imgui/imgui_internal.h:44
↓ 1 callersClassLabelNode
smap/asmjit/asmjit/core/builder.h:38
↓ 1 callersClassRABlockVisitItem
smap/asmjit/asmjit/core/rapass.cpp:342
↓ 1 callersClassRAStackGap
smap/asmjit/asmjit/core/rastack.cpp:49
↓ 1 callersClassSMap
smap/smap.h:5
↓ 1 callersClassTemporary
Used to pass a temporary buffer to: - Containers that use user-passed buffer as an initial storage (still can grow). - Zone allocator that would use
smap/asmjit/asmjit/core/support.h:1351
↓ 1 callersClassX86RACFGBuilder
smap/asmjit/asmjit/x86/x86rapass.cpp:77
ClassASMJIT_VIRTAPI
smap/asmjit/asmjit/core/compiler.h:183
ClassASMJIT_VIRTAPI
smap/asmjit/asmjit/core/jitruntime.h:30
ClassASMJIT_VIRTAPI
smap/asmjit/asmjit/core/logging.h:125
ClassASMJIT_VIRTAPI
smap/asmjit/asmjit/core/emitter.h:34
ClassASMJIT_VIRTAPI
smap/asmjit/asmjit/core/builder.h:51
ClassASMJIT_VIRTAPI
smap/asmjit/asmjit/core/target.h:140
ClassASMJIT_VIRTAPI
smap/asmjit/asmjit/core/codeholder.h:56
ClassASMJIT_VIRTAPI
smap/asmjit/asmjit/x86/x86builder.h:27
ClassASMJIT_VIRTAPI
smap/asmjit/asmjit/x86/x86assembler.h:26
ClassASMJIT_VIRTAPI
smap/asmjit/asmjit/x86/x86compiler.h:28
ClassAdd
smap/asmjit/asmjit/core/support.h:913
EnumAdditionalBits
smap/asmjit/asmjit/x86/x86operand.h:397
EnumAddrType
smap/asmjit/asmjit/core/operand.h:931
ClassAddressTableEntry
smap/asmjit/asmjit/core/codeholder.h:470
EnumAlignMode
Align mode.
smap/asmjit/asmjit/core/codeholder.h:41
ClassAlignNode
smap/asmjit/asmjit/core/builder.h:39
ClassAlignedInt
smap/asmjit/asmjit/core/support.h:43
ClassAlignedInt<uint16_t, 1>
smap/asmjit/asmjit/core/support.h:45
ClassAlignedInt<uint16_t, 2>
smap/asmjit/asmjit/core/support.h:46
ClassAlignedInt<uint32_t, 1>
smap/asmjit/asmjit/core/support.h:47
ClassAlignedInt<uint32_t, 2>
smap/asmjit/asmjit/core/support.h:48
ClassAlignedInt<uint32_t, 4>
smap/asmjit/asmjit/core/support.h:49
ClassAlignedInt<uint64_t, 1>
smap/asmjit/asmjit/core/support.h:50
ClassAlignedInt<uint64_t, 2>
smap/asmjit/asmjit/core/support.h:51
ClassAlignedInt<uint64_t, 4>
smap/asmjit/asmjit/core/support.h:52
ClassAlignedInt<uint64_t, 8>
smap/asmjit/asmjit/core/support.h:53
ClassAnd
smap/asmjit/asmjit/core/support.h:908
ClassAndNot
smap/asmjit/asmjit/core/support.h:909
ClassAnyData
smap/asmjit/asmjit/core/builder.h:373
ClassArchRegs
Information about all architecture registers.
smap/asmjit/asmjit/core/arch.h:166
ClassArchUtils
smap/asmjit/asmjit/core/arch.h:179
EnumArgIndex
smap/asmjit/asmjit/core/radefs_p.h:974
EnumArgIndex
smap/asmjit/asmjit/core/rastack_p.h:33
ClassAsmParser
Asm parser.
smap/asmtk/asmtk/asmparser.h:20
ClassAsmToken
Token.
smap/asmtk/asmtk/asmtokenizer.h:20
ClassAsmTokenizer
Tokenizer.
smap/asmtk/asmtk/asmtokenizer.h:94
EnumAttributes
smap/asmjit/asmjit/core/func.h:481
ClassBACKUP_DX11_STATE
Backup DX state that will be modified to restore it afterwards (unfortunately this is very ugly looking and verbose. Close your eyes!)
example/imgui/imgui_impl_dx11.cpp:121
ClassBaseBuilder
smap/asmjit/asmjit/core/logging.h:30
ClassBaseEmitter
smap/asmjit/asmjit/core/logging.h:24
ClassBaseNode
smap/asmjit/asmjit/core/logging.h:31
ClassBaseOfTypeId
smap/asmjit/asmjit/core/type.h:214
ClassBaseRegTraits
\cond INTERNAL Default register traits.
smap/asmjit/asmjit/core/operand.h:565
ClassBitFlipIterator
smap/asmjit/asmjit/core/jitallocator.cpp:58
ClassBitVectorIterator
smap/asmjit/asmjit/core/support.h:1065
ClassBitVectorOpIterator
smap/asmjit/asmjit/core/support.h:1124
ClassBitWordIterator
smap/asmjit/asmjit/core/support.h:936
next →1–100 of 639, ranked by callers