Home
last modified time | relevance | path

Searched refs:getCodeAlignmentFactor (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h191 uint64_t getCodeAlignmentFactor() const { return CodeAlignmentFactor; } in getCodeAlignmentFactor() function
233 Cie ? Cie->getCodeAlignmentFactor() : 0, in FDE()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DebugInfo/DWARF/
DDWARFDebugFrame.h593 uint64_t getCodeAlignmentFactor() const { return CodeAlignmentFactor; } in getCodeAlignmentFactor() function
635 Cie ? Cie->getCodeAlignmentFactor() : 0, in FDE()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DebugInfo/DWARF/
DDWARFDebugFrame.h593 uint64_t getCodeAlignmentFactor() const { return CodeAlignmentFactor; } in getCodeAlignmentFactor() function
635 Cie ? Cie->getCodeAlignmentFactor() : 0, in FDE()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/DebugInfo/DWARF/
DDWARFDebugFrame.h593 uint64_t getCodeAlignmentFactor() const { return CodeAlignmentFactor; } in getCodeAlignmentFactor() function
635 Cie ? Cie->getCodeAlignmentFactor() : 0, in FDE()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h593 uint64_t getCodeAlignmentFactor() const { return CodeAlignmentFactor; } in getCodeAlignmentFactor() function
635 Cie ? Cie->getCodeAlignmentFactor() : 0, in FDE()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DebugInfo/DWARF/
DDWARFDebugFrame.h593 uint64_t getCodeAlignmentFactor() const { return CodeAlignmentFactor; } in getCodeAlignmentFactor() function
635 Cie ? Cie->getCodeAlignmentFactor() : 0, in FDE()
/aosp_15_r20/external/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp221 uint64_t getCodeAlignmentFactor() const { return CodeAlignmentFactor; } in getCodeAlignmentFactor() function in __anon0fb737d30111::CIE
443 CodeAlignmentFactor = Cie->getCodeAlignmentFactor(); in dumpInstructions()