Home
last modified time | relevance | path

Searched refs:getSymbolSectionID (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DSymbolSize.cpp34 static unsigned getSymbolSectionID(const ObjectFile &O, SymbolRef Sym) { in getSymbolSectionID() function
36 return M->getSymbolSectionID(Sym); in getSymbolSectionID()
37 return cast<COFFObjectFile>(O).getSymbolSectionID(Sym); in getSymbolSectionID()
60 Addresses.push_back({I, Value, SymNum, getSymbolSectionID(O, Sym)}); in computeSymbolSizes()
DCOFFObjectFile.cpp262 unsigned COFFObjectFile::getSymbolSectionID(SymbolRef Sym) const { in getSymbolSectionID() function in COFFObjectFile
DMachOObjectFile.cpp1854 unsigned MachOObjectFile::getSymbolSectionID(SymbolRef Sym) const { in getSymbolSectionID() function in MachOObjectFile
/external/llvm/lib/Object/
DSymbolSize.cpp40 static unsigned getSymbolSectionID(const ObjectFile &O, SymbolRef Sym) { in getSymbolSectionID() function
42 return M->getSymbolSectionID(Sym); in getSymbolSectionID()
43 return cast<COFFObjectFile>(O).getSymbolSectionID(Sym); in getSymbolSectionID()
66 Addresses.push_back({I, Value, SymNum, getSymbolSectionID(O, Sym)}); in computeSymbolSizes()
DCOFFObjectFile.cpp250 unsigned COFFObjectFile::getSymbolSectionID(SymbolRef Sym) const { in getSymbolSectionID() function in COFFObjectFile
DMachOObjectFile.cpp591 unsigned MachOObjectFile::getSymbolSectionID(SymbolRef Sym) const { in getSymbolSectionID() function in MachOObjectFile
/external/llvm/include/llvm/Object/
DMachO.h214 unsigned getSymbolSectionID(SymbolRef Symb) const;
DCOFF.h765 unsigned getSymbolSectionID(SymbolRef Sym) const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DMachO.h295 unsigned getSymbolSectionID(SymbolRef Symb) const;
DCOFF.h934 unsigned getSymbolSectionID(SymbolRef Sym) const;