Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A Di386.h399 if (!PLTSection) in visitEdge()
400 PLTSection = &G.createSection(getSectionName(), in visitEdge()
402 return *PLTSection; in visitEdge()
406 Section *PLTSection = nullptr;
421 Section *PLTSection = nullptr; global() variable
H A Dx86_64.h683 Section *PLTSection = nullptr; global() 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