Home
last modified time | relevance | path

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

/llvm-project/llvm/tools/llvm-rc/
H A DResourceScriptCppFilter.cpp36 size_t DataLength; member in __anon1ef286cf0111::Filter
H A DResourceScriptToken.cpp145 size_t DataLength, Pos; member in __anon5a9c36670111::Tokenizer
/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeEnumInjectedSources.cpp24 uint64_t Offset = 0, DataLength = std::min(Limit, Stream.getLength()); readStreamData() local
/llvm-project/clang/lib/APINotes/
H A DAPINotesReader.cpp72 unsigned DataLength = ReadKeyDataLength() local
164 unsigned DataLength = ReadKeyDataLength() local
203 unsigned DataLength = ReadKeyDataLength() local
408 unsigned DataLength = ReadKeyDataLength() local
H A DAPINotesWriter.cpp296 uint32_t DataLength = sizeof(uint32_t); EmitKeyDataLength() local
356 uint32_t DataLength = sizeof(uint32_t); EmitKeyDataLength() local
478 uint32_t DataLength = EmitKeyDataLength() local
817 uint32_t DataLength = sizeof(uint32_t); EmitKeyDataLength() local
[all...]
/llvm-project/llvm/lib/Object/
H A DGOFFObjectFile.cpp596 Error Record::getContinuousData(const uint8_t *Record, uint16_t DataLength, in getContinuousData() argument