Searched refs:SecStart (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp622 uint64_t SecStart = W.OS.tell(); local
759 SectionOffsets[SymtabSection] = std::make_pair(SecStart, SecEnd);
768 SecStart = W.OS.tell();
774 SectionOffsets[SymtabShndxSection] = std::make_pair(SecStart, SecEnd);
1099 uint64_t SecStart = W.OS.tell(); local
1105 SectionOffsets[&Section] = std::make_pair(SecStart, SecEnd);
1146 uint64_t SecStart = W.OS.tell(); local
1157 SectionOffsets[Group] = std::make_pair(SecStart, SecEnd);
1180 uint64_t SecStart = W.OS.tell(); local
1186 SectionOffsets[RelSection] = std::make_pair(SecStart, SecEn
1190 uint64_t SecStart = W.OS.tell(); local
1198 uint64_t SecStart = W.OS.tell(); local
1209 uint64_t SecStart = W.OS.tell(); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp591 const uint8_t *SecStart, const uint64_t SecSize,
593 Data = SecStart;
594 End = SecStart + SecSize;
628 const uint8_t *SecStart = BufStart + Entry.Offset; local
640 SecStart, SecSize, DecompressBuf, DecompressBufSize))
642 SecStart = DecompressBuf;
646 if (std::error_code EC = readOneSection(SecStart, SecSize, Entry))
648 if (Data != SecStart + SecSize)
590 decompressSection( const uint8_t *SecStart, const uint64_t SecSize, const uint8_t *&DecompressBuf, uint64_t &DecompressBufSize) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp341 GlobalVariable *SecStart = local
344 SecStart->setVisibility(GlobalValue::HiddenVisibility);
352 return std::make_pair(IRB.CreatePointerCast(SecStart, Ty), SecEndPtr);
356 auto SecStartI8Ptr = IRB.CreatePointerCast(SecStart, Int8PtrTy);
366 auto SecStart = SecStartEnd.first; local
370 M, CtorName, InitFunctionName, {Ty, Ty}, {SecStart, SecEnd});
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h582 std::error_code decompressSection(const uint8_t *SecStart,

Completed in 125 milliseconds