Searched defs:IsImmutable (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFrameInfo.cpp82 CreateFixedObject(uint64_t Size, int64_t SPOffset, bool IsImmutable, bool IsAliased) argument
101 CreateFixedSpillStackObject(uint64_t Size, int64_t SPOffset, bool IsImmutable) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DMDBuilder.cpp264 createTBAAAccessTag(MDNode *BaseType, MDNode *AccessType, uint64_t Offset, uint64_t Size, bool IsImmutable) argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMIRYamlMapping.h283 bool IsImmutable = false; member in struct:llvm::yaml::FixedMachineStackObject
H A DMachineFrameInfo.h680 void setIsImmutableObjectIndex(int ObjectIdx, bool IsImmutable) { argument
184 StackObject(uint64_t Size, Align Alignment, int64_t SPOffset, bool IsImmutable, bool IsSpillSlot, const AllocaInst *Alloca, bool IsAliased, uint8_t StackID = 0) argument

Completed in 73 milliseconds