Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DELFObjectFile.cpp408 Optional<SectionRef> Plt = None, RelaPlt = None, GotPlt = None; in getPltAddresses() local
422 GotPlt = Section; in getPltAddresses()
424 if (!Plt || !RelaPlt || !GotPlt) in getPltAddresses()
433 GotPlt->getAddress(), Triple); in getPltAddresses()