Home
last modified time | relevance | path

Searched refs:object_size (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGen/
H A Dbuiltins.c114 P(object_size, (s0, 0)); in main()
115 P(object_size, (s0, 1)); in main()
116 P(object_size, (s0, 2)); in main()
117 P(object_size, (s0, 3)); in main()
/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DMachODump.cpp8604 if (fileoff > object_size) in PrintSegmentCommand()
8696 if (offset > object_size) in PrintSection()
8703 if (reloff > object_size) in PrintSection()
8842 if (big_size > object_size) in PrintSymtabLoadCommand()
8903 if (big_size > object_size) in PrintDysymtabLoadCommand()
8936 if (big_size > object_size) in PrintDysymtabLoadCommand()
8949 if (big_size > object_size) in PrintDysymtabLoadCommand()
8962 if (big_size > object_size) in PrintDysymtabLoadCommand()
8975 if (big_size > object_size) in PrintDysymtabLoadCommand()
9001 if (big_size > object_size) in PrintDyldInfoLoadCommand()
[all …]
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DModuleSpec.h115 void SetObjectSize(uint64_t object_size) { m_object_size = object_size; } in SetObjectSize() argument
/llvm-project-15.0.7/llvm/test/Transforms/LowerConstantIntrinsics/
H A Dbuiltin-object-size-posix-memalign.ll103 ; posix_memalign can fail, in that case no object_size can be guessed.