Home
last modified time | relevance | path

Searched refs:Detail (Results 1 - 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DTimeProfiler.h38 /// Manually begin a time section, with the given \p Name and \p Detail.
42 void timeTraceProfilerBegin(StringRef Name, StringRef Detail);
44 llvm::function_ref<std::string()> Detail);
65 TimeTraceScope(StringRef Name, StringRef Detail) { in TimeTraceScope()
67 timeTraceProfilerBegin(Name, Detail); in TimeTraceScope()
69 TimeTraceScope(StringRef Name, llvm::function_ref<std::string()> Detail) { in TimeTraceScope()
71 timeTraceProfilerBegin(Name, Detail); in TimeTraceScope()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DTimeProfiler.cpp39 const std::string Detail; member
43 Detail(std::move(Dt)) {} in Entry()
66 void begin(std::string Name, llvm::function_ref<std::string()> Detail) { in begin()
68 Detail()); in begin()
126 if (!E.Detail.empty()) { in Write()
127 J.attributeObject("args", [&] { J.attribute("detail", E.Detail); }); in Write()
210 void timeTraceProfilerBegin(StringRef Name, StringRef Detail) { in timeTraceProfilerBegin() argument
212 TimeTraceProfilerInstance->begin(Name, [&]() { return Detail; }); in timeTraceProfilerBegin()
216 llvm::function_ref<std::string()> Detail) { in timeTraceProfilerBegin()
218 TimeTraceProfilerInstance->begin(Name, Detail); in timeTraceProfilerBegin()
215 timeTraceProfilerBegin(StringRef Name, llvm::function_ref<std::string()> Detail) timeTraceProfilerBegin() argument
[all...]
/third_party/libabigail/tests/lib/
H A Dcatch.hpp1466 namespace Detail {
1475 } // namespace Detail
1480 virtual Detail::EnumInfo const& registerEnum( StringRef enumName, StringRef allEnums, std::vector<int> const& values ) = 0;
1483 Detail::EnumInfo const& registerEnum( StringRef enumName, StringRef allEnums, std::initializer_list<E> values ) {
1553 namespace Detail {
1584 return Detail::unprintableString;
1612 } // namespace Detail
1619 typename std::enable_if<::Catch::Detail::IsStreamInsertable<Fake>::value, std::string>::type
1630 typename std::enable_if<!::Catch::Detail::IsStreamInsertable<Fake>::value, std::string>::type
1633 return Detail
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDILCFGStructurizer.cpp287 MachineBasicBlock *LandMBB, bool Detail = false);
1148 MachineBasicBlock *FalseMBB, MachineBasicBlock *LandMBB, bool Detail) { in showImproveSimpleJumpintoIf()
1151 if (Detail) { in showImproveSimpleJumpintoIf()
1160 if (Detail) { in showImproveSimpleJumpintoIf()
1169 if (Detail) { in showImproveSimpleJumpintoIf()
1178 if (Detail) { in showImproveSimpleJumpintoIf()
1146 showImproveSimpleJumpintoIf( MachineBasicBlock *HeadMBB, MachineBasicBlock *TrueMBB, MachineBasicBlock *FalseMBB, MachineBasicBlock *LandMBB, bool Detail) showImproveSimpleJumpintoIf() argument
/third_party/node/src/
H A Dnode_sockaddr.h162 static void Detail(const v8::FunctionCallbackInfo<v8::Value>& args);
H A Dnode_sockaddr.cc761 SetProtoMethod(isolate, tmpl, "detail", Detail); in GetConstructorTemplate()
813 void SocketAddressBase::Detail(const FunctionCallbackInfo<Value>& args) { in Detail() function in node::SocketAddressBase
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/protocol/
H A Dtsprotocol.go3315 /*Detail defined:
3319 Detail string `json:"detail,omitempty"`
3613 /*Detail defined:
3616 Detail string `json:"detail,omitempty"`
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/
H A Dtsprotocol.go3315 /*Detail defined:
3319 Detail string `json:"detail,omitempty"`
3613 /*Detail defined:
3616 Detail string `json:"detail,omitempty"`
/third_party/spirv-tools/utils/vscode/src/lsp/protocol/
H A Dtsprotocol.go3315 /*Detail defined:
3319 Detail string `json:"detail,omitempty"`
3613 /*Detail defined:
3616 Detail string `json:"detail,omitempty"`

Completed in 21 milliseconds