Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugFrame.h187 uint64_t getCodeAlignmentFactor() const { return CodeAlignmentFactor; } in getCodeAlignmentFactor() function
229 Cie ? Cie->getCodeAlignmentFactor() : 0, in FDE()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugFrame.cpp221 uint64_t getCodeAlignmentFactor() const { return CodeAlignmentFactor; } in getCodeAlignmentFactor() function in __anon0d7d66dd0111::CIE
443 CodeAlignmentFactor = Cie->getCodeAlignmentFactor(); in dumpInstructions()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DDwarfCFIEHPrinter.h198 W.printNumber("code_alignment_factor", CIE->getCodeAlignmentFactor()); in printEHFrame()