Searched refs:getSectionPtr (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/ |
D | MCSymbol.h | 180 MCSection *getSectionPtr() const { in getSectionPtr() function 269 return *getSectionPtr(); in getSection()
|
/external/llvm/include/llvm/MC/ |
D | MCSymbol.h | 179 MCSection *getSectionPtr(bool SetUsed = true) const { 266 return *getSectionPtr(SetUsed);
|
/external/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 76 getSectionPtr(const MachOObjectFile *O, MachOObjectFile::LoadCommandInfo L, in getSectionPtr() function 241 const char *Sec = getSectionPtr(Obj, Load, J); in parseSegmentLoadCommand() 2073 const char *Sec = getSectionPtr(this, L, Index); in getSection() 2079 const char *Sec = getSectionPtr(this, L, Index); in getSection64()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 95 getSectionPtr(const MachOObjectFile &O, MachOObjectFile::LoadCommandInfo L, in getSectionPtr() function 293 const char *Sec = getSectionPtr(Obj, Load, J); in parseSegmentLoadCommand() 4242 const char *Sec = getSectionPtr(*this, L, Index); in getSection() 4248 const char *Sec = getSectionPtr(*this, L, Index); in getSection64()
|