Searched refs:isGlobal (Results 1 - 10 of 10) sorted by relevance

/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsGOT.h69 bool isGlobal(const ResolveInfo* pInfo) { function in class:mcld::MipsGOT
/frameworks/compile/mclinker/unittests/
H A DStaticResolverTest.cpp295 ASSERT_TRUE( sym->isGlobal() );
311 ASSERT_TRUE( sym->isGlobal() );
327 ASSERT_TRUE( sym->isGlobal() );
343 ASSERT_TRUE( sym->isGlobal() );
358 ASSERT_TRUE( sym->isGlobal() );
373 ASSERT_TRUE( sym->isGlobal() );
395 ASSERT_TRUE( sym->isGlobal() );
410 ASSERT_TRUE( sym->isGlobal() );
425 ASSERT_FALSE( sym->isGlobal() );
440 ASSERT_FALSE( sym->isGlobal() );
[all...]
/frameworks/compile/mclinker/include/mcld/LD/
H A DResolveInfo.h145 bool isGlobal() const;
/frameworks/compile/mclinker/lib/LD/
H A DResolveInfo.cpp156 // isGlobal - [L,W] == [0, 0]
157 bool ResolveInfo::isGlobal() const function in class:ResolveInfo
/frameworks/compile/slang/
H A Dslang_rs_backend.cpp110 if (FD && FD->isGlobal()) {
180 if (FD && !FD->isGlobal()) {
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsProvider.java225 final boolean isGlobal = table.equals(TABLE_GLOBAL);
232 } else if (isGlobal) {
251 final int notifyTarget = isGlobal ? UserHandle.USER_ALL : userHandle;
/frameworks/compile/mclinker/lib/MC/
H A DMCLinker.cpp473 (pInfo.isGlobal() || pInfo.isWeak()) &&
/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp764 BitstreamWriter &Stream, bool isGlobal) {
774 if (isGlobal) {
762 WriteConstants(unsigned FirstVal, unsigned LastVal, const llvm_2_9::ValueEnumerator &VE, BitstreamWriter &Stream, bool isGlobal) argument
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp718 BitstreamWriter &Stream, bool isGlobal) {
728 if (isGlobal) {
716 WriteConstants(unsigned FirstVal, unsigned LastVal, const llvm_2_9_func::ValueEnumerator &VE, BitstreamWriter &Stream, bool isGlobal) argument
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1209 else if (pSymbol.resolveInfo()->isGlobal())

Completed in 6257 milliseconds