HomeSort by relevance Sort by last modified time
    Searched refs:getInt64PtrTy (Results 1 - 8 of 8) sorted by null

  /external/llvm/include/llvm/IR/
Type.h 412 static PointerType *getInt64PtrTy(LLVMContext &C, unsigned AS = 0);
  /external/llvm/unittests/IR/
InstructionsTest.cpp 412 Type* Int64PtrTy = Type::getInt64PtrTy(C);
457 Type* Int64PtrTyAS1 = Type::getInt64PtrTy(C, 1);
458 Type* Int64PtrTyAS2 = Type::getInt64PtrTy(C, 2);
  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 716 Type *Int64PtrTy = Type::getInt64PtrTy(*Ctx);
787 Type::getInt64PtrTy(*Ctx), // uint64_t *counters
    [all...]
DataFlowSanitizer.cpp     [all...]
MemorySanitizer.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenPGO.cpp 122 auto *Int64PtrTy = llvm::Type::getInt64PtrTy(Ctx);
    [all...]
  /external/llvm/lib/IR/
Type.cpp 290 PointerType *Type::getInt64PtrTy(LLVMContext &C, unsigned AS) {
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 413 MapTy = Type::getInt64PtrTy(C->getContext(), AS);
    [all...]

Completed in 92 milliseconds