/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/ |
D | GSIStreamBuilder.cpp | 43 template <typename T> void addSymbol(const T &Symbol, MSFBuilder &Msf) { in addSymbol() function 48 void addSymbol(const CVSymbol &Symbol) { Records.push_back(Symbol); } in addSymbol() function 261 PSH->addSymbol(Pub, Msf); in addPublicSymbol() 265 GSH->addSymbol(Sym, Msf); in addGlobalSymbol() 269 GSH->addSymbol(Sym, Msf); in addGlobalSymbol() 273 GSH->addSymbol(Sym, Msf); in addGlobalSymbol() 277 GSH->addSymbol(Sym, Msf); in addGlobalSymbol() 281 GSH->addSymbol(Sym); in addGlobalSymbol()
|
D | DbiModuleDescriptorBuilder.cpp | 68 void DbiModuleDescriptorBuilder::addSymbol(CVSymbol Symbol) { in addSymbol() function in DbiModuleDescriptorBuilder
|
/external/deqp-deps/glslang/hlsl/ |
D | hlslParseHelper.cpp | 281 loadOp->getSequence().push_back(intermediate.addSymbol(*coord->getAsSymbolNode())); in handleLvalue() 294 storeOp->getSequence().push_back(intermediate.addSymbol(*rhsTmp)); in handleLvalue() 311 sequence = intermediate.growAggregate(sequence, intermediate.addSymbol(*rhsTmp)); in handleLvalue() 322 … intermediate.addUnaryNode(op, intermediate.addSymbol(*rhsTmp), loc, in handleLvalue() 450 … makeBinary(assignOp, addSwizzle(intermediate.addSymbol(*rhsTmp), lhsAsBinary), rhs); in handleLvalue() 675 TIntermTyped* container = intermediate.addSymbol(*variable, loc); in handleVariable() 708 node = intermediate.addSymbol(*variable, loc); in handleVariable() 1388 subsetSymbol = intermediate.addSymbol(*memberVariable); in flattenAccess() 1631 intermediate.addSymbol(*variable, loc), in addStructBufferHiddenCounterParam() 1718 intermediate.addSymbol(*variable, loc), in handleFunctionDefinition() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/ |
D | DebugSymbolsSubsection.cpp | 31 void DebugSymbolsSubsection::addSymbol(CVSymbol Symbol) { in addSymbol() function in DebugSymbolsSubsection
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | DebugSymbolsSubsection.h | 47 void addSymbol(CVSymbol Symbol);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/ |
D | IRSymtab.cpp | 109 Error addSymbol(const ModuleSymbolTable &Msymtab, 145 if (Error Err = addSymbol(Msymtab, Used, Msym)) in addModule() 180 Error Builder::addSymbol(const ModuleSymbolTable &Msymtab, in addSymbol() function in __anon445b9c640111::Builder
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/Symbolize/ |
D | SymbolizableObjectFile.cpp | 73 res->addSymbol(P.first, P.second, OpdExtractor.get(), OpdAddress); in create() 136 std::error_code SymbolizableObjectFile::addSymbol(const SymbolRef &Symbol, in addSymbol() function in SymbolizableObjectFile
|
D | SymbolizableObjectFile.h | 60 std::error_code addSymbol(const object::SymbolRef &Symbol,
|
/external/llvm/lib/DebugInfo/Symbolize/ |
D | SymbolizableObjectFile.cpp | 59 res->addSymbol(P.first, P.second, OpdExtractor.get(), OpdAddress); in create() 119 std::error_code SymbolizableObjectFile::addSymbol(const SymbolRef &Symbol, in addSymbol() function in llvm::symbolize::SymbolizableObjectFile
|
D | SymbolizableObjectFile.h | 54 std::error_code addSymbol(const object::SymbolRef &Symbol,
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | localintermediate.h | 449 TIntermSymbol* addSymbol(const TVariable&); 450 TIntermSymbol* addSymbol(const TVariable&, const TSourceLoc&); 451 TIntermSymbol* addSymbol(const TType&, const TSourceLoc&); 452 TIntermSymbol* addSymbol(const TIntermSymbol&); 717 …TIntermSymbol* addSymbol(int Id, const TString&, const TType&, const TConstUnionArray&, TIntermTyp…
|
D | Intermediate.cpp | 68 TIntermSymbol* TIntermediate::addSymbol(int id, const TString& name, const TType& type, const TCons… in addSymbol() function in glslang::TIntermediate 79 TIntermSymbol* TIntermediate::addSymbol(const TIntermSymbol& intermSymbol) in addSymbol() function in glslang::TIntermediate 81 return addSymbol(intermSymbol.getId(), in addSymbol() 89 TIntermSymbol* TIntermediate::addSymbol(const TVariable& variable) in addSymbol() function in glslang::TIntermediate 94 return addSymbol(variable, loc); in addSymbol() 97 TIntermSymbol* TIntermediate::addSymbol(const TVariable& variable, const TSourceLoc& loc) in addSymbol() function in glslang::TIntermediate 99 …return addSymbol(variable.getUniqueId(), variable.getName(), variable.getType(), variable.getConst… in addSymbol() 102 TIntermSymbol* TIntermediate::addSymbol(const TType& type, const TSourceLoc& loc) in addSymbol() function in glslang::TIntermediate 106 return addSymbol(0, "", type, unionArray, nullptr, loc); in addSymbol() 2672 TIntermSymbol* node = addSymbol(*variable); in addSymbolLinkageNode()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | DbiModuleDescriptorBuilder.h | 53 void addSymbol(codeview::CVSymbol Symbol);
|
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | Descriptors.java | 524 pool.addSymbol(message); in FileDescriptor() 848 file.pool.addSymbol(this); in Descriptor() 1307 file.pool.addSymbol(this); in FieldDescriptor() 1690 file.pool.addSymbol(this); in EnumDescriptor() 1781 file.pool.addSymbol(this); in EnumValueDescriptor() 1891 file.pool.addSymbol(this); in ServiceDescriptor() 1985 file.pool.addSymbol(this); in MethodDescriptor() 2313 void addSymbol(final GenericDescriptor descriptor) in addSymbol() method in Descriptors.DescriptorPool
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | ShowKeyboards.java | 1006 addSymbol(file, numberingSystem, "decimal", results); in addNumberingSystem() 1007 addSymbol(file, numberingSystem, "group", results); in addNumberingSystem() 1008 addSymbol(file, numberingSystem, "minusSign", results); in addNumberingSystem() 1009 addSymbol(file, numberingSystem, "percentSign", results); in addNumberingSystem() 1010 addSymbol(file, numberingSystem, "plusSign", results); in addNumberingSystem() 1013 …public static void addSymbol(CLDRFile file, String numberingSystem, String key, UnicodeSet results… in addSymbol() method in ShowKeyboards
|
/external/swiftshader/src/OpenGL/compiler/ |
D | localintermediate.h | 34 TIntermSymbol* addSymbol(int Id, const TString&, const TType&, const TSourceLoc&);
|
D | ParseHelper.cpp | 1316 …TIntermSymbol* intermSymbol = intermediate.addSymbol(variable->getUniqueId(), variable->getName(),… in executeInitializer() 1442 …TIntermSymbol *symbol = intermediate.addSymbol(0, identifier, TType(publicType), identifierOrTypeL… in parseSingleDeclaration() 1510 TIntermSymbol *symbol = intermediate.addSymbol(0, identifier, arrayType, identifierLocation); in parseSingleArrayDeclaration() 1616 TIntermSymbol *intermSymbol = intermediate.addSymbol(variable->getUniqueId(), in parseInvariantDeclaration() 1646 …TIntermSymbol *symbol = intermediate.addSymbol(0, identifier, TType(publicType), identifierLocatio… in parseDeclarator() 1689 TIntermSymbol *symbol = intermediate.addSymbol(0, identifier, arrayType, identifierLocation); in parseArrayDeclarator() 1855 TIntermSymbol *paramSymbol = intermediate.addSymbol( in addFunctionPrototypeDeclaration() 1861 TIntermSymbol *paramSymbol = intermediate.addSymbol(0, "", *param.type, location); in addFunctionPrototypeDeclaration() 1981 paramNodes, intermediate.addSymbol(0, "", *param.type, location), location); in parseFunctionPrototype() 1988 TIntermSymbol *symbol = intermediate.addSymbol( in parseFunctionPrototype() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/ |
D | DebugMap.cpp | 47 bool DebugMapObject::addSymbol(StringRef Name, Optional<uint64_t> ObjectAddress, in addSymbol() function in llvm::dsymutil::DebugMapObject 280 Res.addSymbol(Entry.first, ObjAddress, Mapping.BinaryAddress, Mapping.Size); in denormalize()
|
D | DebugMap.h | 156 bool addSymbol(StringRef SymName, Optional<uint64_t> ObjectAddress,
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | BNF.java | 157 t.addSymbol(s, t.getSource(), startBody, t.index); in addRule() 173 t.addSymbol(variable, body, 0, body.length()); in addSet()
|
D | Tokenizer.java | 287 public void addSymbol(String var, String value, int start, int limit) { in addSymbol() method in Tokenizer
|
/external/llvm/tools/dsymutil/ |
D | DebugMap.cpp | 27 bool DebugMapObject::addSymbol(StringRef Name, Optional<uint64_t> ObjectAddress, in addSymbol() function in llvm::dsymutil::DebugMapObject 254 Res.addSymbol(Entry.first, ObjAddress, Mapping.BinaryAddress, Mapping.Size); in denormalize()
|
D | DebugMap.h | 138 bool addSymbol(llvm::StringRef SymName, Optional<uint64_t> ObjectAddress,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/ |
D | NVPTXAsmPrinter.h | 133 void addSymbol(const Value *GVar, const Value *GVarBeforeStripping) { in addSymbol() function
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXAsmPrinter.h | 131 void addSymbol(const Value *GVar, const Value *GVarBeforeStripping) { in addSymbol() function
|