Home
last modified time | relevance | path

Searched defs:addSymbol (Results 1 – 16 of 16) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DDebugSymbolsSubsection.cpp31 void DebugSymbolsSubsection::addSymbol(CVSymbol Symbol) { in addSymbol() function in DebugSymbolsSubsection
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DGSIStreamBuilder.cpp43 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
DDbiModuleDescriptorBuilder.cpp68 void DbiModuleDescriptorBuilder::addSymbol(CVSymbol Symbol) { in addSymbol() function in DbiModuleDescriptorBuilder
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.h133 void addSymbol(const Value *GVar, const Value *GVarBeforeStripping) { in addSymbol() function
/external/deqp-deps/glslang/glslang/MachineIndependent/
DIntermediate.cpp68 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
89 TIntermSymbol* TIntermediate::addSymbol(const TVariable& variable) in addSymbol() function in glslang::TIntermediate
97 TIntermSymbol* TIntermediate::addSymbol(const TVariable& variable, const TSourceLoc& loc) in addSymbol() function in glslang::TIntermediate
102 TIntermSymbol* TIntermediate::addSymbol(const TType& type, const TSourceLoc& loc) in addSymbol() function in glslang::TIntermediate
/external/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.h131 void addSymbol(const Value *GVar, const Value *GVarBeforeStripping) { in addSymbol() function
/external/cldr/tools/java/org/unicode/cldr/util/
DTokenizer.java287 public void addSymbol(String var, String value, int start, int limit) { in addSymbol() method in Tokenizer
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/Symbolize/
DSymbolizableObjectFile.cpp136 std::error_code SymbolizableObjectFile::addSymbol(const SymbolRef &Symbol, in addSymbol() function in SymbolizableObjectFile
/external/llvm/lib/DebugInfo/Symbolize/
DSymbolizableObjectFile.cpp119 std::error_code SymbolizableObjectFile::addSymbol(const SymbolRef &Symbol, in addSymbol() function in llvm::symbolize::SymbolizableObjectFile
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DIRSymtab.cpp180 Error Builder::addSymbol(const ModuleSymbolTable &Msymtab, in addSymbol() function in __anon445b9c640111::Builder
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DDebugMap.cpp47 bool DebugMapObject::addSymbol(StringRef Name, Optional<uint64_t> ObjectAddress, in addSymbol() function in llvm::dsymutil::DebugMapObject
/external/llvm/tools/dsymutil/
DDebugMap.cpp27 bool DebugMapObject::addSymbol(StringRef Name, Optional<uint64_t> ObjectAddress, in addSymbol() function in llvm::dsymutil::DebugMapObject
/external/cldr/tools/java/org/unicode/cldr/tool/
DShowKeyboards.java1013 …public static void addSymbol(CLDRFile file, String numberingSystem, String key, UnicodeSet results… in addSymbol() method in ShowKeyboards
/external/swiftshader/src/OpenGL/compiler/
DIntermediate.cpp317 TIntermSymbol* TIntermediate::addSymbol(int id, const TString& name, const TType& type, const TSour… in addSymbol() function in TIntermediate
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objcopy/
DObject.cpp235 void SymbolTableSection::addSymbol(StringRef Name, uint8_t Bind, uint8_t Type, in addSymbol() function in SymbolTableSection
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DDescriptors.java2313 void addSymbol(final GenericDescriptor descriptor) in addSymbol() method in Descriptors.DescriptorPool