Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXContainerGlobals.cpp41 void addSignature(Module &M, SmallVector<GlobalValue *> &Globals);
69 addSignature(M, Globals); in runOnModule()
129 void DXContainerGlobals::addSignature(Module &M, in addSignature() function in DXContainerGlobals