Home
last modified time | relevance | path

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

/trueos/contrib/llvm/include/llvm/MC/
HDSectionKind.h180 bool isCommon() const { return K == Common; } in isCommon() function
HDMCAssembler.h737 bool isCommon() const { return CommonSize != 0; } in isCommon() function
/trueos/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
HDRuntimeDyld.cpp120 bool isCommon = flags & SymbolRef::SF_Common; in loadObject() local