HomeSort by relevance Sort by last modified time
    Searched refs:isCommon (Results 26 - 48 of 48) sorted by null

12

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 510 if (!(Flags & ELF::SHF_MERGE) && !Kind.isCommon()) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
MCFragment.cpp 166 if (ASym.isCommon()) {
ELFObjectWriter.cpp 465 if (Sym.isCommon() && Sym.isExternal())
521 bool IsReserved = !Base || Symbol.isCommon();
657 } else if (Symbol.isCommon()) {
    [all...]
MachObjectWriter.cpp 383 else if (Symbol->isCommon()) {
    [all...]
WinCOFFObjectWriter.cpp 321 if (Symbol.isCommon() && Symbol.isExternal())
    [all...]
  /external/llvm/lib/Object/
COFFObjectFile.cpp 165 if (Symb.isAnyUndefined() || Symb.isCommon() ||
189 if (Symb.isCommon())
223 if (Symb.isCommon())
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
COFFObjectFile.cpp 174 if (Symb.isAnyUndefined() || Symb.isCommon() ||
198 if (Symb.isCommon())
235 if (Symb.isCommon())
    [all...]
  /external/llvm/include/llvm/Object/
ELFTypes.h 242 bool isCommon() const {
COFF.h 360 bool isCommon() const {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
ELFTypes.h 219 bool isCommon() const {
COFF.h 379 bool isCommon() const {
    [all...]
  /external/llvm/lib/MC/
MachObjectWriter.cpp 366 else if (Symbol->isCommon()) {
    [all...]
WinCOFFObjectWriter.cpp 345 if (Symbol.isCommon() && Symbol.isExternal())
    [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/
MCAssembler.cpp 950 if (isCommon())
MachObjectWriter.cpp 322 } else if (Data.isCommon()) {
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/gold/
gold-plugin.cpp 582 } else if (Sym.isCommon())
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 291 if (GVKind.isCommon() || GVKind.isBSSLocal()) {
296 if (GVKind.isCommon()) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
LTO.cpp 677 if (Sym.isCommon()) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/
Core.cpp 35 else if (Flags.isCommon())
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 415 if (GVKind.isCommon()) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 498 if (GVKind.isCommon()) {
    [all...]
  /external/llvm/tools/llvm-readobj/
ELFDumper.cpp 723 else if (Symbol->isCommon())
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
ELFDumper.cpp 802 else if (Symbol->isCommon())
    [all...]

Completed in 3228 milliseconds

12