Home
last modified time | relevance | path

Searched defs:InputData (Results 1 – 6 of 6) sorted by relevance

/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.h187 auto InputData = Flags.load(); in setPlacement() local
195 auto InputData = Flags.load(); in unsetPlacement() local
202 auto InputData = Flags.load(); in setPlacementIfUnset() local
251 auto InputData = Flags.load(); in unsetFlagsWhichSetDuringLiveAnalysis() local
/llvm-project/llvm/lib/Support/
H A DMemoryBuffer.cpp102 MemoryBuffer::init(InputData.begin(), InputData.end(), in MemoryBufferMem() argument
156 auto Buf = getMemBufferCopyImpl(InputData, BufferNam argument
130 getMemBuffer(StringRef InputData,StringRef BufferName,bool RequiresNullTerminator) getMemBuffer() argument
144 getMemBufferCopyImpl(StringRef InputData,const Twine & BufferName) getMemBufferCopyImpl() argument
[all...]
/llvm-project/llvm/unittests/Support/
H A DBinaryStreamTest.cpp187 std::vector<uint8_t> InputData; member in __anoncd4830dc0111::BinaryStreamTest
198 std::vector<uint8_t> InputData = {1, 2, 3, 4, 5}; in TEST_F() local
217 std::vector<uint8_t> InputData = {1, 2, 3, 4, 5}; in TEST_F() local
319 std::vector<uint8_t> InputData = {1, 2, 3, 4, 5, 4, 3, 2, 1}; in TEST_F() local
359 std::vector<uint8_t> InputData = {'T', 'e', 's', 't', '\0'}; in TEST_F() local
400 std::vector<uint8_t> InputData = {'T', 'e', 's', 't', 'T', 'e', 's', 't'}; in TEST_F() local
/llvm-project/llvm/lib/ObjCopy/wasm/
H A DWasmObjcopy.cpp129 llvm::StringRef InputData = in handleArgs() local
/llvm-project/llvm/tools/llvm-exegesis/lib/
H A DAssembler.cpp344 getObjectFromBuffer(StringRef InputData) getObjectFromBuffer() argument
412 getBenchmarkFunctionBytes(const StringRef InputData,std::vector<uint8_t> & Bytes) getBenchmarkFunctionBytes() argument
/llvm-project/llvm/lib/IR/
H A DCore.cpp4352 LLVMCreateMemoryBufferWithMemoryRange(const char * InputData,size_t InputDataLength,const char * BufferName,LLVMBool RequiresNullTerminator) LLVMCreateMemoryBufferWithMemoryRange() argument
4363 LLVMCreateMemoryBufferWithMemoryRangeCopy(const char * InputData,size_t InputDataLength,const char * BufferName) LLVMCreateMemoryBufferWithMemoryRangeCopy() argument