Home
last modified time | relevance | path

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

/external/llvm-project/lld/unittests/MachOTests/
DMachONormalizedFileBinaryWriterTests.cpp53 result.isExtern = ext; in makeReloc()
67 result.isExtern = true; in makeScatReloc()
188 EXPECT_EQ(call.isExtern, true); in TEST()
194 EXPECT_EQ(gotLoad.isExtern, true); in TEST()
200 EXPECT_EQ(gotUse.isExtern, true); in TEST()
206 EXPECT_EQ(signed0.isExtern, true); in TEST()
212 EXPECT_EQ(signed1.isExtern, true); in TEST()
218 EXPECT_EQ(signed4.isExtern, true); in TEST()
302 EXPECT_EQ(call.isExtern, true); in TEST()
310 EXPECT_EQ(absLoad.isExtern, true); in TEST()
[all …]
DMachONormalizedFileBinaryReaderTests.cpp290 EXPECT_EQ(call.isExtern, true); in TEST()
296 EXPECT_EQ(str.isExtern, true); in TEST()
417 EXPECT_EQ(call.isExtern, true); in TEST()
548 EXPECT_EQ(call.isExtern, true); in TEST()
691 EXPECT_EQ(bl.isExtern, true); in TEST()
DMachONormalizedFileYAMLTests.cpp300 EXPECT_TRUE(reloc1.isExtern); in TEST()
309 EXPECT_TRUE(reloc2.isExtern); in TEST()
430 EXPECT_TRUE(reloc1.isExtern); in TEST()
574 EXPECT_TRUE(reloc3.isExtern); in TEST()
698 EXPECT_TRUE(reloc1.isExtern); in TEST()
/external/llvm-project/lld/lib/ReaderWriter/MachO/
DMachONormalizedFileBinaryUtils.h142 result.isExtern = false; in unpackRelocation()
152 result.isExtern = bitFieldExtract(r1, isBigEndian, 27, 1); in unpackRelocation()
175 bitFieldSet(r1, isBigEndian, r.isExtern, 27, 1); in packRelocation()
DArchHandler.cpp68 if (reloc.isExtern) in relocPattern()
95 result.isExtern = (pattern & rExtern); in relocFromPattern()
DMachONormalizedFile.h83 length(0), pcRel(false), isExtern(false), value(0), in Relocation()
91 bool isExtern; member
DMachONormalizedFileToAtoms.cpp636 + ", r1_extern=" + Twine(reloc.isExtern) in convertRelocs()
646 + ", r2_extern=" + Twine(reloc2.isExtern) in convertRelocs()
672 + ", r_extern=" + Twine(reloc.isExtern) in convertRelocs()
DMachONormalizedFileYAML.cpp358 io.mapRequired("extern", reloc.isExtern); in mapping()
DArchHandler_arm.cpp883 if (reloc1.isExtern) { in getPairReferenceInfo()
/external/llvm-project/clang/lib/AST/Interp/
DPointer.h229 bool isExtern() const { return Pointee->isExtern(); } in isExtern() function
DInterpBlock.h53 bool isExtern() const { return IsExtern; } in isExtern() function
DInterp.cpp182 if (!Ptr.isExtern()) in CheckExtern()
DInterp.h405 if (B->isExtern()) in GetGlobal()
/external/llvm-project/clang/lib/CodeGen/
DCGCUDARuntime.h65 bool isExtern() const { return Extern; } in isExtern() function
/external/llvm-project/llvm/tools/llvm-objdump/
DMachODump.cpp453 bool isExtern = O->getPlainRelocationExternal(RE); in printRelocationTargetName() local
462 if (isExtern) { in printRelocationTargetName()
1468 bool isExtern = false; in DumpLiteralPointerSection() local
1471 isExtern = O->getPlainRelocationExternal(RE); in DumpLiteralPointerSection()
1472 if (isExtern) { in DumpLiteralPointerSection()
1618 bool isExtern = false; in DumpInitTermPointerSection() local
1621 isExtern = O->getPlainRelocationExternal(RE); in DumpInitTermPointerSection()
1622 if (isExtern) { in DumpInitTermPointerSection()
2635 bool isExtern = false; in SymbolizerGetOpInfo() local
2660 isExtern = info->O->getPlainRelocationExternal(RE); in SymbolizerGetOpInfo()
[all …]
/external/llvm/tools/llvm-objdump/
DMachODump.cpp831 bool isExtern = false; in DumpLiteralPointerSection() local
834 isExtern = O->getPlainRelocationExternal(RE); in DumpLiteralPointerSection()
835 if (isExtern) { in DumpLiteralPointerSection()
1845 bool isExtern = false; in SymbolizerGetOpInfo() local
1870 isExtern = info->O->getPlainRelocationExternal(RE); in SymbolizerGetOpInfo()
1871 if (isExtern) { in SymbolizerGetOpInfo()
1880 if (reloc_found && isExtern) { in SymbolizerGetOpInfo()
1933 bool isExtern = false; in SymbolizerGetOpInfo() local
1941 isExtern = info->O->getPlainRelocationExternal(RE); in SymbolizerGetOpInfo()
1942 if (isExtern) { in SymbolizerGetOpInfo()
[all …]
Dllvm-objdump.cpp700 bool isExtern = O->getPlainRelocationExternal(RE); in printRelocationTargetName() local
703 if (isExtern) { in printRelocationTargetName()
/external/llvm/lib/Object/
DMachOObjectFile.cpp759 bool isExtern = getPlainRelocationExternal(RE); in getRelocationSymbol() local
760 if (!isExtern) in getRelocationSymbol()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DMachOObjectFile.cpp2134 bool isExtern = getPlainRelocationExternal(RE); in getRelocationSymbol() local
2135 if (!isExtern) in getRelocationSymbol()
/external/llvm-project/llvm/lib/Object/
DMachOObjectFile.cpp2144 bool isExtern = getPlainRelocationExternal(RE); in getRelocationSymbol() local
2145 if (!isExtern) in getRelocationSymbol()