Home
last modified time | relevance | path

Searched refs:bufferStart (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/lld/ELF/
H A DTarget.cpp102 Out::bufferStart in getErrorPlace()
103 ? (Out::bufferStart + isec->getParent()->offset + isec->outSecOff) in getErrorPlace()
H A DWriter.cpp2797 writeEhdr<ELFT>(Out::bufferStart, *mainPart); in writeHeader()
2798 writePhdrs<ELFT>(Out::bufferStart + sizeof(Elf_Ehdr), *mainPart); in writeHeader()
2800 auto *eHdr = reinterpret_cast<Elf_Ehdr *>(Out::bufferStart); in writeHeader()
2862 Out::bufferStart = buffer->getBufferStart(); in openFile()
2868 sec->writeTo<ELFT>(Out::bufferStart + sec->offset); in writeSectionsBinary()
2887 fillTrap(Out::bufferStart + in writeTrapInstr()
2889 Out::bufferStart + in writeTrapInstr()
2916 sec->writeTo<ELFT>(Out::bufferStart + sec->offset); in writeSections()
2920 sec->writeTo<ELFT>(Out::bufferStart + sec->offset); in writeSections()
2926 sec->checkDynRelAddends(Out::bufferStart); in writeSections()
[all …]
H A DOutputSections.h145 static uint8_t *bufferStart; member
H A DOutputSections.cpp35 uint8_t *Out::bufferStart; member in Out
H A DSyntheticSections.cpp557 uint8_t *buf = Out::bufferStart + getParent()->offset + outSecOff; in getFdeData()
3037 uint8_t *buf = Out::bufferStart + getParent()->offset + outSecOff; in write()
/llvm-project-15.0.7/lld/MachO/
H A DRelocations.cpp88 uint64_t off = reinterpret_cast<const uint8_t *>(loc) - in.bufferStart; in reportRangeError()
H A DSyntheticSections.h624 const uint8_t *bufferStart = nullptr; member
H A DWriter.cpp1096 in.bufferStart = buffer->getBufferStart(); in openFile()
/llvm-project-15.0.7/polly/www/video-js/
H A Dvideo.js837 if (this.values.bufferStart === undefined) {
838 this.values.bufferStart = 0;
845 return [this.values.bufferStart, this.values.bufferEnd];
/llvm-project-15.0.7/mlir/lib/AsmParser/
H A DParser.cpp191 const char *bufferStart = state.lex.getBufferBegin(); in emitWrongTokenError() local
196 StringRef startOfBuffer(bufferStart, curPtr - bufferStart); in emitWrongTokenError()
/llvm-project-15.0.7/mlir/lib/Tools/mlir-pdll-lsp-server/
H A DPDLLServer.cpp138 const char *bufferStart = in getDocumentationFor() local
140 StringRef buffer(bufferStart, startLoc.getPointer() - bufferStart); in getDocumentationFor()