Home
last modified time | relevance | path

Searched defs:TSC (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/XRay/
DYAMLXRayRecord.h38 uint64_t TSC; member
DXRayRecord.h73 uint64_t TSC; member
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-xray/
Dxray-graph.h77 uint64_t TSC; member
/external/scapy/scapy/modules/krack/
Dcrypto.py137 def gen_TKIP_RC4_key(TSC, TA, TK): argument
/external/clang/lib/Sema/
DDeclSpec.cpp563 bool DeclSpec::SetStorageClassSpecThread(TSCS TSC, SourceLocation Loc, in SetStorageClassSpecThread()
1183 if (DeclSpec::TSCS TSC = getThreadStorageClassSpec()) { in Finish() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/XRay/
DTrace.cpp307 uint64_t TSC = RecordExtractor.getU64(&OffsetPtr); in processCustomEventMarker() local
/external/clang/lib/CodeGen/
DTargetInfo.cpp7370 mutable TypeStringCache TSC; member in __anoncb30615c1411::XCoreTargetCodeGenInfo
7608 TypeStringCache &TSC) { in extractFieldType()
7635 TypeStringCache &TSC, const IdentifierInfo *ID) { in appendRecordType()
7686 TypeStringCache &TSC, in appendEnumType()
7804 TypeStringCache &TSC) { in appendPointerType()
7816 TypeStringCache &TSC, StringRef NoSizeEnc) { in appendArrayType()
7837 TypeStringCache &TSC) { in appendFunctionType()
7871 TypeStringCache &TSC) { in appendType()
7904 CodeGen::CodeGenModule &CGM, TypeStringCache &TSC) { in getTypeString()
/external/clang/include/clang/Sema/
DDeclSpec.h258 enum TSC { enum
/external/clang/include/clang/AST/
DDecl.h952 void setTSCSpec(ThreadStorageClassSpecifier TSC) { in setTSCSpec()