Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A Di386.h414 if (!PLTSection) in getStubsSection()
415 PLTSection = &G.createSection(getSectionName(), in getStubsSection()
417 return *PLTSection; in getStubsSection()
421 Section *PLTSection = nullptr; variable
H A Dx86_64.h654 if (!PLTSection) in getStubsSection()
655 PLTSection = &G.createSection(getSectionName(), in getStubsSection()
657 return *PLTSection; in getStubsSection()
661 Section *PLTSection = nullptr; variable
H A Dppc64.h248 PLTSection = G.findSectionByName(getSectionName()); in getOrCreateStubsSection()
249 if (!PLTSection) in getOrCreateStubsSection()
250 PLTSection = &G.createSection(getSectionName(), in getOrCreateStubsSection()
252 return *PLTSection; in getOrCreateStubsSection()
256 Section *PLTSection = nullptr; variable