Searched refs:TSC (Results 26 - 34 of 34) sorted by relevance

12

/openbsd-current/gnu/llvm/clang/lib/Sema/
H A DDeclSpec.cpp524 const char *DeclSpec::getSpecifierName(TSC C) {
688 bool DeclSpec::SetStorageClassSpecThread(TSCS TSC, SourceLocation Loc, argument
692 return BadSpecifier(TSC, (TSCS)ThreadStorageClassSpec, PrevSpec, DiagID);
694 ThreadStorageClassSpec = TSC;
719 bool DeclSpec::SetTypeSpecComplex(TSC C, SourceLocation Loc,
723 return BadSpecifier(C, (TSC)TypeSpecComplex, PrevSpec, DiagID);
1399 if (DeclSpec::TSCS TSC = getThreadStorageClassSpec()) {
1401 SpecName += getSpecifierName(TSC);
H A DSemaDecl.cpp7826 DeclSpec::TSCS TSC = D.getDeclSpec().getThreadStorageClassSpec();
7827 if (TSC != TSCS_unspecified) {
7831 << DeclSpec::getSpecifierName(TSC) << 1;
/openbsd-current/gnu/llvm/llvm/lib/XRay/
H A DProfile.cpp345 TSD.push_back({E.TSC, E.FuncId});
357 auto FunctionLocalTime = AbsoluteDifference(Top.Timestamp, E.TSC);
H A DRecordInitializer.cpp74 R.TSC = E.getU64(&OffsetPtr);
77 "Cannot read CPU TSC at offset %" PRId64 ".",
89 "Invalid offset for a new TSC wrap record (%" PRId64 ").", OffsetPtr);
96 "Cannot read TSC wrap record at offset %" PRId64 ".", OffsetPtr);
125 R.TSC = E.getU64(&OffsetPtr);
129 "Cannot read a custom event TSC field at offset %" PRId64 ".",
203 "Cannot read a custom event record TSC delta field at offset "
267 "Cannot read a typed event record TSC delta field at offset "
425 "Failed reading TSC delta from offset %" PRId64 ".", OffsetPtr);
/openbsd-current/gnu/llvm/llvm/tools/llvm-xray/
H A Dxray-graph.h76 uint64_t TSC; member in struct:llvm::xray::GraphRenderer::FunctionAttr
/openbsd-current/gnu/llvm/clang/include/clang/Sema/
H A DDeclSpec.h253 enum TSC { enum in class:clang::DeclSpec
344 /*TSC*/unsigned TypeSpecComplex : 2;
491 TSC getTypeSpecComplex() const { return (TSC)TypeSpecComplex; }
558 static const char *getSpecifierName(DeclSpec::TSC C);
674 bool SetStorageClassSpecThread(TSCS TSC, SourceLocation Loc,
679 bool SetTypeSpecComplex(TSC C, SourceLocation Loc, const char *&PrevSpec,
/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DTargetInfo.cpp10317 mutable TypeStringCache TSC;
10490 TypeStringCache &TSC);
10497 if (getTypeString(Enc, D, CGM, TSC)) {
10644 TypeStringCache &TSC);
10652 TypeStringCache &TSC) {
10664 if (!appendType(Enc, Field->getType(), CGM, TSC))
10679 TypeStringCache &TSC, const IdentifierInfo *ID) {
10681 StringRef TypeString = TSC.lookupStr(ID);
10705 TSC.addIncomplete(ID, std::move(StubEnc));
10706 if (!extractFieldType(FE, RD, CGM, TSC)) {
10649 extractFieldType(SmallVectorImpl<FieldEncoding> &FE, const RecordDecl *RD, const CodeGen::CodeGenModule &CGM, TypeStringCache &TSC) argument
10677 appendRecordType(SmallStringEnc &Enc, const RecordType *RT, const CodeGen::CodeGenModule &CGM, TypeStringCache &TSC, const IdentifierInfo *ID) argument
10729 appendEnumType(SmallStringEnc &Enc, const EnumType *ET, TypeStringCache &TSC, const IdentifierInfo *ID) argument
10846 appendPointerType(SmallStringEnc &Enc, const PointerType *PT, const CodeGen::CodeGenModule &CGM, TypeStringCache &TSC) argument
10857 appendArrayType(SmallStringEnc &Enc, QualType QT, const ArrayType *AT, const CodeGen::CodeGenModule &CGM, TypeStringCache &TSC, StringRef NoSizeEnc) argument
10879 appendFunctionType(SmallStringEnc &Enc, const FunctionType *FT, const CodeGen::CodeGenModule &CGM, TypeStringCache &TSC) argument
10913 appendType(SmallStringEnc &Enc, QualType QType, const CodeGen::CodeGenModule &CGM, TypeStringCache &TSC) argument
10947 getTypeString(SmallStringEnc &Enc, const Decl *D, const CodeGen::CodeGenModule &CGM, TypeStringCache &TSC) argument
[all...]
/openbsd-current/gnu/llvm/clang/include/clang/AST/
H A DDecl.h1132 void setTSCSpec(ThreadStorageClassSpecifier TSC) {
1133 VarDeclBits.TSCSpec = TSC;
1134 assert(VarDeclBits.TSCSpec == TSC && "truncation");
/openbsd-current/gnu/llvm/llvm/lib/IR/
H A DAutoUpgrade.cpp4259 Value *TSC = Builder.CreateExtractValue(NewCall, 0); local
4262 CI->replaceAllUsesWith(TSC);

Completed in 315 milliseconds

12