Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DObjDumper.cpp177 const uint8_t *SecEnd = SecContent + SectionContent.size(); in printSectionsAsHex() local
179 for (const uint8_t *SecPtr = SecContent; SecPtr < SecEnd; SecPtr += 16) { in printSectionsAsHex()
187 for (i = 0; TmpSecPtr < SecEnd && i < 4; ++i) { in printSectionsAsHex()
188 for (k = 0; TmpSecPtr < SecEnd && k < 4; k++, TmpSecPtr++) { in printSectionsAsHex()
206 for (i = 0; TmpSecPtr + i < SecEnd && i < 16; ++i) in printSectionsAsHex()
/llvm-project-15.0.7/llvm/lib/MC/
H A DELFObjectWriter.cpp768 uint64_t SecEnd = W.OS.tell(); in computeSymbolTable() local
769 SectionOffsets[SymtabSection] = std::make_pair(SecStart, SecEnd); in computeSymbolTable()
783 SecEnd = W.OS.tell(); in computeSymbolTable()
784 SectionOffsets[SymtabShndxSection] = std::make_pair(SecStart, SecEnd); in computeSymbolTable()
1087 uint64_t SecEnd = W.OS.tell(); in writeObject() local
1088 SectionOffsets[&Section] = std::make_pair(SecStart, SecEnd); in writeObject()
1129 uint64_t SecEnd = W.OS.tell(); in writeObject() local
1130 SectionOffsets[Group] = std::make_pair(SecStart, SecEnd); in writeObject()
1156 uint64_t SecEnd = W.OS.tell(); in writeObject() local
1157 SectionOffsets[RelSection] = std::make_pair(SecStart, SecEnd); in writeObject()
[all …]
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp313 GlobalVariable *SecEnd = in CreateSecStartEnd() local
316 SecEnd->setVisibility(GlobalValue::HiddenVisibility); in CreateSecStartEnd()
319 return std::make_pair(SecStart, SecEnd); in CreateSecStartEnd()
327 SecEnd); in CreateSecStartEnd()
335 auto SecEnd = SecStartEnd.second; in CreateInitCallsForSections() local
339 M, CtorName, InitFunctionName, {PtrTy, PtrTy}, {SecStart, SecEnd}); in CreateInitCallsForSections()