Home
last modified time | relevance | path

Searched refs:isExternal (Results 1 – 25 of 38) sorted by relevance

12

/external/webrtc/webrtc/modules/video_coding/
Dgeneric_decoder.cc124 VCMGenericDecoder::VCMGenericDecoder(VideoDecoder* decoder, bool isExternal) in VCMGenericDecoder() argument
130 _isExternal(isExternal), in VCMGenericDecoder()
Dgeneric_decoder.h66 explicit VCMGenericDecoder(VideoDecoder* decoder, bool isExternal = false);
/external/swiftshader/third_party/subzero/src/
DIceGlobalInits.h82 bool isExternal() const { in isExternal() function
153 bool getSuppressMangling() const final { return isExternal() && IsProto; } in getSuppressMangling()
480 return isExternal() && !hasInitializer(); in getSuppressMangling()
DIceConverter.cpp879 if (IceFunc->isExternal()) in installGlobalDeclarations()
903 if (Var->isExternal()) in installGlobalDeclarations()
/external/swiftshader/third_party/LLVM/lib/MC/
DMachObjectWriter.cpp312 if (Data.isExternal() || Symbol.isUndefined()) in WriteNlist()
451 if (!it->isExternal() && !Symbol.isUndefined()) in ComputeSymbolTable()
487 if (it->isExternal() || Symbol.isUndefined()) in ComputeSymbolTable()
769 !Asm.getSymbolData(*it->Symbol).isExternal()) { in WriteObject()
DELFObjectWriter.cpp175 if (Data.isCommon() && Data.isExternal()) in SymbolValue()
224 it->setExternal(SD.isExternal()); in ExecutePostLayoutBinding()
261 assert(!(Data.isCommon() && !Data.isExternal())); in WriteSymbol()
349 if (SD.isExternal()) { in SymbolToReloc()
510 if (Data.isExternal()) in isLocal()
DMCMachOStreamer.cpp110 if (SD.isExternal()) in EmitEHSymAttributes()
DWinCOFFObjectWriter.cpp457 bool external = SymbolData.isExternal() || (SymbolData.Fragment == NULL); in DefineSymbol()
525 return SymbolData.isExternal() || !SymbolData.getSymbol().isVariable(); in ExportSymbol()
/external/llvm/lib/MC/
DMachObjectWriter.cpp358 if (Data.isExternal() || (!IsAlias && Symbol->isUndefined())) in writeNlist()
539 if (!Symbol.isExternal() && !Symbol.isUndefined()) in computeSymbolTable()
565 if (Symbol.isExternal() || Symbol.isUndefined()) in computeSymbolTable()
959 if (it->Symbol->isDefined() && !it->Symbol->isExternal()) { in writeObject()
DWinCOFFObjectWriter.cpp345 if (Symbol.isCommon() && Symbol.isExternal()) in getSymbolValue()
425 bool IsExternal = Symbol.isExternal() || in DefineSymbol()
637 if (!Sym.isExternal()) in isWeak()
DMCMachOStreamer.cpp175 if (Symbol->isExternal()) in EmitEHSymAttributes()
DELFObjectWriter.cpp358 if (Sym.isCommon() && Sym.isExternal()) in SymbolValue()
408 Alias.setExternal(Symbol.isExternal()); in executePostLayoutBinding()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMachObjectWriter.cpp375 if (Data.isExternal() || (!IsAlias && Symbol->isUndefined())) in writeNlist()
556 if (!Symbol.isExternal() && !Symbol.isUndefined()) in computeSymbolTable()
582 if (Symbol.isExternal() || Symbol.isUndefined()) in computeSymbolTable()
993 if (it->Symbol->isDefined() && !it->Symbol->isExternal()) { in writeObject()
DMCMachOStreamer.cpp174 if (Symbol->isExternal()) in EmitEHSymAttributes()
DWinCOFFObjectWriter.cpp321 if (Symbol.isCommon() && Symbol.isExternal()) in getSymbolValue()
401 bool IsExternal = MCSym.isExternal() || in DefineSymbol()
DELFObjectWriter.cpp465 if (Sym.isCommon() && Sym.isExternal()) in SymbolValue()
1255 Alias->setExternal(Symbol.isExternal()); in executePostLayoutBinding()
/external/llvm/include/llvm/Object/
DCOFF.h356 bool isExternal() const { in isExternal() function
361 return isExternal() && getSectionNumber() == COFF::IMAGE_SYM_UNDEFINED && in isCommon()
366 return isExternal() && getSectionNumber() == COFF::IMAGE_SYM_UNDEFINED && in isUndefined()
375 return isExternal() && getBaseType() == COFF::IMAGE_SYM_TYPE_NULL && in isFunctionDefinition()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DCOFF.h375 bool isExternal() const { in isExternal() function
380 return isExternal() && getSectionNumber() == COFF::IMAGE_SYM_UNDEFINED && in isCommon()
385 return isExternal() && getSectionNumber() == COFF::IMAGE_SYM_UNDEFINED && in isUndefined()
394 return isExternal() && getBaseType() == COFF::IMAGE_SYM_TYPE_NULL && in isFunctionDefinition()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCSymbol.h393 bool isExternal() const { return IsExternal; } in isExternal() function
/external/llvm/include/llvm/MC/
DMCSymbol.h386 bool isExternal() const { return IsExternal; } in isExternal() function
/external/llvm/lib/Target/AMDGPU/MCTargetDesc/
DSIMCCodeEmitter.cpp267 if (Expr && Expr->getSymbol().isExternal()) in getMachineOpValue()
/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp375 Type = A_SD->isExternal() ? (unsigned)macho::RIT_Difference : in RecordScatteredRelocation()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp410 Type = A->isExternal() ? (unsigned)MachO::GENERIC_RELOC_SECTDIFF in recordScatteredRelocation()
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp410 Type = A->isExternal() ? (unsigned)MachO::GENERIC_RELOC_SECTDIFF in recordScatteredRelocation()
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCAssembler.h573 bool isExternal() const { return IsExternal; } in isExternal() function

12