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

  /external/clang/lib/CodeGen/
CGRecordLayout.h 161 llvm::StructType *getLLVMType() const {
CGRecordLayoutBuilder.cpp 709 dyn_cast<llvm::StructType>(RL->getLLVMType());
    [all...]
CGExprConstant.cpp     [all...]
  /frameworks/compile/slang/
slang_rs_export_func.cpp 148 llvm::Type *T1 = F->getType()->getLLVMType();
slang_rs_export_type.cpp 864 return getRSContext()->getDataLayout()->getTypeStoreSize(getLLVMType());
868 return getRSContext()->getDataLayout()->getTypeAllocSize(getLLVMType());
    [all...]
slang_rs_export_type.h 259 inline llvm::Type *getLLVMType() const {
slang_rs_backend.cpp 321 Expected->getLLVMType()->dump();

Completed in 70 milliseconds