Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineModuleInfoImpls.h71 return getSortedExprStubs(AuthPtrStubs); in getAuthGVStubList()
106 return getSortedExprStubs(AuthPtrStubs); in getAuthGVStubList()
H A DMachineModuleInfo.h74 getSortedExprStubs(DenseMap<MCSymbol *, const MCExpr *> &);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineModuleInfoImpls.cpp52 MachineModuleInfoImpl::ExprStubListTy MachineModuleInfoImpl::getSortedExprStubs( in getSortedExprStubs() function in MachineModuleInfoImpl