Searched refs:SecStart (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/MC/ |
| H A D | ELFObjectWriter.cpp | 616 uint64_t SecStart = align(SymtabSection->getAlignment()); in computeSymbolTable() local 760 SectionOffsets[SymtabSection] = std::make_pair(SecStart, SecEnd); in computeSymbolTable() 769 SecStart = W.OS.tell(); in computeSymbolTable() 1098 const uint64_t SecStart = align(Section.getAlignment()); in writeObject() local 1104 SectionOffsets[&Section] = std::make_pair(SecStart, SecEnd); in writeObject() 1135 const uint64_t SecStart = align(Group->getAlignment()); in writeObject() local 1146 SectionOffsets[Group] = std::make_pair(SecStart, SecEnd); in writeObject() 1167 const uint64_t SecStart = align(RelSection->getAlignment()); in writeObject() local 1173 SectionOffsets[RelSection] = std::make_pair(SecStart, SecEnd); in writeObject() 1177 uint64_t SecStart = W.OS.tell(); in writeObject() local [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | SanitizerCoverage.cpp | 338 GlobalVariable *SecStart = in CreateSecStartEnd() local 341 SecStart->setVisibility(GlobalValue::HiddenVisibility); in CreateSecStartEnd() 348 return std::make_pair(SecStart, SecEnd); in CreateSecStartEnd() 352 auto SecStartI8Ptr = IRB.CreatePointerCast(SecStart, Int8PtrTy); in CreateSecStartEnd() 363 auto SecStart = SecStartEnd.first; in CreateInitCallsForSections() local 368 M, CtorName, InitFunctionName, {PtrTy, PtrTy}, {SecStart, SecEnd}); in CreateInitCallsForSections()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | SampleProfReader.cpp | 809 const uint8_t *SecStart, const uint64_t SecSize, in decompressSection() argument 811 Data = SecStart; in decompressSection() 812 End = SecStart + SecSize; in decompressSection() 850 const uint8_t *SecStart = BufStart + Entry.Offset; in readImpl() local 862 SecStart, SecSize, DecompressBuf, DecompressBufSize)) in readImpl() 864 SecStart = DecompressBuf; in readImpl() 868 if (std::error_code EC = readOneSection(SecStart, SecSize, Entry)) in readImpl() 870 if (Data != SecStart + SecSize) in readImpl()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | SampleProfReader.h | 669 std::error_code decompressSection(const uint8_t *SecStart,
|