Searched refs:createDefinedSym (Results 1 – 3 of 3) sorted by relevance
/external/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 | 257 SymTab->createDefinedSym(FuncName, SymbolType, SymbolBinding, Section, in writeFunctionCode() 411 SymTab->createDefinedSym(Name, SymbolType, SymbolBinding, Section, in writeDataOfType() 551 SymTab->createDefinedSym(SymName, STT_NOTYPE, STB_LOCAL, Section, in writeConstantPool() 601 SymTab->createDefinedSym(JumpTableName, SymbolType, SymbolBinding, Section, in writeJumpTable()
|
D | IceELFSection.h | 178 void createDefinedSym(GlobalString Name, uint8_t Type, uint8_t Binding,
|