/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | DWARFLinkerCompileUnit.h | 187 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 D | MemoryBuffer.cpp | 102 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 D | BinaryStreamTest.cpp | 187 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 D | WasmObjcopy.cpp | 129 llvm::StringRef InputData = in handleArgs() local
|
/llvm-project/llvm/tools/llvm-exegesis/lib/ |
H A D | Assembler.cpp | 344 getObjectFromBuffer(StringRef InputData) getObjectFromBuffer() argument 412 getBenchmarkFunctionBytes(const StringRef InputData,std::vector<uint8_t> & Bytes) getBenchmarkFunctionBytes() argument
|
/llvm-project/llvm/lib/IR/ |
H A D | Core.cpp | 4352 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
|