| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
| H A D | MCSymbol.h | 333 assert(isCommon() && "Not a 'common' symbol!"); in getCommonSize() 357 assert(isCommon() && "Not a 'common' symbol!"); in getCommonAlignment() 368 assert(isCommon() || getOffset() == 0); 369 if(isCommon()) { 379 bool isCommon() const { in isCommon() function
|
| H A D | SectionKind.h | 160 return isBSS() || isCommon() || isData() || isReadOnlyWithRel(); in isGlobalWriteableData() 167 bool isCommon() const { return K == Common; } in isCommon() function
|
| H A D | MCSymbolMachO.h | 117 if (isCommon()) { in getEncodedFlags()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/XCore/ |
| H A D | XCoreTargetObjectFile.cpp | 126 if (Kind.isBSS() || Kind.isCommon())return BSSSection; in SelectSectionForGlobal() 133 if (Kind.isBSS() || Kind.isCommon())return BSSSectionLarge; in SelectSectionForGlobal() 139 assert((Kind.isThreadLocal() || Kind.isCommon()) && "Unknown section kind"); in SelectSectionForGlobal()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| H A D | HexagonTargetObjectFile.cpp | 138 << (Kind.isCommon() ? "kind_common " : "" ) in SelectSectionForGlobal() 152 if (Kind.isCommon()) { in SelectSectionForGlobal() 175 << (Kind.isCommon() ? "kind_common " : "" ) in getExplicitSectionGlobal() 378 if (Kind.isCommon()) { in selectSmallSectionForGlobal()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/ |
| H A D | IRSymtab.h | 196 bool isCommon() const { return (Flags >> S::FB_common) & 1; } in isCommon() function 211 assert(isCommon()); in getCommonSize() 216 assert(isCommon()); in getCommonAlignment()
|
| H A D | ELFTypes.h | 248 bool isCommon() const {
|
| H A D | COFF.h | 381 bool isCommon() const { in isCommon() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/ |
| H A D | JITSymbol.h | 134 bool isCommon() const { in isCommon() function 140 return !isWeak() && !isCommon(); in isStrong()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
| H A D | MCSectionXCOFF.cpp | 91 assert((getKind().isBSSLocal() || getKind().isCommon() || in PrintSwitchToSection()
|
| H A D | MCFragment.cpp | 184 if (ASym.isCommon()) { in getBaseSymbol()
|
| H A D | ELFObjectWriter.cpp | 461 if (Sym.isCommon()) in SymbolValue() 530 bool IsReserved = !Base || Symbol.isCommon(); in writeSymbol() 653 } else if (Symbol.isCommon()) { in computeSymbolTable()
|
| H A D | MachObjectWriter.cpp | 384 else if (Symbol->isCommon()) { in writeNlist()
|
| H A D | WinCOFFObjectWriter.cpp | 336 if (Symbol.isCommon() && Symbol.isExternal()) in getSymbolValue()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
| H A D | MipsTargetObjectFile.cpp | 86 (Kind.isData() || Kind.isBSS() || Kind.isCommon() || in IsGlobalInSmallSection()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-lto2/ |
| H A D | llvm-lto2.cpp | 437 PrintBool('C', Sym.isCommon()); in dumpSymtab() 445 if (Sym.isCommon()) in dumpSymtab()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/ |
| H A D | DebugUtils.cpp | 166 else if (Flags.isCommon()) in operator <<()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/LTO/ |
| H A D | LTO.h | 139 using irsymtab::Symbol::isCommon;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 860 if (!(Flags & ELF::SHF_MERGE) && !Kind.isCommon()) { in SelectSectionForGlobal() 1619 if ((EmitUniquedSection && !Kind.isCommon()) || GO->hasComdat()) { in SelectSectionForGlobal() 1674 if (Kind.isBSS() || Kind.isCommon()) in SelectSectionForGlobal() 2087 if (Kind.isCommon()) in SelectSectionForGlobal() 2286 : Kind.isCommon() ? XCOFF::XMC_RW in SelectSectionForGlobal()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/ |
| H A D | COFFObjectFile.cpp | 171 if (Symb.isAnyUndefined() || Symb.isCommon() || in getSymbolAddress() 195 if (Symb.isCommon()) in getSymbolType() 232 if (Symb.isCommon()) in getSymbolFlags()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyld.cpp | 273 if (JITSymFlags->isWeak() || JITSymFlags->isCommon()) { in loadObjectImpl() 286 if (JITSymFlags->isCommon()) { in loadObjectImpl()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/ |
| H A D | ELFObjcopy.cpp | 256 if (!Sym.isCommon() && Sym.getShndx() != SHN_UNDEF && in updateAndRemoveSymbols()
|
| H A D | Object.h | 641 bool isCommon() const;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | ELF_x86_64.cpp | 583 if (SymRef.isCommon()) { in graphifyRegularSymbols()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/gold/ |
| H A D | gold-plugin.cpp | 615 } else if (Sym.isCommon()) in claim_file_hook()
|