Home
last modified time | relevance | path

Searched refs:SecStart (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/MC/
H A DELFObjectWriter.cpp625 uint64_t SecStart = W.OS.tell(); in computeSymbolTable() local
767 SecStart = W.OS.tell(); in computeSymbolTable()
1094 uint64_t SecStart = W.OS.tell(); in writeObject() local
1100 SectionOffsets[&Section] = std::make_pair(SecStart, SecEnd); in writeObject()
1141 uint64_t SecStart = W.OS.tell(); in writeObject() local
1152 SectionOffsets[Group] = std::make_pair(SecStart, SecEnd); in writeObject()
1175 uint64_t SecStart = W.OS.tell(); in writeObject() local
1185 uint64_t SecStart = W.OS.tell(); in writeObject() local
1193 uint64_t SecStart = W.OS.tell(); in writeObject() local
1204 uint64_t SecStart = W.OS.tell(); in writeObject() local
[all …]
/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp257 GlobalVariable *SecStart = in CreateSecStartEnd() local
260 SecStart->setVisibility(GlobalValue::HiddenVisibility); in CreateSecStartEnd()
268 return std::make_pair(IRB.CreatePointerCast(SecStart, Ty), SecEndPtr); in CreateSecStartEnd()
272 auto SecStartI8Ptr = IRB.CreatePointerCast(SecStart, Int8PtrTy); in CreateSecStartEnd()
282 auto SecStart = SecStartEnd.first; in CreateInitCallsForSections() local
286 M, SanCovModuleCtorName, InitFunctionName, {Ty, Ty}, {SecStart, SecEnd}); in CreateInitCallsForSections()
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DInputSection.cpp159 const uint8_t *SecStart = data().begin(); in getOffsetInFile() local
160 return SecStart - FileStart; in getOffsetInFile()