Home
last modified time | relevance | path

Searched defs:TOCSection (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_ppc64.cpp170 if (Section *TOCSection = G.findSectionByName(TOC.getSectionName())) { in buildTables_ELF_ppc64() local
436 if (Section *TOCSection = G.findSectionByName( defineTOCBase() local
[all...]
/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A Dppc64.h196 Section *TOCSection = nullptr; variable