Searched refs:ProcName (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | TimeProfiler.cpp | 128 TimeTraceProfiler(unsigned TimeTraceGranularity = 0, StringRef ProcName = "", in TimeTraceProfiler() 131 ProcName(ProcName), Pid(sys::Process::getProcessId()), in TimeTraceProfiler() 347 writeMetadataEvent("process_name", Tid, ProcName); in write() 373 const std::string ProcName; member 392 StringRef ProcName, in timeTraceProfilerInitialize() argument 397 TimeTraceGranularity, llvm::sys::path::filename(ProcName), in timeTraceProfilerInitialize()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | TimeProfiler.h | 120 StringRef ProcName,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/ |
| H A D | X86AsmParser.cpp | 4855 StringRef ProcName; in parseDirectiveFPOProc() local 4857 if (Parser.parseIdentifier(ProcName)) in parseDirectiveFPOProc() 4865 MCSymbol *ProcSym = getContext().getOrCreateSymbol(ProcName); in parseDirectiveFPOProc()
|