Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/Interp/
H A DPointer.h226 bool isExtern() const { return Pointee->isExtern(); } in isExtern() function
H A DInterpBlock.h51 bool isExtern() const { return IsExtern; } in isExtern() function
H A DInterp.cpp182 if (!Ptr.isExtern()) in CheckExtern()
H A DInterp.h407 if (B->isExtern()) in GetGlobal()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGCUDARuntime.h82 bool isExtern() const { return Extern; } in isExtern() function
H A DCGCUDANV.cpp629 llvm::ConstantInt::get(IntTy, Info.Flags.isExtern()), in makeRegisterGlobalsFn()
642 llvm::ConstantInt::get(IntTy, Info.Flags.isExtern())}); in makeRegisterGlobalsFn()
650 llvm::ConstantInt::get(IntTy, Info.Flags.isExtern())}); in makeRegisterGlobalsFn()
/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DMachODump.cpp406 if (isExtern) { in printRelocationTargetName()
1477 if (isExtern) { in DumpLiteralPointerSection()
1627 if (isExtern) { in DumpInitTermPointerSection()
2671 if (isExtern) { in SymbolizerGetOpInfo()
2728 if (isExtern) { in SymbolizerGetOpInfo()
2766 if (isExtern) { in SymbolizerGetOpInfo()
2845 if (isExtern) { in SymbolizerGetOpInfo()
2863 if (isExtern) { in SymbolizerGetOpInfo()
3349 bool isExtern = false; in get_symbol_64() local
3359 if (isExtern) { in get_symbol_64()
[all …]
/llvm-project-15.0.7/llvm/lib/Object/
H A DMachOObjectFile.cpp2200 bool isExtern = getPlainRelocationExternal(RE); in getRelocationSymbol() local
2201 if (!isExtern) in getRelocationSymbol()