Searched refs:ValueSize (Results 1 - 13 of 13) sorted by relevance

/external/llvm/utils/yaml-bench/
H A DYAMLBench.cpp154 static std::string createJSONText(size_t MemoryMB, unsigned ValueSize) { argument
161 << " \"key1\": \"" << std::string(ValueSize, '*') << "\",\n"
162 << " \"key2\": \"" << std::string(ValueSize, '*') << "\",\n"
163 << " \"key3\": \"" << std::string(ValueSize, '*') << "\"\n"
/external/llvm/lib/Target/PTX/
H A DPTXMCAsmStreamer.cpp159 unsigned ValueSize = 1,
431 unsigned ValueSize,
436 switch (ValueSize) {
452 OS.write_hex(truncateToSize(Value, ValueSize));
463 switch (ValueSize) {
472 OS << ", " << truncateToSize(Value, ValueSize);
429 EmitValueToAlignment(unsigned ByteAlignment, int64_t Value, unsigned ValueSize, unsigned MaxBytesToEmit) argument
/external/llvm/include/llvm/MC/
H A DMCAssembler.h236 /// ValueSize - The size of the integer (in bytes) of \arg Value.
237 unsigned ValueSize; member in class:llvm::MCAlignFragment
252 Value(_Value),ValueSize(_ValueSize),
262 unsigned getValueSize() const { return ValueSize; }
283 /// ValueSize - The size (in bytes) of \arg Value to use when filling, or 0 if
285 unsigned ValueSize; member in class:llvm::MCFillFragment
294 Value(_Value), ValueSize(_ValueSize), Size(_Size) {
295 assert((!ValueSize || (Size % ValueSize) == 0) &&
304 unsigned getValueSize() const { return ValueSize; }
[all...]
H A DMCStreamer.h472 /// of @p ValueSize, then the contents of the emitted fill bytes is
480 /// @param ValueSize - The size of the integer (in bytes) to emit for
486 unsigned ValueSize = 1,
/external/llvm/lib/MC/
H A DMCNullStreamer.cpp77 unsigned ValueSize = 1,
H A DMCPureStreamer.cpp45 unsigned ValueSize = 1,
158 int64_t Value, unsigned ValueSize,
164 new MCAlignFragment(ByteAlignment, Value, ValueSize, MaxBytesToEmit,
157 EmitValueToAlignment(unsigned ByteAlignment, int64_t Value, unsigned ValueSize, unsigned MaxBytesToEmit) argument
H A DMCMachOStreamer.cpp80 unsigned ValueSize = 1,
329 int64_t Value, unsigned ValueSize,
335 new MCAlignFragment(ByteAlignment, Value, ValueSize, MaxBytesToEmit,
328 EmitValueToAlignment(unsigned ByteAlignment, int64_t Value, unsigned ValueSize, unsigned MaxBytesToEmit) argument
H A DMCELFStreamer.cpp101 unsigned ValueSize = 1,
363 int64_t Value, unsigned ValueSize,
369 new MCAlignFragment(ByteAlignment, Value, ValueSize, MaxBytesToEmit,
362 EmitValueToAlignment(unsigned ByteAlignment, int64_t Value, unsigned ValueSize, unsigned MaxBytesToEmit) argument
H A DWinCOFFStreamer.cpp75 unsigned ValueSize, unsigned MaxBytesToEmit);
344 unsigned ValueSize,
350 new MCAlignFragment(ByteAlignment, Value, ValueSize, MaxBytesToEmit,
342 EmitValueToAlignment(unsigned ByteAlignment, int64_t Value, unsigned ValueSize, unsigned MaxBytesToEmit) argument
H A DMCAsmStreamer.cpp198 unsigned ValueSize = 1,
701 unsigned ValueSize,
706 switch (ValueSize) {
722 OS.write_hex(truncateToSize(Value, ValueSize));
733 switch (ValueSize) {
742 OS << ", " << truncateToSize(Value, ValueSize);
700 EmitValueToAlignment(unsigned ByteAlignment, int64_t Value, unsigned ValueSize, unsigned MaxBytesToEmit) argument
/external/chromium/base/win/
H A Dregistry.h118 DWORD ValueSize() const { return value_size_; } function in class:base::win::RegistryValueIterator
/external/llvm/lib/MC/MCParser/
H A DAsmParser.cpp235 bool ParseDirectiveAlign(bool IsPow2, unsigned ValueSize);
2030 bool AsmParser::ParseDirectiveAlign(bool IsPow2, unsigned ValueSize) { argument
2105 ValueSize == 1 && UseCodeAlign) {
2109 getStreamer().EmitValueToAlignment(Alignment, FillExpr, ValueSize,
/external/llvm/tools/lto/
H A DLTOModule.cpp632 unsigned ValueSize,
631 EmitValueToAlignment(unsigned ByteAlignment, int64_t Value, unsigned ValueSize, unsigned MaxBytesToEmit) argument

Completed in 217 milliseconds