Searched refs:createDefinedSym (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceELFSection.cpp | 106 createDefinedSym(NullSymbolName, STT_NOTYPE, STB_LOCAL, NullSection, 0, 0); in createNullSymbol() 110 void ELFSymbolTableSection::createDefinedSym(GlobalString Name, uint8_t Type, in createDefinedSym() function in Ice::ELFSymbolTableSection
|
D | IceELFObjectWriter.cpp | 251 SymTab->createDefinedSym(FuncName, SymbolType, SymbolBinding, Section, in writeFunctionCode() 405 SymTab->createDefinedSym(Name, SymbolType, SymbolBinding, Section, in writeDataOfType() 545 SymTab->createDefinedSym(SymName, STT_NOTYPE, STB_LOCAL, Section, in writeConstantPool() 595 SymTab->createDefinedSym(JumpTableName, SymbolType, SymbolBinding, Section, in writeJumpTable()
|
D | IceELFSection.h | 178 void createDefinedSym(GlobalString Name, uint8_t Type, uint8_t Binding,
|