Searched defs:ByteSize (Results 1 - 14 of 14) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAttribute.h28 uint32_t ByteSize = 0; member in struct:llvm::DWARFAttribute
H A DDWARFAbbreviationDeclaration.h34 AttributeSpec(dwarf::Attribute A, dwarf::Form F, Optional<uint8_t> ByteSize) argument
61 uint8_t ByteSize; member in struct:llvm::DWARFAbbreviationDeclaration::AttributeSpec::ByteSizeStorage
64 ByteSizeStorage ByteSize; member in union:llvm::DWARFAbbreviationDeclaration::AttributeSpec::__anon3195
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASourceFile.cpp33 DWORD ByteSize = 0; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.cpp72 Optional<uint8_t> ByteSize; local
187 size_t ByteSize = NumBytes; local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinkerDeclContext.cpp111 unsigned ByteSize = std::numeric_limits<uint32_t>::max(); local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerDeclContext.h80 DeclContext(unsigned Hash, uint32_t Line, uint32_t ByteSize, uint16_t Tag, argument
105 uint32_t ByteSize = 0; member in class:llvm::DeclContext
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.cpp83 unsigned ByteSize = SizeInBits / SizeOfByte; local
H A DCodeViewDebug.cpp1632 uint32_t ByteSize; local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp233 const unsigned ByteSize = 1U << i; local
684 const unsigned ByteSize = 1U << Idx; local
699 const unsigned ByteSize = 1U << Idx; local
716 const unsigned ByteSize = 1U << Idx; local
730 const unsigned ByteSize local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DRawTypes.h315 support::ulittle32_t ByteSize; // Number of bytes of names buffer. member in struct:llvm::PDBStringTableHeader
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp214 ExtractConstantBytes(Constant *C, unsigned ByteStart, unsigned ByteSize) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp2263 SDValue PPC::get_VSPLTI_elt(SDNode *N, unsigned ByteSize, SelectionDAG &DAG) { argument
14527 unsigned ByteSize local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp11772 unsigned ByteSize = VT.getSizeInBits().getKnownMinSize() / 8; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp9198 const uint64_t ByteSize = DL.getTypeAllocSize(RetTy); local

Completed in 341 milliseconds