Searched refs:writeFunction (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_fdr_controller.h264 return W.writeFunction(FDRLogWriter::FunctionRecordKind::Enter,
289 return W.writeFunction(FDRLogWriter::FunctionRecordKind::TailExit,
329 return W.writeFunction(FDRLogWriter::FunctionRecordKind::Exit, mask(FuncId),
H A Dxray_fdr_log_writer.h129 bool writeFunction(FunctionRecordKind Kind, int32_t FuncId, int32_t Delta) { function in class:__xray::FDRLogWriter
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp389 writeFunction(const Function &F,
3198 void ModuleBitcodeWriter::writeFunction(
4317 writeFunction(*F, FunctionToBitcodeIndex);

Completed in 158 milliseconds