Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/xray/
H A Dxray_fdr_controller.h265 return W.writeFunction(FDRLogWriter::FunctionRecordKind::Enter, in functionEnter()
290 return W.writeFunction(FDRLogWriter::FunctionRecordKind::TailExit, in functionTailExit()
330 return W.writeFunction(FDRLogWriter::FunctionRecordKind::Exit, mask(FuncId), in functionExit()
H A Dxray_fdr_log_writer.h130 bool writeFunction(FunctionRecordKind Kind, int32_t FuncId, int32_t Delta) {
/freebsd-12.1/contrib/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp387 writeFunction(const Function &F,
3074 void ModuleBitcodeWriter::writeFunction( in writeFunction() function in ModuleBitcodeWriter
4093 writeFunction(*F, FunctionToBitcodeIndex); in write()