Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DCOFF_x86_64.cpp146 uint64_t SectionIdx = 0; in addSingleRelocation() local
148 SectionIdx = getObject().getNumberOfSections() + 1; in addSingleRelocation()
150 SectionIdx = COFFSymbol.getSectionNumber(); in addSingleRelocation()
152 "secidx", orc::ExecutorAddr(SectionIdx), 2, Linkage::Strong, in addSingleRelocation()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfWriter.h311 void addSectionFlag(uint32_t SectionIdx, SecFlagType Flag) { in addSectionFlag() argument
312 addSecFlag(SectionHdrLayout[SectionIdx], Flag); in addSectionFlag()