Searched refs:SecStart (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MC/ |
| H A D | ELFObjectWriter.cpp | 655 uint64_t SecStart = align(SymtabSection->getAlign()); in computeSymbolTable() local 799 SectionOffsets[SymtabSection] = std::make_pair(SecStart, SecEnd); in computeSymbolTable() 808 SecStart = W.OS.tell(); in computeSymbolTable() 1122 const uint64_t SecStart = align(Section.getAlign()); in writeObject() local 1128 SectionOffsets[&Section] = std::make_pair(SecStart, SecEnd); in writeObject() 1159 const uint64_t SecStart = align(Group->getAlign()); in writeObject() local 1170 SectionOffsets[Group] = std::make_pair(SecStart, SecEnd); in writeObject() 1191 const uint64_t SecStart = align(RelSection->getAlign()); in writeObject() local 1197 SectionOffsets[RelSection] = std::make_pair(SecStart, SecEnd); in writeObject() 1201 uint64_t SecStart = W.OS.tell(); in writeObject() local [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | SanitizerCoverage.cpp | 318 GlobalVariable *SecStart = in CreateSecStartEnd() local 321 SecStart->setVisibility(GlobalValue::HiddenVisibility); in CreateSecStartEnd() 328 return std::make_pair(SecStart, SecEnd); in CreateSecStartEnd() 333 IRB.CreatePtrAdd(SecStart, ConstantInt::get(IntptrTy, sizeof(uint64_t))); in CreateSecStartEnd() 341 auto SecStart = SecStartEnd.first; in CreateInitCallsForSections() local 345 M, CtorName, InitFunctionName, {PtrTy, PtrTy}, {SecStart, SecEnd}); in CreateInitCallsForSections()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | SampleProfReader.cpp | 963 const uint8_t *SecStart, const uint64_t SecSize, in decompressSection() argument 965 Data = SecStart; in decompressSection() 966 End = SecStart + SecSize; in decompressSection() 1002 const uint8_t *SecStart = BufStart + Entry.Offset; in readImpl() local 1014 SecStart, SecSize, DecompressBuf, DecompressBufSize)) in readImpl() 1016 SecStart = DecompressBuf; in readImpl() 1020 if (std::error_code EC = readOneSection(SecStart, SecSize, Entry)) in readImpl() 1022 if (Data != SecStart + SecSize) in readImpl()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | SampleProfReader.h | 711 std::error_code decompressSection(const uint8_t *SecStart,
|