Searched defs:TSC (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/XRay/
H A DXRayRecord.h86 uint64_t TSC; member in struct:llvm::xray::XRayRecord
H A DYAMLXRayRecord.h37 uint64_t TSC; member in struct:llvm::xray::YAMLXRayRecord
H A DFDRRecords.h160 uint64_t TSC = 0; member in class:llvm::xray::NewCPUIDRecord
208 uint64_t TSC = 0; member in class:llvm::xray::CustomEventRecord
/freebsd-11-stable/contrib/llvm-project/compiler-rt/include/xray/
H A Dxray_records.h92 uint64_t TSC = 0; variable
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_profiling.cpp274 auto TSC = readTSC(CPU); variable
H A Dxray_basic_logging.cpp52 uint64_t TSC; variable
173 uint64_t TSC = ReadTSC(CPU); variable
[all...]
H A Dxray_fdr_logging.cpp412 uint64_t TSC = 0; member in struct:__xray::TSCAndCPU
498 auto &TSC = TC.TSC; variable
528 auto &TSC = TC.TSC; variable
558 auto &TSC = TC.TSC; variable
588 auto &TSC = TC.TSC; variable
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-graph.h76 uint64_t TSC; member in struct:llvm::xray::GraphRenderer::FunctionAttr
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp651 bool DeclSpec::SetStorageClassSpecThread(TSCS TSC, SourceLocation Loc, argument
H A DSemaDecl.cpp6605 DeclSpec::TSCS TSC = D.getDeclSpec().getThreadStorageClassSpec(); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DAutoUpgrade.cpp3661 Value *TSC = Builder.CreateExtractValue(NewCall, 0); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp9051 extractFieldType(SmallVectorImpl<FieldEncoding> &FE, const RecordDecl *RD, const CodeGen::CodeGenModule &CGM, TypeStringCache &TSC) argument
9079 appendRecordType(SmallStringEnc &Enc, const RecordType *RT, const CodeGen::CodeGenModule &CGM, TypeStringCache &TSC, const IdentifierInfo *ID) argument
9131 appendEnumType(SmallStringEnc &Enc, const EnumType *ET, TypeStringCache &TSC, const IdentifierInfo *ID) argument
9248 appendPointerType(SmallStringEnc &Enc, const PointerType *PT, const CodeGen::CodeGenModule &CGM, TypeStringCache &TSC) argument
9259 appendArrayType(SmallStringEnc &Enc, QualType QT, const ArrayType *AT, const CodeGen::CodeGenModule &CGM, TypeStringCache &TSC, StringRef NoSizeEnc) argument
9281 appendFunctionType(SmallStringEnc &Enc, const FunctionType *FT, const CodeGen::CodeGenModule &CGM, TypeStringCache &TSC) argument
9315 appendType(SmallStringEnc &Enc, QualType QType, const CodeGen::CodeGenModule &CGM, TypeStringCache &TSC) argument
9349 getTypeString(SmallStringEnc &Enc, const Decl *D, CodeGen::CodeGenModule &CGM, TypeStringCache &TSC) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h258 enum TSC { enum in class:clang::DeclSpec

Completed in 412 milliseconds