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

/macosx-10.10/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DMachineOperand.h240 bool isGlobal() const { return OpKind == MO_GlobalAddress; } function in class:llvm::MachineOperand
/macosx-10.10/llvmCore-3425.0.34/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp134 bool isGlobal = flags & SymbolRef::SF_Global; local
/macosx-10.10/llvmCore-3425.0.34/lib/VMCore/
H A DDebugInfo.cpp217 bool DIDescriptor::isGlobal() const { function in class:DIDescriptor
/macosx-10.10/llvmCore-3425.0.34/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp760 WriteConstants(unsigned FirstVal, unsigned LastVal, const ValueEnumerator &VE, BitstreamWriter &Stream, bool isGlobal) argument
/macosx-10.10/libauto-186/
H A Dauto_zone.cpp1619 boolean_t auto_zone_atomicCompareAndSwap(auto_zone_t *zone, void *existingValue, void *newValue, void *volatile *location, boolean_t isGlobal, boolean_t issueBarrier) { argument

Completed in 172 milliseconds