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

/frameworks/compile/mclinker/unittests/
H A DStaticResolverTest.cpp270 ASSERT_TRUE(sym->isGlobal());
286 ASSERT_TRUE(sym->isGlobal());
302 ASSERT_TRUE(sym->isGlobal());
318 ASSERT_TRUE(sym->isGlobal());
333 ASSERT_TRUE(sym->isGlobal());
348 ASSERT_TRUE(sym->isGlobal());
369 ASSERT_TRUE(sym->isGlobal());
384 ASSERT_TRUE(sym->isGlobal());
399 ASSERT_FALSE(sym->isGlobal());
414 ASSERT_FALSE(sym->isGlobal());
[all...]
/frameworks/compile/mclinker/lib/LD/
H A DResolveInfo.cpp154 // isGlobal - [L,W] == [0, 0]
155 bool ResolveInfo::isGlobal() const { function in class:mcld::ResolveInfo
229 (isGlobal() || isWeak()) && (isDefine() || isCommon()))
/frameworks/compile/mclinker/include/mcld/LD/
H A DResolveInfo.h138 bool isGlobal() const;
/frameworks/compile/slang/
H A Dslang_backend.cpp414 if (FD->isGlobal()) {
503 if (FD && !FD->isGlobal()) {
/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp771 BitstreamWriter &Stream, bool isGlobal) {
781 if (isGlobal) {
769 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.cpp769 BitstreamWriter &Stream, bool isGlobal) {
779 if (isGlobal) {
767 WriteConstants(unsigned FirstVal, unsigned LastVal, const llvm_2_9_func::ValueEnumerator &VE, BitstreamWriter &Stream, bool isGlobal) argument
/frameworks/compile/slang/BitWriter_3_2/
H A DBitcodeWriter.cpp805 BitstreamWriter &Stream, bool isGlobal) {
815 if (isGlobal) {
803 WriteConstants(unsigned FirstVal, unsigned LastVal, const llvm_3_2::ValueEnumerator &VE, BitstreamWriter &Stream, bool isGlobal) argument
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.cpp1279 if (pReloc.symInfo()->isGlobal()) {
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1418 else if (pSymbol.resolveInfo()->isGlobal())

Completed in 115 milliseconds