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

  /external/clang/lib/CodeGen/
ABIInfo.h 58 llvm::LLVMContext &getVMContext() const;
TargetInfo.cpp 90 llvm::LLVMContext &ABIInfo::getVMContext() const {
839 llvm::Type::getInt64Ty(getVMContext()), 2));
845 return ABIArgInfo::getDirect(llvm::IntegerType::get(getVMContext(),
882 return ABIArgInfo::getDirect(llvm::IntegerType::get(getVMContext(),Size));
    [all...]

Completed in 155 milliseconds