Home
last modified time | relevance | path

Searched defs:InternalLinkage (Results 1 – 6 of 6) sorted by relevance

/llvm-project/clang/test/CXX/basic/basic.link/
H A Dp8.cpp56 struct InternalLinkage {}; struct
/llvm-project/llvm/lib/Target/Mips/
H A DMips16ISelLowering.cpp411 bool IsPICCall, bool GlobalOrExternal, bool InternalLinkage, in getOpndList()
H A DMipsISelLowering.cpp3075 getOpndList(SmallVectorImpl<SDValue> & Ops,std::deque<std::pair<unsigned,SDValue>> & RegsToPass,bool IsPICCall,bool GlobalOrExternal,bool InternalLinkage,bool IsCallReloc,CallLoweringInfo & CLI,SDValue Callee,SDValue Chain) const getOpndList() argument
3263 bool InternalLinkage = false; LowerCall() local
H A DMipsSEISelLowering.cpp1164 getOpndList(SmallVectorImpl<SDValue> & Ops,std::deque<std::pair<unsigned,SDValue>> & RegsToPass,bool IsPICCall,bool GlobalOrExternal,bool InternalLinkage,bool IsCallReloc,CallLoweringInfo & CLI,SDValue Callee,SDValue Chain) const getOpndList() argument
/llvm-project/llvm/include/llvm/IR/
H A DGlobalValue.h59 InternalLinkage, ///< Rename collisions when linking (static functions). enumerator
/llvm-project/clang/lib/AST/
H A DDecl.cpp1201 Linkage InternalLinkage = getLinkageInternal(); in getFormalLinkage() local