Searched defs:isGlobal (Results 1 - 4 of 4) 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/lib/LD/
H A DResolveInfo.cpp156 // isGlobal - [L,W] == [0, 0]
157 bool ResolveInfo::isGlobal() const function in class:ResolveInfo
/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

Completed in 87 milliseconds