Home
last modified time | relevance | path

Searched refs:isExtern (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCUDARuntime.h75 bool isExtern() const { return Extern; } in isExtern() function
H A DCGCUDANV.cpp649 llvm::ConstantInt::get(IntTy, Info.Flags.isExtern()), in makeRegisterGlobalsFn()
662 llvm::ConstantInt::get(IntTy, Info.Flags.isExtern())}); in makeRegisterGlobalsFn()
670 llvm::ConstantInt::get(IntTy, Info.Flags.isExtern())}); in makeRegisterGlobalsFn()
1145 (I.Flags.isExtern() in createOffloadingEntries()
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpBlock.h71 bool isExtern() const { return IsExtern; } in isExtern() function
H A DPointer.h441 bool isExtern() const { in isExtern() function
443 return asBlockPointer().Pointee && asBlockPointer().Pointee->isExtern(); in isExtern()
H A DInterp.cpp249 if (!Ptr.isExtern()) in CheckExtern()
H A DInterp.h1290 if (Ptr.isExtern()) in GetGlobal()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp384 bool isExtern = O->getPlainRelocationExternal(RE); in printRelocationTargetName() local
393 if (isExtern) { in printRelocationTargetName()
1678 bool isExtern = false; in DumpLiteralPointerSection() local
1681 isExtern = O->getPlainRelocationExternal(RE); in DumpLiteralPointerSection()
1682 if (isExtern) { in DumpLiteralPointerSection()
1828 bool isExtern = false; in DumpInitTermPointerSection() local
1831 isExtern = O->getPlainRelocationExternal(RE); in DumpInitTermPointerSection()
1832 if (isExtern) { in DumpInitTermPointerSection()
2841 bool isExtern = false; in SymbolizerGetOpInfo() local
2866 isExtern = info->O->getPlainRelocationExternal(RE); in SymbolizerGetOpInfo()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp2251 bool isExtern = getPlainRelocationExternal(RE); in getRelocationSymbol() local
2252 if (!isExtern) in getRelocationSymbol()