Searched defs:Null (Results 1 - 5 of 5) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Fragment/
H A DFragment.h35 Null enumerator in enum:mcld::Fragment::Type
/frameworks/compile/mclinker/lib/Fragment/
H A DFragmentRef.cpp71 return Null();
96 return Null();
107 FragmentRef* FragmentRef::Null() function in class:FragmentRef
/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 DResolveInfo.cpp19 /// g_NullResolveInfo - a pointer to Null ResolveInfo.
147 return (this == Null());
299 ResolveInfo* ResolveInfo::Null() function in class:ResolveInfo
/frameworks/compile/mclinker/include/mcld/LD/
H A DLDFileFormat.h27 Null, enumerator in enum:mcld::LDFileFormat::Kind

Completed in 118 milliseconds