Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.cpp68 bool isDecl = GV->isDeclarationForLinker(); in ClassifyGlobalReference()
/minix/external/bsd/llvm/dist/llvm/tools/gold/
H A Dgold-plugin.cpp443 if (GV.isDeclarationForLinker()) in internalize()
627 assert(GV->isDeclarationForLinker()); in getModuleForFile()
631 if (!GV->isDeclarationForLinker()) { in getModuleForFile()
/minix/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86Subtarget.cpp71 bool isDecl = GV->isDeclarationForLinker(); in ClassifyGlobalReference()
/minix/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DGlobalValue.h331 bool isDeclarationForLinker() const { in isDeclarationForLinker() function
/minix/external/bsd/llvm/dist/llvm/lib/Target/ARM/
H A DARMSubtarget.cpp329 bool isDecl = GV->isDeclarationForLinker(); in GVIsIndirectSymbol()
/minix/external/bsd/llvm/dist/llvm/lib/Object/
H A DIRObjectFile.cpp219 if (GV->isDeclarationForLinker()) in getSymbolFlags()
/minix/external/bsd/llvm/dist/llvm/lib/Linker/
H A DLinkModules.cpp737 bool SrcIsDeclaration = Src.isDeclarationForLinker(); in shouldLinkFromSource()
738 bool DestIsDeclaration = Dest.isDeclarationForLinker(); in shouldLinkFromSource()