Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_fdr_controller.h264 return W.writeFunction(FDRLogWriter::FunctionRecordKind::Enter, in functionEnter()
289 return W.writeFunction(FDRLogWriter::FunctionRecordKind::TailExit, in functionTailExit()
329 return W.writeFunction(FDRLogWriter::FunctionRecordKind::Exit, mask(FuncId), in functionExit()
H A Dxray_fdr_log_writer.h129 bool writeFunction(FunctionRecordKind Kind, int32_t FuncId, int32_t Delta) {
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp400 writeFunction(const Function &F,
3303 void ModuleBitcodeWriter::writeFunction( in writeFunction() function in ModuleBitcodeWriter
4443 writeFunction(*F, FunctionToBitcodeIndex); in write()