Searched refs:SecStart (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/MC/ |
| H A D | ELFObjectWriter.cpp | 645 uint64_t SecStart = align(SymtabSection->getAlign()); in computeSymbolTable() local 789 SectionOffsets[SymtabSection] = std::make_pair(SecStart, SecEnd); in computeSymbolTable() 798 SecStart = W.OS.tell(); in computeSymbolTable() 804 SectionOffsets[SymtabShndxSection] = std::make_pair(SecStart, SecEnd); in computeSymbolTable() 1112 const uint64_t SecStart = align(Section.getAlign()); in writeObject() local 1118 SectionOffsets[&Section] = std::make_pair(SecStart, SecEnd); in writeObject() 1149 const uint64_t SecStart = align(Group->getAlign()); in writeObject() local 1160 SectionOffsets[Group] = std::make_pair(SecStart, SecEnd); in writeObject() 1181 const uint64_t SecStart = align(RelSection->getAlign()); in writeObject() local 1187 SectionOffsets[RelSection] = std::make_pair(SecStart, SecEnd); in writeObject() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
| H A D | SanitizerCoverage.cpp | 326 GlobalVariable *SecStart = in CreateSecStartEnd() local 329 SecStart->setVisibility(GlobalValue::HiddenVisibility); in CreateSecStartEnd() 336 return std::make_pair(SecStart, SecEnd); in CreateSecStartEnd() 340 auto SecStartI8Ptr = IRB.CreatePointerCast(SecStart, Int8PtrTy); in CreateSecStartEnd() 351 auto SecStart = SecStartEnd.first; in CreateInitCallsForSections() local 356 M, CtorName, InitFunctionName, {PtrTy, PtrTy}, {SecStart, SecEnd}); in CreateInitCallsForSections()
|
| /openbsd-src/gnu/llvm/llvm/lib/ProfileData/ |
| H A D | SampleProfReader.cpp | 941 const uint8_t *SecStart, const uint64_t SecSize, in decompressSection() argument 943 Data = SecStart; in decompressSection() 944 End = SecStart + SecSize; in decompressSection() 980 const uint8_t *SecStart = BufStart + Entry.Offset; in readImpl() local 992 SecStart, SecSize, DecompressBuf, DecompressBufSize)) in readImpl() 994 SecStart = DecompressBuf; in readImpl() 998 if (std::error_code EC = readOneSection(SecStart, SecSize, Entry)) in readImpl() 1000 if (Data != SecStart + SecSize) in readImpl()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/ |
| H A D | SampleProfReader.h | 694 std::error_code decompressSection(const uint8_t *SecStart,
|