Home
last modified time | relevance | path

Searched defs:getSectionID (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Object/
DSymbolSize.cpp34 static unsigned getSectionID(const ObjectFile &O, SectionRef Sec) { in getSectionID() function
DCOFFObjectFile.cpp314 unsigned COFFObjectFile::getSectionID(SectionRef Sec) const { in getSectionID() function in COFFObjectFile
DMachOObjectFile.cpp570 unsigned MachOObjectFile::getSectionID(SectionRef Sec) const { in getSectionID() function in MachOObjectFile
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h216 unsigned getSectionID() const { return SectionID; } in getSectionID() function