Home
last modified time | relevance | path

Searched refs:TrailingBytes (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/llvm/lib/DebugInfo/CodeView/
DTypeHashing.cpp76 auto TrailingBytes = RecordData.drop_front(Off); in hashType() local
77 S.update(TrailingBytes); in hashType()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DTypeHashing.cpp76 auto TrailingBytes = RecordData.drop_front(Off); in hashType() local
77 S.update(TrailingBytes); in hashType()
/external/llvm-project/compiler-rt/lib/scudo/
Dscudo_allocator.cpp390 const uptr TrailingBytes = (UserPtr + Size) & (PageSize - 1); in allocate() local
391 if (TrailingBytes) in allocate()
392 Header.SizeOrUnusedBytes = PageSize - TrailingBytes; in allocate()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp2066 unsigned TrailingBytes = NumBytes % sizeof(uint64_t); in emitGlobalConstantFP() local
2074 if (TrailingBytes) in emitGlobalConstantFP()
2075 AP.OutStreamer->EmitIntValue(p[Chunk--], TrailingBytes); in emitGlobalConstantFP()
2084 if (TrailingBytes) in emitGlobalConstantFP()
2085 AP.OutStreamer->EmitIntValue(p[Chunk], TrailingBytes); in emitGlobalConstantFP()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp2539 unsigned TrailingBytes = NumBytes % sizeof(uint64_t); in emitGlobalConstantFP() local
2547 if (TrailingBytes) in emitGlobalConstantFP()
2548 AP.OutStreamer->EmitIntValue(p[Chunk--], TrailingBytes); in emitGlobalConstantFP()
2557 if (TrailingBytes) in emitGlobalConstantFP()
2558 AP.OutStreamer->EmitIntValue(p[Chunk], TrailingBytes); in emitGlobalConstantFP()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp2677 unsigned TrailingBytes = NumBytes % sizeof(uint64_t); in emitGlobalConstantFP() local
2685 if (TrailingBytes) in emitGlobalConstantFP()
2686 AP.OutStreamer->emitIntValueInHexWithPadding(p[Chunk--], TrailingBytes); in emitGlobalConstantFP()
2695 if (TrailingBytes) in emitGlobalConstantFP()
2696 AP.OutStreamer->emitIntValueInHexWithPadding(p[Chunk], TrailingBytes); in emitGlobalConstantFP()