Searched refs:ForceEHFrames (Results 1 – 3 of 3) sorted by relevance
1234 std::optional<bool> ForceEHFrames; in setUpGenericLLVMIRPlatform() local1236 "darwin-use-ehframes-only", ForceEHFrames)) in setUpGenericLLVMIRPlatform()1238 if (ForceEHFrames.has_value()) in setUpGenericLLVMIRPlatform()1239 UseEHFrames = *ForceEHFrames; in setUpGenericLLVMIRPlatform()
486 std::optional<bool> ForceEHFrames; in MachOPlatform() local488 ForceEHFrames))) in MachOPlatform()490 this->ForceEHFrames = ForceEHFrames.value_or(false); in MachOPlatform()826 if (MP.ForceEHFrames) in modifyPassConfig()
378 bool ForceEHFrames = false; variable