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

/openbsd-current/gnu/llvm/llvm/tools/llvm-readobj/
H A DObjDumper.cpp177 const uint8_t *SecEnd = SecContent + SectionContent.size(); local
179 for (const uint8_t *SecPtr = SecContent; SecPtr < SecEnd; SecPtr += 16) {
187 for (i = 0; TmpSecPtr < SecEnd && i < 4; ++i) {
188 for (k = 0; TmpSecPtr < SecEnd && k < 4; k++, TmpSecPtr++) {
206 for (i = 0; TmpSecPtr + i < SecEnd && i < 16; ++i)
/openbsd-current/gnu/llvm/llvm/lib/MC/
H A DELFObjectWriter.cpp788 uint64_t SecEnd = W.OS.tell(); local
789 SectionOffsets[SymtabSection] = std::make_pair(SecStart, SecEnd);
803 SecEnd = W.OS.tell();
804 SectionOffsets[SymtabShndxSection] = std::make_pair(SecStart, SecEnd);
1117 uint64_t SecEnd = W.OS.tell(); local
1118 SectionOffsets[&Section] = std::make_pair(SecStart, SecEnd);
1159 uint64_t SecEnd = W.OS.tell(); local
1160 SectionOffsets[Group] = std::make_pair(SecStart, SecEnd);
1186 uint64_t SecEnd = W.OS.tell(); local
1187 SectionOffsets[RelSection] = std::make_pair(SecStart, SecEnd);
1193 uint64_t SecEnd = W.OS.tell(); local
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp330 GlobalVariable *SecEnd = local
333 SecEnd->setVisibility(GlobalValue::HiddenVisibility);
336 return std::make_pair(SecStart, SecEnd);
344 SecEnd);
352 auto SecEnd = SecStartEnd.second; local
356 M, CtorName, InitFunctionName, {PtrTy, PtrTy}, {SecStart, SecEnd});

Completed in 124 milliseconds