Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DSectionKind.h180 bool isCommon() const { return K == Common; } in isCommon() function
DMCAssembler.h738 bool isCommon() const { return CommonSize != 0; } in isCommon() function
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp96 bool isCommon = flags & SymbolRef::SF_Common; in loadObject() local