Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCodeGenModule.h1240 bool imbueXRayAttrs(llvm::Function *Fn, SourceLocation Loc,
HDCodeGenFunction.cpp817 if (ShouldXRayInstrumentFunction() && !CGM.imbueXRayAttrs(Fn, Loc)) in StartFunction()
HDCodeGenModule.cpp2319 bool CodeGenModule::imbueXRayAttrs(llvm::Function *Fn, SourceLocation Loc, in imbueXRayAttrs() function in CodeGenModule