Home
last modified time | relevance | path

Searched defs:TagOffset (Results 1 – 10 of 10) sorted by relevance

/llvm-project/compiler-rt/lib/orc/
H A Dexecutor_address.h45 constexpr Tag(uintptr_t TagValue, uintptr_t TagOffset) in Tag() argument
60 constexpr Untag(uintptr_t TagLen, uintptr_t TagOffset) in Untag() argument
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DExecutorAddress.h46 Tag(uintptr_t TagValue,uintptr_t TagOffset) Tag() argument
61 Untag(uintptr_t TagLen,uintptr_t TagOffset) Untag() argument
/llvm-project/llvm/unittests/ExecutionEngine/Orc/
H A DExecutorAddressTest.cpp65 constexpr uintptr_t TagOffset = 8 * (sizeof(uintptr_t) - 1); TEST() local
/llvm-project/compiler-rt/lib/orc/tests/unit/
H A Dexecutor_address_test.cpp70 constexpr uintptr_t TagOffset = 8 * (sizeof(uintptr_t) - 1); in TEST() local
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.h111 std::optional<uint8_t> TagOffset; variable
H A DDebugLocStream.h159 std::optional<uint8_t> TagOffset; variable
H A DDwarfCompileUnit.cpp881 auto TagOffset = Multi.getDebugLocListTagOffset(); applyConcreteDbgVariableAttributes() local
[all...]
/llvm-project/llvm/include/llvm/DebugInfo/
H A DDIContext.h135 std::optional<uint64_t> TagOffset; global() member
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp4293 int TagOffset = N->getConstantOperandVal(3); trySelectStackSlotTagP() local
4313 int TagOffset = N->getConstantOperandVal(3); SelectTagP() local
/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp11241 Value *TagOffset = EmitScalarExpr(E->getArg(1)); EmitAArch64BuiltinExpr() local