Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A Dx86.h393 if (!PLTSection) in getStubsSection()
394 PLTSection = &G.createSection(getSectionName(), in getStubsSection()
396 return *PLTSection; in getStubsSection()
400 Section *PLTSection = nullptr; variable
H A Dppc64.h249 PLTSection = G.findSectionByName(getSectionName()); in getOrCreateStubsSection()
250 if (!PLTSection) in getOrCreateStubsSection()
251 PLTSection = &G.createSection(getSectionName(), in getOrCreateStubsSection()
253 return *PLTSection; in getOrCreateStubsSection()
257 Section *PLTSection = nullptr; variable