HomeSort by: relevance | last modified time | path
    Searched refs:TargetAS (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
AddressSpaces.h 80 inline LangAS getLangASFromTargetAS(unsigned TargetAS) {
81 return static_cast<LangAS>((TargetAS) +
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGDecl.cpp 255 unsigned TargetAS = getContext().getTargetAddressSpace(AS);
268 nullptr, llvm::GlobalVariable::NotThreadLocal, TargetAS);
2642 auto TargetAS = getContext().getTargetAddressSpace(GVAS);
2643 if (Entry->getType()->getAddressSpace() == TargetAS)
2648 llvm::PointerType *PTy = llvm::PointerType::get(Ty, TargetAS);
CodeGenModule.cpp 5506 auto TargetAS = getContext().getTargetAddressSpace(AddrSpace);
5509 /*InsertBefore=*/nullptr, llvm::GlobalVariable::NotThreadLocal, TargetAS);
  /src/external/apache2/llvm/dist/clang/lib/AST/
ItaniumMangle.cpp 2544 unsigned TargetAS = Context.getASTContext().getTargetAddressSpace(AS);
2545 if (TargetAS != 0 ||
2547 ASString = "AS" + llvm::utostr(TargetAS);
MicrosoftMangle.cpp 2147 // __clang::struct _AS<TargetAS, Type>
2156 unsigned TargetAS = Context.getASTContext().getTargetAddressSpace(AS);
2158 Extra.mangleIntegerLiteral(llvm::APSInt::getUnsigned(TargetAS));

Completed in 30 milliseconds