/openbsd-src/gnu/llvm/compiler-rt/lib/xray/tests/unit/ |
H A D | fdr_controller_test.cpp | 83 uint64_t TSC = 2; in TEST_F() local 142 uint64_t TSC = 1; in TEST_F() local 167 uint64_t TSC = 1; in TEST_F() local 194 uint64_t TSC = 1; in TEST_F() local 221 uint64_t TSC = 1; in TEST_F() local 255 uint64_t TSC = 1; in TEST_F() local 319 uint64_t TSC = 1; in TEST_F() local 335 uint64_t TSC = 1; in TEST_F() local 352 uint64_t TSC = 1; in TEST_F() local 373 uint64_t TSC = 1; in TEST_F() local [all …]
|
H A D | fdr_log_writer_test.cpp | 97 uint64_t TSC = 1; in TEST() local
|
H A D | function_call_trie_test.cpp | 31 uint64_t TSC = 1; in TEST() local
|
/openbsd-src/gnu/llvm/compiler-rt/lib/xray/ |
H A D | xray_fdr_controller.h | 146 PreambleResult recordPreamble(uint64_t TSC, in recordPreamble() 181 bool rewindRecords(int32_t FuncId, uint64_t TSC, in rewindRecords() 244 bool functionEnter(int32_t FuncId, uint64_t TSC, in functionEnter() 268 bool functionTailExit(int32_t FuncId, uint64_t TSC, in functionTailExit() 293 bool functionEnterArg(int32_t FuncId, uint64_t TSC, uint16_t CPU, in functionEnterArg() 310 bool functionExit(int32_t FuncId, uint64_t TSC, in functionExit() 333 bool customEvent(uint64_t TSC, uint16_t CPU, const void *Event, in customEvent() 347 bool typedEvent(uint64_t TSC, uint16_t CPU, uint16_t EventType, in typedEvent()
|
H A D | xray_fdr_logging.cpp | 411 uint64_t TSC = 0; member 497 auto &TSC = TC.TSC; in fdrLoggingHandleArg0() local 527 auto &TSC = TC.TSC; in fdrLoggingHandleArg1() local 557 auto &TSC = TC.TSC; in fdrLoggingHandleCustomEvent() local 587 auto &TSC = TC.TSC; in fdrLoggingHandleTypedEvent() local
|
H A D | xray_function_call_trie.h | 358 void enterFunction(const int32_t FId, uint64_t TSC, in enterFunction() 417 void exitFunction(int32_t FId, uint64_t TSC, in exitFunction()
|
H A D | xray_basic_logging.cpp | 52 uint64_t TSC; member 173 uint64_t TSC = ReadTSC(CPU); in InMemoryRawLog() local
|
H A D | xray_profiling.cpp | 274 auto TSC = readTSC(CPU); in profilingHandleArg0() local
|
/openbsd-src/gnu/llvm/clang/lib/Interpreter/ |
H A D | IncrementalExecutor.cpp | 31 IncrementalExecutor::IncrementalExecutor(llvm::orc::ThreadSafeContext &TSC, in IncrementalExecutor()
|
/openbsd-src/gnu/llvm/llvm/include/llvm/XRay/ |
H A D | YAMLXRayRecord.h | 37 uint64_t TSC; member
|
H A D | XRayRecord.h | 86 uint64_t TSC; member
|
H A D | FDRRecords.h | 160 uint64_t TSC = 0; variable 208 uint64_t TSC = 0; variable
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-xray/ |
H A D | xray-graph.h | 76 uint64_t TSC; member
|
/openbsd-src/gnu/llvm/compiler-rt/include/xray/ |
H A D | xray_records.h | 92 uint64_t TSC = 0; member
|
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | DeclSpec.cpp | 688 bool DeclSpec::SetStorageClassSpecThread(TSCS TSC, SourceLocation Loc, in SetStorageClassSpecThread() 1399 if (DeclSpec::TSCS TSC = getThreadStorageClassSpec()) { in Finish() local
|
H A D | SemaDecl.cpp | 7826 DeclSpec::TSCS TSC = D.getDeclSpec().getThreadStorageClassSpec(); in ActOnVariableDeclarator() local
|
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | TargetInfo.cpp | 10317 mutable TypeStringCache TSC; member in __anon0040e4081b11::XCoreTargetCodeGenInfo 10652 TypeStringCache &TSC) { in extractFieldType() 10679 TypeStringCache &TSC, const IdentifierInfo *ID) { in appendRecordType() 10730 TypeStringCache &TSC, in appendEnumType() 10848 TypeStringCache &TSC) { in appendPointerType() 10860 TypeStringCache &TSC, StringRef NoSizeEnc) { in appendArrayType() 10881 TypeStringCache &TSC) { in appendFunctionType() 10915 TypeStringCache &TSC) { in appendType() 10949 TypeStringCache &TSC) { in getTypeString()
|
/openbsd-src/gnu/llvm/llvm/lib/IR/ |
H A D | AutoUpgrade.cpp | 4259 Value *TSC = Builder.CreateExtractValue(NewCall, 0); in UpgradeIntrinsicCall() local
|
/openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
H A D | DeclSpec.h | 253 enum TSC { enum
|
/openbsd-src/gnu/llvm/clang/include/clang/AST/ |
H A D | Decl.h | 1132 void setTSCSpec(ThreadStorageClassSpecifier TSC) { in setTSCSpec()
|