Searched refs:parsePairRelocation (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_x86_64.cpp120 Expected<PairRelocInfo> parsePairRelocation( function in class:__anon2296::MachOLinkGraphBuilder_x86_64
407 // parsePairRelocation handles the paired reloc, and returns the
412 parsePairRelocation(*BlockToFix, *MachORelocKind, RI,
417 assert(TargetSymbol && "No target symbol from parsePairRelocation?");
H A DMachO_arm64.cpp68 // They may be turned into NegDelta<W> by parsePairRelocation.
129 parsePairRelocation(Block &BlockToFix, Edge::Kind SubtractorKind, function in class:__anon2295::MachOLinkGraphBuilder_arm64
433 // parsePairRelocation handles the paired reloc, and returns the
438 parsePairRelocation(*BlockToFix, *MachORelocKind, RI,
443 assert(TargetSymbol && "No target symbol from parsePairRelocation?");

Completed in 129 milliseconds