Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Passes/
H A DBinaryPasses.cpp575 std::vector<std::pair<MCInst *, uint32_t>> PreservedOffsetAnnotations; in runOnFunctions() local
611 PreservedOffsetAnnotations.emplace_back(&(*II), in runOnFunctions()
626 for (const std::pair<MCInst *, uint32_t> &Item : PreservedOffsetAnnotations) in runOnFunctions()