Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DJITLinkReentryTrampolines.cpp24 constexpr StringRef ReentrySectionName = "__orc_stubs"; variable
68 auto *Sec = G.findSectionByName(ReentrySectionName); in recordTrampolineAddrs()
137 G->createSection(ReentrySectionName, MemProt::Exec | MemProt::Read); in emit()