Home
last modified time | relevance | path

Searched refs:emitCPUDispatchDefinition (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.h1627 void emitCPUDispatchDefinition(GlobalDecl GD);
H A DCodeGenModule.cpp3696 return emitCPUDispatchDefinition(GD); in EmitGlobal()
4279 void CodeGenModule::emitCPUDispatchDefinition(GlobalDecl GD) { in emitCPUDispatchDefinition() function in CodeGenModule