Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/
H A Dx86_64.h647 if (!PLTSection) in getStubsSection()
648 PLTSection = &G.createSection(getSectionName(), in getStubsSection()
650 return *PLTSection; in getStubsSection()
654 Section *PLTSection = nullptr; variable