Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DObjDumper.cpp200 const uint8_t *SecEnd = SecContent + SectionContent.size(); in printSectionsAsHex() local
202 for (const uint8_t *SecPtr = SecContent; SecPtr < SecEnd; SecPtr += 16) { in printSectionsAsHex()
210 for (i = 0; TmpSecPtr < SecEnd && i < 4; ++i) { in printSectionsAsHex()
211 for (k = 0; TmpSecPtr < SecEnd && k < 4; k++, TmpSecPtr++) { in printSectionsAsHex()
229 for (i = 0; TmpSecPtr + i < SecEnd && i < 16; ++i) in printSectionsAsHex()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp798 uint64_t SecEnd = W.OS.tell(); in computeSymbolTable() local
799 SectionOffsets[SymtabSection] = std::make_pair(SecStart, SecEnd); in computeSymbolTable()
813 SecEnd = W.OS.tell(); in computeSymbolTable()
814 SectionOffsets[SymtabShndxSection] = std::make_pair(SecStart, SecEnd); in computeSymbolTable()
1127 uint64_t SecEnd = W.OS.tell(); in writeObject() local
1128 SectionOffsets[&Section] = std::make_pair(SecStart, SecEnd); in writeObject()
1169 uint64_t SecEnd = W.OS.tell(); in writeObject() local
1170 SectionOffsets[Group] = std::make_pair(SecStart, SecEnd); in writeObject()
1196 uint64_t SecEnd = W.OS.tell(); in writeObject() local
1197 SectionOffsets[RelSection] = std::make_pair(SecStart, SecEnd); in writeObject()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp322 GlobalVariable *SecEnd = in CreateSecStartEnd() local
325 SecEnd->setVisibility(GlobalValue::HiddenVisibility); in CreateSecStartEnd()
328 return std::make_pair(SecStart, SecEnd); in CreateSecStartEnd()
334 return std::make_pair(GEP, SecEnd); in CreateSecStartEnd()
342 auto SecEnd = SecStartEnd.second; in CreateInitCallsForSections() local
345 M, CtorName, InitFunctionName, {PtrTy, PtrTy}, {SecStart, SecEnd}); in CreateInitCallsForSections()