Searched refs:Null (Results 1 - 25 of 29) sorted by relevance

12

/frameworks/compile/mclinker/lib/Fragment/
H A DNullFragment.cpp17 : Fragment(Fragment::Null, pSD)
H A DFragmentRef.cpp71 return Null();
96 return Null();
107 FragmentRef* FragmentRef::Null() function in class:FragmentRef
/frameworks/compile/mclinker/include/mcld/Fragment/
H A DNullFragment.h31 { return F->getKind() == Fragment::Null; }
H A DFragmentRef.h49 static FragmentRef* Null();
65 bool isNull() const { return (this == Null()); }
H A DFragment.h35 Null enumerator in enum:mcld::Fragment::Type
/frameworks/compile/mclinker/lib/LD/
H A DLDSymbol.cpp73 LDSymbol* LDSymbol::Null() function in class:LDSymbol
77 g_NullSymbol->setResolveInfo(*ResolveInfo::Null());
79 ResolveInfo::Null()->setSymPtr(&*g_NullSymbol);
96 return (this == Null());
H A DELFReaderIf.cpp104 return FragmentRef::Null();
107 return FragmentRef::Null();
110 return FragmentRef::Null();
119 return FragmentRef::Null();
122 return FragmentRef::Null();
H A DELFBinaryReader.cpp47 LDFileFormat::Null,
H A DSectionSymbolSet.cpp91 frag_ref = FragmentRef::Null();
H A DResolveInfo.cpp19 /// g_NullResolveInfo - a pointer to Null ResolveInfo.
147 return (this == Null());
299 ResolveInfo* ResolveInfo::Null() function in class:ResolveInfo
H A DELFFileFormat.cpp75 LDFileFormat::Null,
H A DELFObjectReader.cpp260 case LDFileFormat::Null:
/frameworks/compile/mclinker/unittests/
H A DSectionDataTest.cpp44 LDSection* test = LDSection::Create("test", LDFileFormat::Null, 0, 0);
48 s->getSection().kind() == LDFileFormat::Null);
55 LDSection* test = LDSection::Create("test", LDFileFormat::Null, 0, 0);
H A DFragmentTest.cpp43 LDSection* test = LDSection::Create("test", LDFileFormat::Null, 0, 0);
58 LDSection* test = LDSection::Create("test", LDFileFormat::Null, 0, 0);
/frameworks/compile/mclinker/include/mcld/LD/
H A DLDFileFormat.h27 Null, enumerator in enum:mcld::LDFileFormat::Kind
H A DLDSymbol.h52 /// NullSymbol() - This returns a reference to a LDSymbol that represents Null
54 static LDSymbol* Null();
H A DResolveInfo.h99 static ResolveInfo* Null();
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp290 preinit_array = FragmentRef::Null();
310 FragmentRef::Null(), // FragRef
321 init_array = FragmentRef::Null();
353 fini_array = FragmentRef::Null();
385 stack = FragmentRef::Null();
410 FragmentRef::Null(), // FragRef
422 FragmentRef::Null(), // FragRef
432 FragmentRef::Null(), // FragRef
442 FragmentRef::Null(), // FragRef
452 FragmentRef::Null(), // FragRe
[all...]
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.cpp225 case Fragment::Null: {
517 FragmentRef::Null(),
527 FragmentRef::Null(),
536 FragmentRef::Null(),
545 FragmentRef::Null(),
/frameworks/compile/mclinker/include/mcld/
H A DIRBuilder.h442 FragmentRef* pFragmentRef = FragmentRef::Null(),
/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp142 output_sym->setFragmentRef(FragmentRef::Null());
314 case LDFileFormat::Null:
519 FragmentRef::Null(),
534 FragmentRef::Null(),
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp141 FragmentRef::Null(),
185 FragmentRef::Null(),
196 FragmentRef::Null(),
394 case Fragment::Null: {
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp121 FragmentRef::Null(), // FragRef
134 FragmentRef::Null(), // FragRef
144 FragmentRef::Null(), // FragRef
153 FragmentRef::Null(), // FragRef
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64LDBackend.cpp141 FragmentRef::Null(),
/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp61 return LDFileFormat::Null;
447 frag = FragmentRef::Null();
581 input_sym->setFragmentRef(FragmentRef::Null());

Completed in 4697 milliseconds

12