Searched defs:isCommon (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/llvm/include/llvm/MC/
H A DSectionKind.h180 bool isCommon() const { return K == Common; } function in class:llvm::SectionKind
H A DMCAssembler.h737 bool isCommon() const { return CommonSize != 0; } function in class:llvm::MCSymbolData
/freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp120 bool isCommon = flags & SymbolRef::SF_Common; local

Completed in 104 milliseconds