Home
last modified time | relevance | path

Searched refs:VoidPtrType (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DLowerEmuTLS.cpp87 PointerType *VoidPtrType = Type::getInt8PtrTy(C); in addEmuTlsVar() local
95 Constant *NullPtr = ConstantPointerNull::get(VoidPtrType); in addEmuTlsVar()
117 PointerType::getUnqual(InitValue->getType()) : VoidPtrType; in addEmuTlsVar()
118 Type *ElementTypes[4] = {WordType, WordType, VoidPtrType, InitPtrType}; in addEmuTlsVar()
161 DL.getABITypeAlignment(VoidPtrType)); in addEmuTlsVar()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp5221 PointerType *VoidPtrType = Type::getInt8PtrTy(*DAG.getContext()); in LowerToTLSEmulatedModel() local
5232 Entry.Ty = VoidPtrType; in LowerToTLSEmulatedModel()
5239 CLI.setLibCallee(CallingConv::C, VoidPtrType, EmuTlsGetAddr, std::move(Args)); in LowerToTLSEmulatedModel()