Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCUDARuntime.h76 bool isExtern() const { return Extern; } in isExtern() function
H A DCGCUDANV.cpp711 llvm::ConstantInt::get(IntTy, Info.Flags.isExtern()), in makeRegisterGlobalsFn()
724 llvm::ConstantInt::get(IntTy, Info.Flags.isExtern())}); in makeRegisterGlobalsFn()
732 llvm::ConstantInt::get(IntTy, Info.Flags.isExtern())}); in makeRegisterGlobalsFn()
1215 (I.Flags.isExtern() in createOffloadingEntries()
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterpBlock.h72 bool isExtern() const { return IsExtern; } in isExtern() function
H A DPointer.h502 bool isExtern() const { in isExtern() function
504 return asBlockPointer().Pointee && asBlockPointer().Pointee->isExtern(); in isExtern()
H A DProgram.cpp224 if (Globals[PIdx]->block()->isExtern()) in createGlobal()
H A DInterp.cpp386 if (!Ptr.isExtern()) in CheckExtern()
H A DInterp.h1490 if (Ptr.isExtern()) in GetGlobal()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp380 bool isExtern = O->getPlainRelocationExternal(RE); in printRelocationTargetName() local
389 if (isExtern) { in printRelocationTargetName()
1674 bool isExtern = false; in DumpLiteralPointerSection() local
1677 isExtern = O->getPlainRelocationExternal(RE); in DumpLiteralPointerSection()
1678 if (isExtern) { in DumpLiteralPointerSection()
1824 bool isExtern = false; in DumpInitTermPointerSection() local
1827 isExtern = O->getPlainRelocationExternal(RE); in DumpInitTermPointerSection()
1828 if (isExtern) { in DumpInitTermPointerSection()
2845 bool isExtern = false; in SymbolizerGetOpInfo() local
2870 isExtern = info->O->getPlainRelocationExternal(RE); in SymbolizerGetOpInfo()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp2252 bool isExtern = getPlainRelocationExternal(RE); in getRelocationSymbol() local
2253 if (!isExtern) in getRelocationSymbol()