Home
last modified time | relevance | path

Searched defs:isPacked (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DType.cpp367 bool isPacked) { in get()
405 void StructType::setBody(ArrayRef<Type*> Elements, bool isPacked) { in setBody()
480 StructType *StructType::get(LLVMContext &Context, bool isPacked) { in get()
485 StringRef Name, bool isPacked) { in create()
500 bool isPacked) { in create()
H A DLLVMContextImpl.h78 bool isPacked; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeUDT.cpp190 bool NativeTypeUDT::isPacked() const { in isPacked() function in NativeTypeUDT
H A DNativeTypeEnum.cpp326 bool NativeTypeEnum::isPacked() const { in isPacked() function in NativeTypeEnum
H A DNativeRawSymbol.cpp632 bool NativeRawSymbol::isPacked() const { in isPacked() function in NativeRawSymbol
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h403 static bool isPacked(const MachineInstr &MI) { in isPacked() function
407 bool isPacked(uint16_t Opcode) const { in isPacked() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDerivedTypes.h274 bool isPacked() const { return (getSubclassData() & SCDB_Packed) != 0; } in isPacked() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp1165 bool DIARawSymbol::isPacked() const { in isPacked() function in DIARawSymbol
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DVPlan.h1317 bool isPacked() const { return AlsoPack; } in isPacked() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DRecordLayoutBuilder.cpp2215 unsigned UnpackedAlign, bool isPacked, const FieldDecl *D) { in CheckFieldPadding()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp2956 bool isPacked = EatIfPresent(lltok::less); in parseStructDefinition() local