Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
LLVM への C インターフェイスを使用する場合、 2 つLLVMTypeRefの s が同じ型を表しているかどうかを判断するにはどうすればよいですか?
LLVMTypeRef
IIUC、2 つの型が同じで作成された場合、LLVMContext型は LLVM で一意であるため、同じポインターである必要があります。C API 関数は、C++をwrapに「変換」するために使用します。これは、ポインターで使用するだけです。TypeLLVMTypeRefreinterpret_cast
LLVMContext
wrap
Type
reinterpret_cast