Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineModuleInfo.h173 void insertFunction(const Function &F, std::unique_ptr<MachineFunction> &&MF);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineModuleInfo.cpp130 void MachineModuleInfo::insertFunction(const Function &F, in insertFunction() function in MachineModuleInfo