Home
last modified time | relevance | path

Searched refs:getEncodedType (Results 1 – 13 of 13) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp55 uint8_t getEncodedType(const MCSectionXCOFF *);
1004 writeSymbolAuxCsectEntry(CSectionRef.Size, getEncodedType(CSectionRef.MCSec), in writeAuxFileHeader()
1725 uint8_t getEncodedType(const MCSectionXCOFF *Sec) {
1664 uint8_t getEncodedType(const MCSectionXCOFF *Sec) { getEncodedType() function
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DComputeDependence.cpp422 return toExprDependenceAsWritten(E->getEncodedType()->getDependence()); in computeDependence()
H A DJSONNodeDumper.cpp1240 JOS.attribute("encodedType", createQualType(OEE->getEncodedType())); in VisitObjCBoxedExpr()
H A DStmtProfile.cpp2347 VisitType(S->getEncodedType()); in VisitObjCSubscriptRefExpr()
H A DTextNodeDumper.cpp1693 dumpType(Node->getEncodedType()); in VisitFunctionProtoType()
H A DStmtPrinter.cpp2678 Node->getEncodedType().print(OS, Policy); in VisitObjCMessageExpr()
H A DExprConstant.cpp3468 Info.Ctx.getObjCEncodingForType(ObjCEnc->getEncodedType(), Str); in expandStringLiteral()
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DExprObjC.h429 QualType getEncodedType() const { return EncodedType->getType(); } in getEncodedType() function
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp1464 CGM.getContext().getObjCEncodingForType(E->getEncodedType(), Str); in emitAbstract()
H A DCodeGenModule.cpp6545 getContext().getObjCEncodingForType(E->getEncodedType(), Str); in GetAddrOfGlobalTemporary()
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp1988 Context->getObjCEncodingForType(Exp->getEncodedType(), StrEncoding); in RewriteAtEncode()
H A DRewriteModernObjC.cpp2071 Context->getObjCEncodingForType(Exp->getEncodedType(), StrEncoding); in RewriteAtEncode()
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp3236 Context.getObjCEncodingForType(E->getEncodedType(), Str); in getStructuredSubobjectInit()