Searched defs:Detail (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DTimeProfiler.h77 TimeTraceScope(StringRef Name, StringRef Detail) { argument
81 TimeTraceScope(StringRef Name, llvm::function_ref<std::string()> Detail) { argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DASTConcept.cpp28 auto &Detail = Satisfaction.Details[I]; variable
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DTimeProfiler.cpp53 const std::string Detail; member in struct:__anon3808::Entry
84 void begin(std::string Name, llvm::function_ref<std::string()> Detail) { argument
315 void llvm::timeTraceProfilerBegin(StringRef Name, StringRef Detail) { argument
324 TimeTraceProfilerInstance->begin(std::string(Name), Detail); local
321 timeTraceProfilerBegin(StringRef Name, llvm::function_ref<std::string()> Detail) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDILCFGStructurizer.cpp1146 showImproveSimpleJumpintoIf( MachineBasicBlock *HeadMBB, MachineBasicBlock *TrueMBB, MachineBasicBlock *FalseMBB, MachineBasicBlock *LandMBB, bool Detail) argument

Completed in 170 milliseconds