/external/llvm-project/llvm/include/llvm/MC/ |
D | MCSymbol.h | 98 mutable unsigned IsExternal : 1; variable 156 IsRegistered(false), IsExternal(false), IsPrivateExtern(false), in MCSymbol() 397 bool isExternal() const { return IsExternal; } in isExternal() 398 void setExternal(bool Value) const { IsExternal = Value; } in setExternal()
|
/external/llvm/include/llvm/MC/ |
D | MCSymbol.h | 93 mutable unsigned IsExternal : 1; variable 151 IsRegistered(false), IsExternal(false), IsPrivateExtern(false), in MCSymbol() 386 bool isExternal() const { return IsExternal; } in isExternal() 387 void setExternal(bool Value) const { IsExternal = Value; } in setExternal()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCSymbol.h | 98 mutable unsigned IsExternal : 1; variable 156 IsRegistered(false), IsExternal(false), IsPrivateExtern(false), in MCSymbol() 397 bool isExternal() const { return IsExternal; } in isExternal() 398 void setExternal(bool Value) const { IsExternal = Value; } in setExternal()
|
/external/llvm-project/lldb/source/API/ |
D | SBSymbol.cpp | 189 bool SBSymbol::IsExternal() { in IsExternal() function in SBSymbol 190 LLDB_RECORD_METHOD_NO_ARGS(bool, SBSymbol, IsExternal); in IsExternal() 193 return m_opaque_ptr->IsExternal(); in IsExternal() 232 LLDB_REGISTER_METHOD(bool, SBSymbol, IsExternal, ()); in RegisterMethods()
|
/external/llvm-project/lldb/bindings/interface/ |
D | SBSymbol.i | 64 IsExternal(); 89 …external = property(IsExternal, None, doc='''A read only property that returns a boolean value tha…
|
/external/llvm-project/lldb/include/lldb/Symbol/ |
D | Symtab.h | 157 if (symbol.IsExternal()) in rank() 207 return m_symbols[idx].IsExternal(); in CheckSymbolAtIndex() 210 return !m_symbols[idx].IsExternal(); in CheckSymbolAtIndex()
|
D | Variable.h | 70 bool IsExternal() const { return m_external; } in IsExternal() function
|
D | Symbol.h | 162 bool IsExternal() const { return m_is_external; } in IsExternal() function
|
/external/llvm-project/lldb/include/lldb/API/ |
D | SBSymbol.h | 60 bool IsExternal();
|
/external/swiftshader/third_party/subzero/src/ |
D | IceELFObjectWriter.cpp | 408 bool IsExternal = Var->isExternal() || getFlags().getDisableInternal(); in writeDataOfType() local 409 const uint8_t SymbolBinding = IsExternal ? STB_GLOBAL : STB_LOCAL; in writeDataOfType() 598 const bool IsExternal = getFlags().getDisableInternal(); in writeJumpTable() local 599 const uint8_t SymbolBinding = IsExternal ? STB_GLOBAL : STB_LOCAL; in writeJumpTable()
|
D | IceTargetLowering.cpp | 1019 const bool IsExternal = Var.isExternal() || getFlags().getDisableInternal(); in emitGlobal() local 1020 if (IsExternal && !Var.hasInitializer()) in emitGlobal() 1044 if (IsExternal) in emitGlobal()
|
/external/lzma/CPP/7zip/Common/ |
D | CreateCoder.h | 146 bool IsExternal; member
|
D | CreateCoder.cpp | 326 cod.IsExternal = false; in CreateCoder_Index() 365 cod.IsExternal = true; in CreateCoder_Index()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldMachO.cpp | 105 bool IsExternal = Obj.getPlainRelocationExternal(RelInfo); in getRelocationValueRef() local 106 if (IsExternal) { in getRelocationValueRef()
|
/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldMachO.cpp | 107 bool IsExternal = Obj.getPlainRelocationExternal(RelInfo); in getRelocationValueRef() local 108 if (IsExternal) { in getRelocationValueRef()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldMachO.cpp | 107 bool IsExternal = Obj.getPlainRelocationExternal(RelInfo); in getRelocationValueRef() local 108 if (IsExternal) { in getRelocationValueRef()
|
/external/llvm-project/lldb/examples/functions/ |
D | main.cpp | 235 dump = sc.GetSymbol().IsExternal(); in main()
|
/external/llvm-project/flang/lib/Lower/ |
D | Mangler.cpp | 81 if (Fortran::semantics::IsExternal(ultimateSymbol)) in mangleName()
|
/external/lzma/CPP/7zip/Archive/Common/ |
D | CoderMixer2.cpp | 328 IsExternal_Vector.Add(cod.IsExternal); in AddCoder() 930 IsExternal_Vector.Add(cod.IsExternal); in AddCoder()
|
/external/llvm/lib/MC/ |
D | WinCOFFObjectWriter.cpp | 425 bool IsExternal = Symbol.isExternal() || in DefineSymbol() local 428 Local->Data.StorageClass = IsExternal ? COFF::IMAGE_SYM_CLASS_EXTERNAL in DefineSymbol()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | WinCOFFObjectWriter.cpp | 408 bool IsExternal = MCSym.isExternal() || in DefineSymbol() local 411 Local->Data.StorageClass = IsExternal ? COFF::IMAGE_SYM_CLASS_EXTERNAL in DefineSymbol()
|
/external/llvm-project/llvm/lib/MC/ |
D | WinCOFFObjectWriter.cpp | 419 bool IsExternal = MCSym.isExternal() || in DefineSymbol() local 422 Local->Data.StorageClass = IsExternal ? COFF::IMAGE_SYM_CLASS_EXTERNAL in DefineSymbol()
|
/external/llvm-project/lldb/source/Symbol/ |
D | Symbol.cpp | 445 if (sc.symbol->IsExternal()) in ResolveReExportedSymbolInModuleSpec()
|
/external/llvm-project/flang/include/flang/Semantics/ |
D | tools.h | 170 bool IsExternal(const Symbol &);
|
/external/llvm-project/flang/lib/Semantics/ |
D | check-declarations.cpp | 229 IsExternal(symbol)) || in Check() 260 if (IsAssumedLengthCharacter(symbol) && IsExternal(symbol)) { // C723 in Check()
|