Searched refs:RawAddr (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/llvm/compiler-rt/lib/orc/tests/unit/
H A Dexecutor_address_test.cpp67 constexpr uintptr_t RawAddr = 0x123456; local
68 int *RawPtr = (int *)RawAddr;
78 EXPECT_EQ(EA.getValue(), RawAddr);
111 uint64_t RawAddr = 0x1234567890ABCDEF; local
112 ExecutorAddr Addr(RawAddr);
114 EXPECT_EQ(std::hash<uint64_t>()(RawAddr), std::hash<ExecutorAddr>()(Addr));
/openbsd-current/gnu/llvm/llvm/lib/IR/
H A DVerifier.cpp6063 const auto *RawAddr = DAI->getRawAddress(); local
6065 isa<ValueAsMetadata>(RawAddr) ||
6066 (isa<MDNode>(RawAddr) && !cast<MDNode>(RawAddr)->getNumOperands()),

Completed in 79 milliseconds