Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenModule.h1343 void emitCPUDispatchDefinition(GlobalDecl GD);
H A DCodeGenModule.cpp2141 return emitCPUDispatchDefinition(GD); in EmitGlobal()
2551 void CodeGenModule::emitCPUDispatchDefinition(GlobalDecl GD) { in emitCPUDispatchDefinition() function in CodeGenModule