Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.h39 const Function *getLutUsedFunction(const GlobalObject *GO) const;
H A DHexagonTargetObjectFile.cpp144 if (const Function *Fn = getLutUsedFunction(GO)) in SelectSectionForGlobal()
432 HexagonTargetObjectFile::getLutUsedFunction(const GlobalObject *GO) const { in getLutUsedFunction() function in HexagonTargetObjectFile