Home
last modified time | relevance | path

Searched defs:DataAlignmentFactor (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h443 CFIProgram(uint64_t CodeAlignmentFactor, int64_t DataAlignmentFactor, in CFIProgram()
466 const int64_t DataAlignmentFactor; variable
574 int64_t DataAlignmentFactor, uint64_t ReturnAddressRegister, in CIE()
614 const int64_t DataAlignmentFactor; variable
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp491 const int64_t DataAlignmentFactor = CFIP.dataAlign(); in getOperandAsSigned() local
501 const int64_t DataAlignmentFactor = CFIP.dataAlign(); in getOperandAsSigned() local
1083 int64_t DataAlignmentFactor = Data.getSLEB128(&Offset); in parse() local
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/JITLink/
H A DEHFrameSupport.cpp221 int64_t DataAlignmentFactor = 0; in processCIE() local