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

12

/frameworks/compile/mclinker/lib/Fragment/
H A DNullFragment.cpp16 NullFragment::NullFragment(SectionData* pSD) : Fragment(Fragment::Null, pSD) {
H A DFragmentRef.cpp68 return Null();
92 return Null();
102 FragmentRef* FragmentRef::Null() { function in class:mcld::FragmentRef
/frameworks/compile/mclinker/include/mcld/Fragment/
H A DNullFragment.h30 return F->getKind() == Fragment::Null;
H A DFragmentRef.h48 static FragmentRef* Null();
64 bool isNull() const { return (this == Null()); }
H A DFragment.h29 enum Type { Alignment, Fillment, Region, Target, Stub, Null }; enumerator in enum:mcld::Fragment::Type
/frameworks/compile/mclinker/lib/LD/
H A DLDSymbol.cpp67 LDSymbol* LDSymbol::Null() { function in class:mcld::LDSymbol
70 g_NullSymbol->setResolveInfo(*ResolveInfo::Null());
72 ResolveInfo::Null()->setSymPtr(&*g_NullSymbol);
86 return (this == Null());
H A DELFReaderIf.cpp99 return FragmentRef::Null();
102 return FragmentRef::Null();
105 return FragmentRef::Null();
114 return FragmentRef::Null();
117 return FragmentRef::Null();
H A DSectionSymbolSet.cpp88 frag_ref = FragmentRef::Null();
H A DELFBinaryReader.cpp43 pInput, "", LDFileFormat::Null, llvm::ELF::SHT_NULL, 0x0);
H A DResolveInfo.cpp22 /// g_NullResolveInfo - a pointer to Null ResolveInfo.
131 return (this == Null());
262 ResolveInfo* ResolveInfo::Null() { function in class:mcld::ResolveInfo
H A DELFFileFormat.cpp75 pBuilder.CreateSection("", LDFileFormat::Null, llvm::ELF::SHT_NULL, 0x0);
H A DELFObjectReader.cpp257 case LDFileFormat::Null:
/frameworks/compile/mclinker/unittests/
H A DSectionDataTest.cpp39 LDSection* test = LDSection::Create("test", LDFileFormat::Null, 0, 0);
43 s->getSection().kind() == LDFileFormat::Null);
49 LDSection* test = LDSection::Create("test", LDFileFormat::Null, 0, 0);
H A DFragmentTest.cpp38 LDSection* test = LDSection::Create("test", LDFileFormat::Null, 0, 0);
53 LDSection* test = LDSection::Create("test", LDFileFormat::Null, 0, 0);
H A DLinkerTest.cpp361 *input, "", LDFileFormat::Null, llvm::ELF::SHT_NULL, 0x0);
/frameworks/compile/mclinker/include/mcld/LD/
H A DLDFileFormat.h26 Null, enumerator in enum:mcld::LDFileFormat::Kind
H A DLDSymbol.h51 /// NullSymbol() - This returns a reference to a LDSymbol that represents Null
53 static LDSymbol* Null();
H A DResolveInfo.h83 static ResolveInfo* Null();
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp275 preinit_array = FragmentRef::Null();
297 FragmentRef::Null(), // FragRef
306 init_array = FragmentRef::Null();
337 fini_array = FragmentRef::Null();
368 stack = FragmentRef::Null();
391 FragmentRef::Null(), // FragRef
403 FragmentRef::Null(), // FragRef
413 FragmentRef::Null(), // FragRef
423 FragmentRef::Null(), // FragRef
432 FragmentRef::Null(), // FragRe
[all...]
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp209 FragmentRef::Null(),
251 FragmentRef::Null(),
261 FragmentRef::Null(),
448 case Fragment::Null: {
726 assert(last->getKind() == Fragment::Null);
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.cpp215 case Fragment::Null: {
487 FragmentRef::Null(),
497 FragmentRef::Null(),
507 FragmentRef::Null(),
517 FragmentRef::Null(),
/frameworks/compile/mclinker/include/mcld/
H A DIRBuilder.h439 FragmentRef * pFragmentRef = FragmentRef::Null(),
/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp141 output_sym->setFragmentRef(FragmentRef::Null());
347 case LDFileFormat::Null:
556 FragmentRef::Null(),
571 FragmentRef::Null(),
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp133 FragmentRef::Null(), // FragRef
145 FragmentRef::Null(), // FragRef
156 FragmentRef::Null(), // FragRef
166 FragmentRef::Null(), // FragRef
319 case Fragment::Null: {
/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp66 return LDFileFormat::Null;
433 frag = FragmentRef::Null();
573 input_sym->setFragmentRef(FragmentRef::Null());

Completed in 2253 milliseconds

12